]> granicus.if.org Git - postgresql/history - src/include/executor/spi_priv.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / executor / spi_priv.h
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-08 Tom LaneSave/restore SPI's global variables in SPI_connect...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-28 Peter EisentrautPL/pgSQL: Nested CALL with transactions
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-06 Tom LaneFix crash when logical decoding is invoked from a PL...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-25 Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-01-04 Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-01 Tom Lane_SPI_execute_plan failed to return result tuple table...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-27 Jan WieckSpeedup of PL/pgSQL by calling ExecEvalExpr() directly