postgresql/src/backend/rewrite
Tom Lane 3f8db37c2f Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was
merely a matter of fixing the error check, since the underlying Portal
infrastructure already handles it.  This in turn allows these statements
to be used in some existing plpgsql and plperl contexts, such as a
plpgsql FOR loop.  Also, do some marginal code cleanup in places that
were being sloppy about distinguishing SELECT from SELECT INTO.
2006-08-12 20:05:56 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewriteDefine.c Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 2006-08-12 20:05:56 +00:00
rewriteHandler.c Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
rewriteManip.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
rewriteRemove.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
rewriteSupport.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00