summaryrefslogtreecommitdiff
path: root/src/include/executor/spi_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-071-0/+6
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-061-0/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-251-1/+3
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-0/+7
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-18/+23
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane2007-04-161-1/+2
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-151-20/+39
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-5/+6
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-011-1/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+2
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-5/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+5
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-3/+1
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-141-3/+13
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Enhancement of SPI to get access to portalsJan Wieck2001-05-211-1/+2
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-271-0/+38