postgresql/src
Alvaro Herrera c2581794f3 Simplify multixact freezing a bit
Testing for abortedness of a multixact member that's being frozen is
unnecessary: we only need to know whether the transaction is still in
progress or committed to determine whether it must be kept or not.  This
let us simplify the code a bit and avoid a useless TransactionIdDidAbort
test.

Suggested by Andres Freund awhile back.
2014-07-29 15:40:55 -04:00
..
backend Simplify multixact freezing a bit 2014-07-29 15:40:55 -04:00
bin Fix a performance problem in pg_dump's dump order selection logic. 2014-07-25 19:48:42 -04:00
common pgindent run for 9.4 2014-05-06 12:12:18 -04:00
include Treat 2PC commit/abort the same as regular xacts in recovery. 2014-07-29 11:59:22 +03:00
interfaces Translation updates 2014-07-21 01:08:04 -04:00
makefiles Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
pl Translation updates 2014-07-21 01:08:04 -04:00
port Report success when Windows kill() emulation signals an exiting process. 2014-07-23 00:35:13 -04:00
template Remove Alpha and Tru64 support. 2014-06-28 21:46:15 +02:00
test Fix TAP installcheck tests when current directory name contains spaces 2014-07-23 22:06:56 -04:00
timezone Reject out-of-range numeric timezone specifications. 2014-07-21 22:41:20 -04:00
tools MSVC: Substitute $(top_builddir) in REGRESS_OPTS. 2014-07-23 00:35:07 -04:00
tutorial Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 2014-07-10 14:02:08 -04:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Support vpath builds in TAP tests 2014-07-02 21:47:07 -04:00
Makefile.shlib Remove Alpha and Tru64 support. 2014-06-28 21:46:15 +02:00
bcc32.mak
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak