aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/spi.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Fix SPI error cleanup and memory leakPeter Eisentraut2018-05-03
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* 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
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for theHeikki Linnakangas2009-01-21
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane2008-09-15
* Add SPI-level support for executing SQL commands with one-time-use plans,Tom Lane2008-04-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* Remove the prohibition on executing cursor commands through SPI_execute.Tom Lane2007-03-25
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02