1. 07 Mar, 1999 2 commits
  2. 06 Mar, 1999 3 commits
  3. 05 Mar, 1999 2 commits
  4. 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
  5. 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
  6. 28 Feb, 1999 3 commits
  7. 27 Feb, 1999 3 commits
  8. 25 Feb, 1999 1 commit
  9. 24 Feb, 1999 3 commits
  10. 23 Feb, 1999 19 commits
  11. 22 Feb, 1999 2 commits