aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/spi_priv.h
Commit message (Expand)AuthorAge
* 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
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Update copyright to 2004.Bruce Momjian2004-08-29
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-14
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Enhancement of SPI to get access to portalsJan Wieck2001-05-21
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* pgindent run over code.Bruce Momjian1999-05-25
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-27