postgresql/src/backend/utils
Tom Lane 80cadb303c Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize;
we'll go over to disk-based sort if we reach that limit.
This fixes Stefan Kaltenbrunner's observation that sorting can suffer an
'invalid memory alloc request size' failure when sort_mem is set large
enough.  It's unfortunately not so easy to fix in 8.1 ...
2006-03-04 19:05:06 +00:00
..
adt Add comment about localized month names for to_date and to_timestamp. 2006-03-03 02:17:30 +00:00
cache Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:12 +00:00
error Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fmgr Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
hash Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
init Make all command-line options of postmaster and postgres the same. See 2006-01-05 10:07:46 +00:00
mb Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 2006-03-04 10:57:35 +00:00
misc Fix bug that allowed any logged-in user to SET ROLE to any other database user 2006-02-12 22:32:43 +00:00
mmgr AllocSetStats should probably be using unsigned format to show space totals. 2006-02-14 15:34:46 +00:00
resowner Fix bgwriter's failure to release buffer pins and open files after an 2005-12-08 19:19:22 +00:00
sort Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; 2006-03-04 19:05:06 +00:00
time Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00