1. 19 Oct, 2005 1 commit
    • Tom Lane's avatar
      Fix oversight in recent changes to enable the 'physical tlist' · 32fcfcdb
      Tom Lane authored
      optimization for subquery and function scan nodes: we can't just do it
      unconditionally, we still have to check whether there is any need for
      a whole-row Var.  I had been thinking that these node types couldn't
      have any system columns, which is true, but that loop is also checking
      for attno zero, ie, whole-row Var.  Fix comment to not be so misleading.
      Per test case from Richard Huxton.
      32fcfcdb
  2. 18 Oct, 2005 8 commits
  3. 17 Oct, 2005 1 commit
  4. 16 Oct, 2005 2 commits
  5. 15 Oct, 2005 13 commits
  6. 14 Oct, 2005 4 commits
  7. 13 Oct, 2005 11 commits