1. 17 5月, 2005 10 次提交
    • B
      Convert Chinese FAQ to valid XHTML, finally. · 5e1bfa82
      Bruce Momjian 提交于
      5e1bfa82
    • B
      Fix Chinese markup some more. · 472f9be4
      Bruce Momjian 提交于
      472f9be4
    • N
      Cleanup GiST header files. Since GiST extensions are often written as · c891e05f
      Neil Conway 提交于
      external projects, we should be careful about what parts of the GiST
      API are considered implementation details, and which are part of the
      public API. Therefore, I've moved internal-only declarations into
      gist_private.h -- future backward-incompatible changes to gist.h should
      be made with care, to avoid needlessly breaking external GiST extensions.
      
      Also did some related header cleanup: remove some unnecessary #includes
      from gist.h, and remove some unused definitions: isAttByVal(), _gistdump(),
      and GISTNStrategies.
      c891e05f
    • N
      GiST improvements: · eda6dd32
      Neil Conway 提交于
      - make sure we always invoke user-supplied GiST methods in a short-lived
        memory context. This means the backend isn't exposed to any memory leaks
        that be in those methods (in fact, it is probably a net loss for most
        GiST methods to bother manually freeing memory now). This also means
        we can do away with a lot of ugly manual memory management in the
        GiST code itself.
      
      - keep the current page of a GiST index scan pinned, rather than doing a
        ReadBuffer() for each tuple produced by the scan. Since ReadBuffer() is
        expensive, this is a perf. win
      
      - implement dead tuple killing for GiST indexes (which is easy to do, now
        that we keep a pin on the current scan page). Now all the builtin indexes
        implement dead tuple killing.
      
      - cleanup a lot of ugly code in GiST
      eda6dd32
    • B
      Fix markup: · 818bfda1
      Bruce Momjian 提交于
      < 	* Add internationalized message strings
      > 	o Add internationalized message strings
      818bfda1
    • B
      Update italics. · ce1b3065
      Bruce Momjian 提交于
      ce1b3065
    • T
      Modify tidbitmap.c to avoid creating a hash table until there is more · da56e576
      Tom Lane 提交于
      than one heap page represented in the bitmap.  This is a bit ugly but
      it cuts overhead fairly effectively in simple join cases.  Per example
      from Sergey Koposov.
      da56e576
    • B
      Update italics on web site. · e90df662
      Bruce Momjian 提交于
      e90df662
    • B
      Update italics on web site. · 343af942
      Bruce Momjian 提交于
      343af942
    • B
      Update Chinese FAQ to validate properly. · c31a05e8
      Bruce Momjian 提交于
      c31a05e8
  2. 16 5月, 2005 5 次提交
  3. 15 5月, 2005 7 次提交
  4. 14 5月, 2005 4 次提交
  5. 13 5月, 2005 4 次提交
  6. 12 5月, 2005 7 次提交
  7. 11 5月, 2005 3 次提交