postgresql/src
Tom Lane 0a971e2f20 Disable full_page_writes, because turning it off risks causing crash-recovery
failures even when the hardware and OS did nothing wrong.  Per recent analysis
of a problem report from Alex Bahdushka.

For the moment I've just diked out the test of the parameter, rather than
removing the GUC infrastructure and documentation, in case we conclude that
there's something salvageable there.  There seems no chance of it being
resurrected in the 8.1 branch though.
2006-03-28 22:01:16 +00:00
..
backend Disable full_page_writes, because turning it off risks causing crash-recovery 2006-03-28 22:01:16 +00:00
bin Merge the loading of shared object descriptions with regular descriptions, 2006-03-21 17:54:28 +00:00
include Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
interfaces Update comment that pgNotify.be_pid is pid of the notifying server process. 2006-03-20 15:07:05 +00:00
makefiles
pl Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 2006-03-23 04:22:37 +00:00
port Improve performance of our private version of qsort. Per recent testing, 2006-03-21 19:49:15 +00:00
template Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
test Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 2006-03-23 04:22:37 +00:00
timezone Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
tools Fix typo in pgcvslog, used == instead of =. 2006-03-15 03:24:17 +00:00
tutorial Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
utils Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak