aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/spi_priv.h
Commit message (Expand)AuthorAge
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane2007-04-16
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* 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