1. 20 1月, 2005 1 次提交
  2. 19 1月, 2005 5 次提交
    • B
      Add: · 0d19d8b8
      Bruce Momjian 提交于
      > * Add 'tid != tid ' operator for use in corruption recovery
      0d19d8b8
    • N
      d600c1db
    • B
      Fix typo. · 3fc86c0f
      Bruce Momjian 提交于
      3fc86c0f
    • N
      This patch makes some improvements to the rtree index implementation: · b4297c17
      Neil Conway 提交于
      (1) Keep a pin on the scan's current buffer and mark buffer. This
      avoids the need to do a ReadBuffer() for each tuple produced by the
      scan. Since ReadBuffer() is expensive, this is a significant win.
      
      (2) Convert a ReleaseBuffer(); ReadBuffer() pair into
      ReleaseAndReadBuffer(). Surely not a huge win, but it saves a lock
      acquire/release...
      
      (3) Remove a bunch of duplicated code in rtget.c; make rtnext() handle
      both the "initial result" and "subsequent result" cases.
      
      (4) Add support for index tuple killing
      
      (5) Remove rtscancache(): it is dead code, for the same reason that
      gistscancache() is dead code (an index scan ought not be invoked with
      NoMovementScanDirection).
      
      The end result is about a 10% improvement in rtree index scan perf,
      according to contrib/rtree_gist/bench.
      b4297c17
    • N
      Replace the use of "0" with "NULL" where appropriate in dllist.c, for · 1f5299bc
      Neil Conway 提交于
      good style and to satisfy sparse. From Alvaro Herrera.
      1f5299bc
  3. 18 1月, 2005 8 次提交
  4. 17 1月, 2005 15 次提交
  5. 16 1月, 2005 4 次提交
  6. 15 1月, 2005 7 次提交