1. 28 Apr, 2006 6 commits
  2. 27 Apr, 2006 21 commits
  3. 26 Apr, 2006 12 commits
  4. 25 Apr, 2006 1 commit
    • Tom Lane's avatar
      Arrange to cache btree metapage data in the relcache entry for the index, · d2896a9e
      Tom Lane authored
      thereby saving a visit to the metapage in most index searches/updates.
      This wouldn't actually save any I/O (since in the old regime the metapage
      generally stayed in cache anyway), but it does provide a useful decrease
      in bufmgr traffic in high-contention scenarios.  Per my recent proposal.
      d2896a9e