1. 14 Mar, 1999 1 commit
    • Bruce Momjian's avatar
      Enclosed below I have a patch to allow a btree index on the int8 type. · 817a3e6d
      Bruce Momjian authored
      I would like some feedback on what the hash function for the int8 hash
      function
      in the ./backend/access/hash/hashfunc.c should return.
      
      Also, could someone (maybe Tomas Lockhart?) look-over the patch and make
      sure
      the system table entries are correct?  I've tried to research them as
      much as I
      could, but some of them are still not clear to me.
      
      Thanks,
      -Ryan
      817a3e6d
  2. 11 Mar, 1999 1 commit
  3. 10 Mar, 1999 3 commits
  4. 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
  5. 08 Mar, 1999 3 commits
  6. 07 Mar, 1999 6 commits
  7. 06 Mar, 1999 3 commits
  8. 05 Mar, 1999 2 commits
  9. 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
  10. 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
  11. 28 Feb, 1999 3 commits
  12. 27 Feb, 1999 3 commits
  13. 25 Feb, 1999 1 commit
  14. 24 Feb, 1999 3 commits
  15. 23 Feb, 1999 7 commits