aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAge
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* Make _SPI_execute_plan pass the query source string down to ProcessUtilityTom Lane2007-03-25
* Remove the prohibition on executing cursor commands through SPI_execute.Tom Lane2007-03-25
* SPI_cursor_open failed to enforce that only read-only queries could beTom Lane2007-03-17
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Repair bug #2836: SPI_execute_plan returned zero if none of the querytreesTom Lane2006-12-26
* Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries toTom Lane2006-12-08
* Prevent intratransaction memory leak when a subtransaction is abortedTom Lane2006-11-21
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* When executing a list of queries derived from rule expansion,Tom Lane2006-08-14
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* 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