1. 23 Jul, 2005 1 commit
  2. 22 Jul, 2005 8 commits
  3. 21 Jul, 2005 9 commits
  4. 20 Jul, 2005 5 commits
  5. 19 Jul, 2005 1 commit
  6. 18 Jul, 2005 12 commits
  7. 17 Jul, 2005 1 commit
  8. 15 Jul, 2005 3 commits
    • Tom Lane's avatar
      Fix create_unique_plan() so it doesn't generate useless entries in the · 59857b46
      Tom Lane authored
      output targetlist of the Unique or HashAgg plan.  This code was OK when
      written, but subsequent changes to use "physical tlists" where possible
      had broken it: given an input subplan that has extra variables added to
      avoid a projection step, it would copy those extra variables into the
      upper tlist, which is pointless since a projection has to happen anyway.
      59857b46
    • Bruce Momjian's avatar
      Fix SGML spacing. · 5e544e4e
      Bruce Momjian authored
      5e544e4e
    • Tom Lane's avatar
      Check for out-of-range varoattno in deparse_context_for_subplan. · 184ba4d5
      Tom Lane authored
      I have seen this case in CVS tip due to new "physical tlist" optimization
      for subqueries.  I believe it probably can't happen in existing releases,
      but the check is not going to hurt anything, so backpatch to 8.0 just
      in case.
      184ba4d5