postgresql/src/backend/optimizer/prep
Tom Lane 7a3e30e608 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
plpgsql support to come later.  Along the way, convert execMain's
SELECT INTO support into a DestReceiver, in order to eliminate some ugly
special cases.

Jonah Harris and Tom Lane
2006-08-12 02:52:06 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
prepjointree.c Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 2006-08-12 02:52:06 +00:00
prepqual.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
preptlist.c Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 2006-08-12 02:52:06 +00:00
prepunion.c Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have 2006-08-10 02:36:29 +00:00