postgresql/src/include/tcop
Tom Lane 9b46abb7c4 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE
RETURNING clause, not just a SELECT as formerly.

A side effect of this patch is that when a set-returning SQL function is used
in a FROM clause, performance is improved because the output is collected into
a tuplestore within the function, rather than using the less efficient
value-per-call mechanism.
2008-10-31 19:37:56 +00:00
..
dest.h Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
fastpath.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pquery.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tcopdebug.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tcopprot.h Implement enum type for guc parameters, and convert a couple of existing 2008-03-10 12:55:13 +00:00
utility.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00