1. 03 Mar, 1999 1 commit
    • Tom Lane's avatar
      Partial fix for copied-plan bugs reported by Hiroshi Inoue: · e0345e09
      Tom Lane authored
      _copyResult didn't copy subPlan structure completely.  _copyAgg is still
      busted, apparently because of changes from EXCEPT/INTERSECT patch
      (get_agg_tlist_references is no longer sufficient to find all aggregates).
      No time to look at that tonight, however.
      e0345e09
  2. 01 Mar, 1999 1 commit
    • Tom Lane's avatar
      Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, · b204d10c
      Tom Lane authored
      so remove them from MergeJoin node.  Hack together a partial
      solution for commuted mergejoin operators --- yesterday
      a mergejoin int4 = int8 would crash if the planner decided to
      commute it, today it works.  The planner's representation of
      mergejoins really needs a rewrite though.
      Also, further testing of mergejoin ops in opr_sanity regress test.
      b204d10c
  3. 28 Feb, 1999 3 commits
  4. 27 Feb, 1999 3 commits
  5. 25 Feb, 1999 1 commit
  6. 24 Feb, 1999 3 commits
  7. 23 Feb, 1999 19 commits
  8. 22 Feb, 1999 9 commits