1. 13 3月, 2001 1 次提交
  2. 12 3月, 2001 1 次提交
  3. 11 3月, 2001 9 次提交
  4. 10 3月, 2001 6 次提交
  5. 09 3月, 2001 4 次提交
  6. 08 3月, 2001 5 次提交
    • T
      A subplan invoked within an aggregate function's argument should · d73e9df0
      Tom Lane 提交于
      be allowed to receive ungrouped variables of the current query level.
      Curious that no one reported this bug before...
      d73e9df0
    • T
      Modify wchar conversion routines to not fetch the next byte past the end · 572fda27
      Tom Lane 提交于
      of a counted input string.  Marinos Yannikos' recent crash report turns
      out to be due to applying pg_ascii2wchar_with_len to a TEXT object that
      is smack up against the end of memory.  This is the second just-barely-
      reproducible bug report I have seen that traces to some bit of code
      fetching one more byte than it is allowed to.  Let's be more careful
      out there, boys and girls.
      While at it, I changed the code to not risk a similar crash when there
      is a truncated multibyte character at the end of an input string.  The
      output in this case might not be the most reasonable output possible;
      if anyone wants to improve it further, step right up...
      572fda27
    • T
      Repair a number of places that didn't bother to check whether PageAddItem · b109b03f
      Tom Lane 提交于
      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
    • B
      > Applied. Thanks. · 296c806d
      Bruce Momjian 提交于
      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
    • B
      pltcl_loadmod has problems with big (>4k) modules because of missing incr · 3dc1b2b7
      Bruce Momjian 提交于
      in splitting code:
      
      seva@sevasoft.kiev.ua
      3dc1b2b7
  7. 07 3月, 2001 7 次提交
  8. 06 3月, 2001 7 次提交