Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane <tgl@sss.pgh.pa.us>
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