postgresql/src
Simon Riggs 31541778b6 Skip searching for subxact locks at commit.
At commit all standby locks are released
for the top-level transaction, so searching
for locks for each subtransaction is both
pointless and costly (N^2) in the presence
of many AccessExclusiveLocks.
2012-11-13 16:12:20 -03:00
..
backend Skip searching for subxact locks at commit. 2012-11-13 16:12:20 -03:00
bin In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 2012-10-26 12:12:48 -04:00
include Fix multiple problems in WAL replay. 2012-11-12 22:05:14 -05:00
interfaces Fix lo_import and lo_export to return useful error messages more often. 2012-10-08 21:52:42 -04:00
makefiles Fix PGXS support for building loadable modules on AIX. 2012-10-09 21:04:11 -04:00
pl Back-patch fix and test case for bug #7516. 2012-09-14 11:50:02 -04:00
port Work around unportable behavior of malloc(0) and realloc(NULL, 0). 2012-10-02 17:31:49 -04:00
template Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
test Fix handling of inherited check constraints in ALTER COLUMN TYPE. 2012-11-05 13:36:21 -05:00
timezone Update time zone data files to tzdata release 2012f. 2012-09-19 10:45:03 -04:00
tools Allow a few seconds for Windows to catch up with a directory rename when checking pg_upgrade. 2012-10-02 10:42:42 -04: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
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 Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Fix pg_config.h make rule 2012-05-07 21:28:38 +03:00
Makefile.shlib Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00