postgresql/src/backend/access
Joe Conway 5eb15c9942 SERIALIZABLE transactions are actually implemented beneath the covers with
transaction snapshots, i.e. a snapshot registered at the beginning of
a transaction. Change variable naming and comments to reflect this reality
in preparation for a future, truly serializable mode, e.g.
Serializable Snapshot Isolation (SSI).

For the moment transaction snapshots are still used to implement
SERIALIZABLE, but hopefully not for too much longer. Patch by Kevin
Grittner and Dan Ports with review and some minor wording changes by me.
2010-09-11 18:38:58 +00:00
..
common
gin
gist
hash Tidy up a few calls to smrgextend(). 2010-08-19 02:58:37 +00:00
heap SERIALIZABLE transactions are actually implemented beneath the covers with 2010-09-11 18:38:58 +00:00
index
nbtree Reduce PANIC to ERROR in some occasionally-reported btree failure cases. 2010-08-29 19:33:14 +00:00
transam Introduce latches. A latch is a boolean variable, with the capability to 2010-09-11 15:48:04 +00:00
Makefile