1. 15 Feb, 2007 1 commit
    • Tom Lane's avatar
      Repair oversight in 8.2 change that improved the handling of "pseudoconstant" · bfe553fb
      Tom Lane authored
      WHERE clauses.  createplan.c is now willing to stick a gating Result node
      almost anywhere in the plan tree, and in particular one can wind up directly
      underneath a MergeJoin node.  This means it had better be willing to handle
      Mark/Restore.  Fortunately, that's trivial in such cases, since we can just
      pass off the call to the input node (which the planner has previously ensured
      can handle Mark/Restore).  Per report from Phil Frost.
      bfe553fb
  2. 14 Feb, 2007 13 commits
  3. 13 Feb, 2007 16 commits
  4. 12 Feb, 2007 2 commits
  5. 11 Feb, 2007 4 commits
  6. 10 Feb, 2007 4 commits