postgresql/src/backend/access
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
..
common Move view reloptions into their own varlena struct 2014-07-14 17:24:40 -04:00
gin Don't allow to disable backend assertions via the debug_assertions GUC. 2014-06-20 11:09:17 +02:00
gist pgindent run for 9.4 2014-05-06 12:12:18 -04:00
hash Avoid copying index tuples when building an index. 2014-07-01 10:34:42 -04:00
heap Simplify multixact freezing a bit 2014-07-29 15:40:55 -04:00
index pgindent run for 9.4 2014-05-06 12:12:18 -04:00
nbtree Avoid copying index tuples when building an index. 2014-07-01 10:34:42 -04:00
rmgrdesc Change the signature of rm_desc so that it's passed a XLogRecord. 2014-06-14 10:46:48 +03:00
spgist Fix infinite loop when splitting inner tuples in SPGiST text indexes. 2014-06-09 16:31:11 -04:00
transam Oops, fix recoveryStopsBefore functions for regular commits. 2014-07-29 17:19:43 +03:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00