1. 07 Mar, 2001 3 commits
    • Tom Lane's avatar
      Repair a number of places that didn't bother to check whether PageAddItem · b109b03f
      Tom Lane authored
      succeeds or not.  Revise rtree page split algorithm to take care about
      making a feasible split --- ie, will the incoming tuple actually fit?
      Failure to make a feasible split, combined with failure to notice the
      failure, account for Jim Stone's recent bug report.  I suspect that
      hash and gist indices may have the same type of bug, but at least now
      we'll get error messages rather than silent failures if so.  Also clean
      up rtree code to use Datum rather than char* where appropriate.
      b109b03f
    • Bruce Momjian's avatar
      > Applied. Thanks. · 296c806d
      Bruce Momjian authored
      One more :)) It's for improper function argumets for
      PLTCL_UNKNOWN_SUPPORT code
      
      I'm not an autoconf expert, but is it possible to enable unknown
      support in pltcl with configure option ?
      This support is really handy for real life usage of pl/tcl.
      
      seva@sevasoft.kiev.ua
      296c806d
    • Bruce Momjian's avatar
      pltcl_loadmod has problems with big (>4k) modules because of missing incr · 3dc1b2b7
      Bruce Momjian authored
      in splitting code:
      
      seva@sevasoft.kiev.ua
      3dc1b2b7
  2. 06 Mar, 2001 12 commits
  3. 05 Mar, 2001 10 commits
  4. 04 Mar, 2001 2 commits
  5. 03 Mar, 2001 6 commits
  6. 02 Mar, 2001 1 commit
  7. 01 Mar, 2001 6 commits