1. 07 Sep, 2003 1 commit
  2. 06 Sep, 2003 2 commits
  3. 05 Sep, 2003 15 commits
  4. 04 Sep, 2003 7 commits
  5. 03 Sep, 2003 14 commits
  6. 02 Sep, 2003 1 commit
    • Tom Lane's avatar
      In _bt_check_unique() loop, don't bother applying _bt_isequal() to · 5ac2d7c0
      Tom Lane authored
      killed items; just skip to the next item immediately.  Only check for
      key equality when we reach a non-killed item or the end of the index
      page.  This saves key comparisons when there are lots of killed items,
      as for example in a heavily-updated table that's not been vacuumed lately.
      Seems to be a win for pgbench anyway.
      5ac2d7c0