1. 06 Jan, 2004 1 commit
    • Tom Lane's avatar
      Instead of rechecking lossy index operators by putting them into the · b0c4a50b
      Tom Lane authored
      regular qpqual ('filter condition'), add special-purpose code to
      nodeIndexscan.c to recheck them.  This ends being almost no net addition
      of code, because the removal of planner code balances out the extra
      executor code, but it is significantly more efficient when a lossy
      operator is involved in an OR indexscan.  The old implementation had
      to recheck the entire indexqual in such cases.
      b0c4a50b
  2. 05 Jan, 2004 10 commits
  3. 04 Jan, 2004 11 commits
  4. 03 Jan, 2004 1 commit
  5. 01 Jan, 2004 1 commit
  6. 31 Dec, 2003 1 commit
  7. 30 Dec, 2003 6 commits
  8. 29 Dec, 2003 5 commits
  9. 28 Dec, 2003 3 commits
  10. 27 Dec, 2003 1 commit