postgresql/src/backend/storage
Tom Lane cc813fc2b8 Replace nested-BEGIN syntax for subtransactions with spec-compliant
SAVEPOINT/RELEASE/ROLLBACK-TO syntax.  (Alvaro)
Cause COMMIT of a failed transaction to report ROLLBACK instead of
COMMIT in its command tag.  (Tom)
Fix a few loose ends in the nested-transactions stuff.
2004-07-27 05:11:48 +00:00
..
buffer Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
file Per previous discussions, get rid of use of sync(2) in favor of 2004-05-31 03:48:10 +00:00
freespace Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
ipc Fix seriously nasty memory leak in new TransactionIdIsInProgress code. 2004-07-01 03:13:05 +00:00
large_object $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
lmgr Replace nested-BEGIN syntax for subtransactions with spec-compliant 2004-07-27 05:11:48 +00:00
page Previous code cleanup was for bufpage.c, not bufmgr.c. 2004-06-09 13:11:34 +00:00
smgr Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00