postgresql/src/backend
Tom Lane 2924ca6747 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.
palloc() will normally round allocation requests up to the next power of 2,
so make dynahash choose allocation sizes that are as close to a power of 2
as possible.
Back-patch to 8.1 --- the problem exists further back, but a much larger
patch would be needed and it doesn't seem worth taking any risks.
2006-06-25 18:29:49 +00:00
..
access pg_stop_backup was calling XLogArchiveNotify() twice for the newly created 2006-06-22 20:42:57 +00:00
bootstrap Merge postmaster and postgres command into just postgres. postmaster 2006-06-18 15:38:37 +00:00
catalog Move conversion dependency patch to the proper branch, out of 8.1.X, 2006-05-30 13:36:30 +00:00
commands Eliminate a gratuitously different wording of the 'cannot use aggregate function in check constraint' error message. 2006-06-21 18:09:53 +00:00
executor Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving 2006-06-21 18:39:42 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Split definitions for md5.c out of crypt.h and into their own header 2006-06-20 19:56:52 +00:00
main Merge postmaster and postgres command into just postgres. postmaster 2006-06-18 15:38:37 +00:00
nodes DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
optimizer Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
parser Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). 2006-06-21 18:30:11 +00:00
po Fix copy-and-pasteo in Russian translation: message complaining about 2006-06-03 16:48:59 +00:00
port Remove Win32 file, moved to /port. 2006-06-08 15:15:13 +00:00
postmaster Remove redundant gettimeofday() calls to the extent practical without 2006-06-20 22:52:00 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
storage Remove redundant gettimeofday() calls to the extent practical without 2006-06-20 22:52:00 +00:00
tcop Remove redundant gettimeofday() calls to the extent practical without 2006-06-20 22:52:00 +00:00
utils Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 2006-06-25 18:29:49 +00:00
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00