postgresql/src/backend/utils
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
..
adt Further tightening of the array literal parser. Prevent junk 2004-08-28 19:31:29 +00:00
cache Fix relcache to account properly for subtransaction status of 'new' 2004-08-28 20:31:44 +00:00
error Create a built-in log rotation program, so that we no longer have to 2004-08-05 23:32:13 +00:00
fmgr Fix core dumps, inability to count, etc associated with canonicalize_path 2004-08-13 14:47:23 +00:00
hash * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
init Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. 2004-08-06 04:15:09 +00:00
mb
misc Mark server_encoding and integer_datetimes as GUC_REPORT, per previous 2004-08-16 02:12:29 +00:00
mmgr Revise ResourceOwner code to avoid accumulating ResourceOwner objects 2004-08-25 18:43:43 +00:00
resowner Introduce local hash table for lock state, as per recent proposal. 2004-08-27 17:07:42 +00:00
sort
time Tweak code so that pg_subtrans is never consulted for XIDs older than 2004-08-22 02:41:58 +00:00
.cvsignore
Gen_fmgrtab.sh
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00