postgresql/src/backend
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
..
access Minor adjustment of message style. 2004-11-17 16:26:59 +00:00
bootstrap Remove GUC USERLIMIT variable category, making the affected variables 2004-11-14 19:35:35 +00:00
catalog Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
commands Force pg_database updates out to disk immediately after ALTER DATABASE; 2004-11-18 01:14:26 +00:00
executor Rethink plpgsql's way of handling SPI execution during an exception block. 2004-11-16 18:10:16 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Improve error reporting for SSL connection failures. Remove redundant 2004-11-20 00:18:18 +00:00
main Fix Win32 problems with signals and sockets, by making the forkexec code 2004-11-17 00:14:14 +00:00
nodes Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
optimizer Allow planner to fold "stable" functions to constants when forming 2004-11-09 21:42:53 +00:00
parser Prevent a backend crash when processing CREATE TABLE commands with 2004-11-16 23:34:26 +00:00
po Translation update 2004-11-16 22:58:44 +00:00
port Win32 build cleanups, from Andrew Dunstan. 2004-11-17 08:30:11 +00:00
postmaster Whoops, missed converting the other sleep() call to pg_usleep(). 2004-11-18 17:13:38 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Fix one more place where we were expecting lcons() to be nondestructive 2004-11-20 17:59:31 +00:00
storage Reduce the default size of the local lock hash table. There's usually 2004-11-20 20:16:54 +00:00
tcop Move pgstat_report_tabstat() call so that stats are not reported to the 2004-11-20 00:48:58 +00:00
utils Fix rounding problem in dynahash.c's decision about when the target 2004-11-21 22:57:00 +00:00
Makefile Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00