postgresql/src/backend/utils
Tom Lane 294c34bb9d Fix rounding problem in dynahash.c's decision about when the target
fill factor has been exceeded.  We usually run with ffactor == 1, but
the way the test was coded, it wouldn't split a bucket until the actual
fill factor reached 2.0, because of use of integer division.  Change
from > to >= so that it will split more aggressively when the table
starts to get full.
2004-11-21 22:57:00 +00:00
..
adt Patch of 2004-03-30 corrected date_part(timestamp) for extracting 2004-11-20 22:12:44 +00:00
cache Avoid scanning the relcache during AtEOSubXact_RelationCache when there 2004-11-20 20:19:52 +00:00
error Make getpid() use %d consistently for printing. 2004-10-09 02:46:42 +00:00
fmgr Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
hash Fix rounding problem in dynahash.c's decision about when the target 2004-11-21 22:57:00 +00:00
init Remove GUC USERLIMIT variable category, making the affected variables 2004-11-14 19:35:35 +00:00
mb More minor cosmetic improvements: 2004-10-13 01:25:13 +00:00
misc Remove GUC USERLIMIT variable category, making the affected variables 2004-11-14 19:35:35 +00:00
mmgr Reduce the default size of the PortalHashTable in order to save a 2004-11-21 22:48:01 +00:00
resowner Give the ResourceOwner mechanism full responsibility for releasing buffer 2004-10-16 18:57:26 +00:00
sort Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
time Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Update copyright to 2004. 2004-08-29 04:13:13 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00