1. 10 Mar, 1999 1 commit
    • Tom Lane's avatar
      Fix some typos in argument and result types in pg_proc · 3bca9c6c
      Tom Lane authored
      and pg_operator.  The lone error in pg_operator was reported as a bug
      by Michael Reifenberger; the multiple errors in pg_proc would only have
      been noticed if one invoked the functions by name rather than using
      operator syntax.  I guess few people do that.
      3bca9c6c
  2. 09 Mar, 1999 2 commits
    • Marc G. Fournier's avatar
      · 1c264e68
      Marc G. Fournier authored
      From: Constantin Teodorescu <teo@flex.ro>
      
      UPgrade to 0.96 ..
      1c264e68
    • Marc G. Fournier's avatar
      · f34240de
      Marc G. Fournier authored
      Changes to fix/improve the dynamic loading on NT
      
      From: Horak Daniel <horak@mmp.plzen-city.cz>
      f34240de
  3. 08 Mar, 1999 3 commits
  4. 07 Mar, 1999 6 commits
  5. 06 Mar, 1999 3 commits
  6. 05 Mar, 1999 2 commits
  7. 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
  8. 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
  9. 28 Feb, 1999 3 commits
  10. 27 Feb, 1999 3 commits
  11. 25 Feb, 1999 1 commit
  12. 24 Feb, 1999 3 commits
  13. 23 Feb, 1999 11 commits