postgresql/src/backend
Tom Lane 29fa051316 When executing a list of queries derived from rule expansion,
_SPI_execute_plan's return code should reflect the type of the query
that is marked canSetTag, not necessarily the last one in the list.

This is arguably a bug fix, but I'm hesitant to back-patch it because
it's the sort of subtle change that might break someone's code, and it's
best not to do that kind of thing in point releases.
2006-08-14 13:40:18 +00:00
..
access Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 2006-08-12 02:52:06 +00:00
bootstrap Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
catalog Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
commands Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 2006-08-12 20:05:56 +00:00
executor When executing a list of queries derived from rule expansion, 2006-08-14 13:40:18 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Set Win32 server-size socket buffer to 32k, for performance reasons. 2006-08-11 20:44:20 +00:00
main Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nodes Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 2006-08-12 02:52:06 +00:00
optimizer Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 2006-08-12 20:05:56 +00:00
parser Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 2006-08-12 20:05:56 +00:00
po Fix a few places where $Id$ and $Header$ CVS tags had crept into the 2006-07-16 02:44:01 +00:00
port Round microseconds on setitimer upwards. 2006-08-09 21:18:13 +00:00
postmaster Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
regex
rewrite Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 2006-08-12 20:05:56 +00:00
storage Put back another improperly-removed #include. 2006-08-07 21:56:25 +00:00
tcop Fix core dump in duration logging for a V3-protocol Execute message 2006-08-13 22:18:08 +00:00
utils Remove hash_destroy calls in hash_create's failure paths. As noted by 2006-08-14 12:39:55 +00:00
Makefile DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
nls.mk