postgresql/src/backend/access
Tom Lane 1c72d0dec1 Fix relcache to account properly for subtransaction status of 'new'
relcache entries.  Also, change TransactionIdIsCurrentTransactionId()
so that if consulted during transaction abort, it will not say that
the aborted xact is still current.  (It would be better to ensure that
it's never called at all during abort, but I'm not sure we can easily
guarantee that.)  In combination, these fix a crash we have seen
occasionally during parallel regression tests of 8.0.
2004-08-28 20:31:44 +00:00
..
common Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
gist Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
hash Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
heap Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
index Tweak indexscan and seqscan code to arrange that steps from one page to 2004-04-21 18:24:26 +00:00
nbtree Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
rtree Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
transam Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00