1. 18 Jan, 2004 1 commit
    • Tom Lane's avatar
      When testing whether a sub-plan can do projection, use a general-purpose · 6bdfde9a
      Tom Lane authored
      check instead of hardwiring assumptions that only certain plan node types
      can appear at the places where we are testing.  This was always a pretty
      fragile assumption, and it turns out to be broken in 7.4 for certain cases
      involving IN-subselect tests that need type coercion.
      Also, modify code that builds finished Plan tree so that node types that
      don't do projection always copy their input node's targetlist, rather than
      having the tlist passed in from the caller.  The old method makes it too
      easy to write broken code that thinks it can modify the tlist when it
      cannot.
      6bdfde9a
  2. 17 Jan, 2004 1 commit
  3. 16 Jan, 2004 1 commit
  4. 15 Jan, 2004 2 commits
  5. 14 Jan, 2004 5 commits
  6. 13 Jan, 2004 3 commits
  7. 12 Jan, 2004 2 commits
  8. 11 Jan, 2004 8 commits
  9. 10 Jan, 2004 10 commits
  10. 09 Jan, 2004 7 commits