1. 30 Oct, 1999 1 commit
    • Tom Lane's avatar
      Put back code in nodeAgg to generate a dummy all-nulls input tuple · b021e9a1
      Tom Lane authored
      before calling execProject, when the outerPlan has returned zero tuples.
      I took this out under the mistaken impression that the input tuple
      couldn't be referenced by execProject if we weren't in GROUP BY mode.
      But it can, if we're in an UPDATE or DELETE...
      b021e9a1
  2. 29 Oct, 1999 3 commits
  3. 27 Oct, 1999 3 commits
  4. 26 Oct, 1999 11 commits
  5. 25 Oct, 1999 3 commits
  6. 24 Oct, 1999 2 commits
    • Tom Lane's avatar
      Add a notion of a 'catalog version number' that can indicate · eae456cd
      Tom Lane authored
      when an initdb-forcing change has been applied within a development cycle.
      PG_VERSION serves this purpose for official releases, but we can't bump
      the PG_VERSION number every time we make a change to the catalogs during
      development.  Instead, increase the catalog version number to warn other
      developers that you've made an incompatible change.  See my mail to
      pghackers for more info.
      eae456cd
    • Tom Lane's avatar
      Add comment explaining that this table doesn't do what you · 9efee18a
      Tom Lane authored
      might think ... in fact doesn't do much of anything at the moment ...
      9efee18a
  7. 23 Oct, 1999 3 commits
  8. 22 Oct, 1999 6 commits
  9. 21 Oct, 1999 5 commits
  10. 19 Oct, 1999 1 commit
  11. 18 Oct, 1999 2 commits