postgresql/src/backend
Tom Lane 6382448cf9 For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead
of the 256KB limit originally enforced by a patch committed 2008-11-06.
Per recent test results, the smaller size resulted in an undesirable decrease
in bulk data loading speed, due to COPY processing frequently getting blocked
for WAL flushing.  This area might need more tweaking later, but this setting
seems to be good enough for 8.4.
2009-06-22 20:04:28 +00:00
..
access Fix a few errors in comments. Patch by Fujii Masao, plus the one in 2009-06-18 10:08:08 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Revisit AlterTableCreateToastTable's API once again, hoping to make it what 2009-06-11 20:46:11 +00:00
commands Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
executor Fix things so that array_agg_finalfn does not modify or free its input 2009-06-20 18:45:28 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Message fixes 2009-06-21 20:15:32 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
optimizer 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
parser Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
po Translation updates 2009-06-10 23:42:44 +00:00
port 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
postmaster Fix several places where a function was declared static and then defined 2009-06-12 16:17:29 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead 2009-06-22 20:04:28 +00:00
tcop Fix a few errors in comments. Patch by Fujii Masao, plus the one in 2009-06-18 10:08:08 +00:00
tsearch 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
utils Make to_timestamp and friends skip leading spaces before an integer field, 2009-06-22 17:54:30 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nls.mk Improve the recently-added support for properly pluralized error messages 2009-06-04 18:33:08 +00:00