aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAge
* 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
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Fix SPI result logic for case where there are multiple statements of theTom Lane2003-02-14
* SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returnedTom Lane2003-01-29
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* Skip unnecessary plan-copying now that plan trees are read-only in theTom Lane2002-12-17
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-14
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* SPI_cursor_open must copy by-reference parameter values into theTom Lane2002-01-03
* Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane2001-11-21
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25