1. 04 Jan, 2004 1 commit
    • Tom Lane's avatar
      Rewrite OR indexscan processing to be more flexible. We can now for the · 6cb1c023
      Tom Lane authored
      first time generate an OR indexscan for a two-column index when the WHERE
      condition is like 'col1 = foo AND (col2 = bar OR col2 = baz)' --- before,
      the OR had to be on the first column of the index or we'd not notice the
      possibility of using it.  Some progress towards extracting OR indexscans
      from subclauses of an OR that references multiple relations, too, although
      this code is #ifdef'd out because it needs more work.
      6cb1c023
  2. 03 Jan, 2004 1 commit
  3. 01 Jan, 2004 1 commit
  4. 31 Dec, 2003 1 commit
  5. 30 Dec, 2003 6 commits
  6. 29 Dec, 2003 5 commits
  7. 28 Dec, 2003 3 commits
  8. 27 Dec, 2003 2 commits
  9. 26 Dec, 2003 2 commits
  10. 25 Dec, 2003 3 commits
  11. 24 Dec, 2003 1 commit
  12. 23 Dec, 2003 13 commits
  13. 22 Dec, 2003 1 commit