postgresql/src/include/nodes
Bruce Momjian 19e0e35bcd The attached patch implements START TRANSACTION, per SQL99. The
functionality of the command is basically identical to that of
BEGIN; it just accepts a few extra options (only one of which
PostgreSQL currently implements), and is standards-compliant.
The patch includes a simple regression test and documentation.

[ Regression tests removed, per Peter.]

Neil Conway
2002-08-04 04:31:44 +00:00
..
execnodes.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
makefuncs.h Back out BETWEEN node patch, was causing initdb failure. 2002-07-18 17:14:20 +00:00
memnodes.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodeFuncs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes.h Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
params.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parsenodes.h The attached patch implements START TRANSACTION, per SQL99. The 2002-08-04 04:31:44 +00:00
pg_list.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
plannodes.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
primnodes.h Implement the IS DISTINCT FROM operator per SQL99. 2002-07-04 15:24:11 +00:00
print.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
readfuncs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
relation.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00