postgresql/src
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
..
backend Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
bin Add support for user-defined I/O conversion casts. 2008-10-31 08:39:22 +00:00
include Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
interfaces Unicode escapes in strings and identifiers 2008-10-29 08:04:54 +00:00
makefiles Put back the copying of some of the regression test data files for vpath 2008-10-03 08:00:16 +00:00
pl Be more tense about not creating tuplestores with randomAccess = true unless 2008-10-29 00:00:39 +00:00
port Reduce chatter from _dosmaperr() when used in FRONTEND code. 2008-10-16 13:27:34 +00:00
template Move forgotten comment closer to where it matters. 2008-10-29 16:23:07 +00:00
test Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
timezone Update time zone data files to tzdata release 2008i (DST law changes in 2008-10-30 13:16:52 +00:00
tools Update oidjoins test to match CVS HEAD. 2008-10-13 12:59:57 +00:00
tutorial Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
Makefile.global.in Support for Sun Studio compiler on Linux 2008-10-29 16:06:47 +00:00
Makefile.shlib Synchronize the shared object build rules in Makefile.port with Makefile.shlib 2008-09-01 08:50:10 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk Another fix for compiles on an empty 'po' directory. 2008-05-17 21:27:12 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00