1. 10 5月, 1999 3 次提交
  2. 09 5月, 1999 7 次提交
  3. 08 5月, 1999 1 次提交
  4. 07 5月, 1999 6 次提交
  5. 06 5月, 1999 3 次提交
    • T
      fix_indxqual_references didn't cope with ArrayRef nodes, · 5729c350
      Tom Lane 提交于
      meaning that this failed:
      select proname,typname,prosrc from pg_proc,pg_type
      where proname = 'float8' and pg_proc.proargtypes[0] = pg_type.oid;
      5729c350
    • T
      Fix some nasty coredump bugs in hashjoin. This code was just · 9f82f9e4
      Tom Lane 提交于
      about certain to fail anytime it decided the relation to be hashed was
      too big to fit in memory --- the code for 'batching' a series of hashjoins
      had multiple errors.  I've fixed the easier problems.  A remaining big
      problem is that you can get 'hashtable out of memory' if the code's
      guesstimate about how much overflow space it will need turns out wrong.
      That will require much more extensive revisions to fix, so I'm committing
      these fixes now before I start on that problem.
      9f82f9e4
    • B
      I have two patches for 6.5.0: · 5d5cf912
      Bruce Momjian 提交于
      arrayfuncs.patch        fixes a small bug in my previous patches for
      arrays
      
      array-regress.patch     adds _bpchar and _varchar to regression tests
      
      --
      Massimo Dal Zotto
      5d5cf912
  6. 05 5月, 1999 2 次提交
  7. 04 5月, 1999 13 次提交
  8. 03 5月, 1999 1 次提交
  9. 02 5月, 1999 4 次提交