aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAge
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* SPI_cursor_open failed to enforce that only read-only queries could beTom Lane2007-03-17
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-01
* Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane2005-06-09
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-02
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Add SPI_getnspname(), including documentation.Neil Conway2005-03-29
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Fix SPI cursor support to allow scanning the results of utility commandsTom Lane2005-02-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-16
* More minor cosmetic improvements:Neil Conway2004-10-13
* Message style revisionsPeter Eisentraut2004-10-12
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-31
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finishTom Lane2004-07-01
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Document SPI_push() and SPI_pop().Bruce Momjian2004-03-17
* Add new SPI functions for use by PL/Java:Bruce Momjian2004-03-05
* Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway2003-12-02
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* _SPI_cursor_operation forgot to check for failure return fromTom Lane2003-09-23
* Since SPI_modifytuple's natts argument is the number of attributes to beTom Lane2003-09-16
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Fix nasty little order-of-operations bug in _SPI_cursor_operation.Tom Lane2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/executor.Tom Lane2003-07-21
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09