postgresql/src/include/access
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it
to false provides more SQL-spec-compliant behavior than we had before.
I am not sure that setting it false is actually a good idea yet; there
is a lot of client-side code that will probably be broken by turning
autocommit off.  But it's a start.

Loosely based on a patch by David Van Wie.
2002-08-30 22:18:07 +00:00
..
attnum.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
clog.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
genam.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
gist.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
gistscan.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
hash.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
heapam.h oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
hio.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
htup.h Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
ibit.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
iqual.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
istrat.h Update copyright to 2002. 2002-06-20 20:29:54 +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 There already was a macro PageGetItemId; this is now used in (almost) 2002-07-02 05:48:44 +00:00
printtup.h Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
relscan.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rmgr.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rtree.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rtscan.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sdir.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
skey.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
strat.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
transam.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tupdesc.h oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +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 I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
valid.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
xact.h AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
xlog.h Complete TODO item: 2002-08-30 16:50:50 +00:00
xlogdefs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
xlogutils.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00