postgresql/src
Tom Lane 0f73aae13d Allow the wal_buffers setting to be auto-tuned to a reasonable value.
If wal_buffers is initially set to -1 (which is now the default), it's
replaced by 1/32nd of shared_buffers, with a minimum of 8 (the old default)
and a maximum of the XLOG segment size.  The allowed range for manual
settings is still from 4 up to whatever will fit in shared memory.

Greg Smith, with implementation correction by me.
2011-01-22 20:31:24 -05:00
..
backend Allow the wal_buffers setting to be auto-tuned to a reasonable value. 2011-01-22 20:31:24 -05:00
bin Suppress possibly-uninitialized-variable warnings from gcc 4.5. 2011-01-22 17:56:42 -05:00
include Code cleanup for assign_XactIsoLevel. 2011-01-21 21:49:19 -05:00
interfaces There is no need to have to identical functions in ecpg thus removing one of them. 2011-01-09 12:47:43 +01:00
makefiles Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pl Suppress "control reaches end of non-void function" warning from gcc 4.5. 2011-01-22 18:01:31 -05:00
port Add pgreadlink() on Windows to read junction points 2011-01-09 15:09:19 +01:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Make ALTER TABLE revalidate uniqueness and exclusion constraints. 2011-01-20 22:44:10 -05:00
timezone Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tools Link libpgport into pg_test_fsync on msvc 2011-01-22 18:18:27 +01:00
tutorial Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
Makefile.global.in Only build in crashdump support on Windows if there's a working dbghelp.h. 2010-12-26 10:34:47 -05:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00