1. 05 Mar, 2004 4 commits
  2. 04 Mar, 2004 4 commits
  3. 03 Mar, 2004 7 commits
  4. 02 Mar, 2004 13 commits
  5. 01 Mar, 2004 2 commits
  6. 29 Feb, 2004 4 commits
  7. 28 Feb, 2004 5 commits
  8. 27 Feb, 2004 1 commit
    • Tom Lane's avatar
      Adjust remove_redundant_join_clauses() so that when it has a choice · 6161766d
      Tom Lane authored
      of which redundant clause to remove, it removes the more expensive one.
      In simple scenarios the clauses will be like 'var = var' and there's
      no difference, but we are now capable of considering cases where there
      are sub-selects in the clauses, and it makes a BIG difference.
      6161766d