postgresql/src/include/access
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check
that they'd get to commit immediately on finishing.  There's now a
centralized routine PreventTransactionChain() that implements the
necessary tests.
2002-10-21 22:06:20 +00:00
..
attnum.h
clog.h
genam.h pgindent run. 2002-09-04 20:31:48 +00:00
gist.h
gistscan.h
hash.h
heapam.h pgindent run. 2002-09-04 20:31:48 +00:00
hio.h
htup.h Fix problems with loss of tuple commit status bits during WAL redo of 2002-09-26 22:46:29 +00:00
ibit.h
iqual.h
istrat.h pgindent run. 2002-09-04 20:31:48 +00:00
itup.h Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
nbtree.h
printtup.h pgindent run. 2002-09-04 20:31:48 +00:00
relscan.h pgindent run. 2002-09-04 20:31:48 +00:00
rmgr.h
rtree.h
rtscan.h
sdir.h
skey.h
strat.h
transam.h
tupdesc.h pgindent run. 2002-09-04 20:31:48 +00:00
tupmacs.h The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
tuptoaster.h pgindent run. 2002-09-04 20:31:48 +00:00
valid.h pgindent run. 2002-09-04 20:31:48 +00:00
xact.h Fix places that were using IsTransactionBlock() as an (inadequate) check 2002-10-21 22:06:20 +00:00
xlog.h Ensure that before truncating CLOG, we force a checkpoint even if no 2002-09-26 22:58:34 +00:00
xlogdefs.h
xlogutils.h