postgresql/src
Heikki Linnakangas fe546f3da6 Don't wait for the commit record to be replicated if we wrote no WAL.
When using synchronous replication, we waited for the commit record to be
replicated, but if we our transaction didn't write any other WAL records,
that's not required because we don't even flush the WAL locally to disk in
that case. This lead to long waits when committing a transaction that only
modified a temporary table. Bug spotted by Thom Brown.
2012-04-17 16:28:31 +03:00
..
backend Don't wait for the commit record to be replicated if we wrote no WAL. 2012-04-17 16:28:31 +03:00
bin Add missing descriptions about '--timeout' and '--mode' to help 2012-04-15 09:17:12 +09:00
include pg_size_pretty(numeric) 2012-04-14 08:07:25 -04:00
interfaces Accept postgres:// URIs in libpq connection functions 2012-04-11 04:33:51 -03:00
makefiles pgxs: Supply default values for BISON and FLEX variables 2012-03-30 20:36:49 +03:00
pl Install plpgsql.h to to include/server at "make install". 2012-04-16 13:03:16 +03:00
port Remove now redundant pgpipe code. 2012-03-28 23:24:07 -04:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Weaken the planner's tests for relevant joinclauses. 2012-04-13 16:07:17 -04:00
timezone Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tools Install plpgsql.h to to include/server at "make install". 2012-04-16 13:03:16 +03:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +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 Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in ecpg: Improve test building 2012-02-02 20:33:29 +02:00
Makefile.shlib Use single quotes in preference to double quotes for protecting pathnames. 2011-06-15 21:45:23 -04:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk NLS: Initialize Project-Id-Version field by xgettext 2012-04-10 21:26:17 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00