]> granicus.if.org Git - postgresql/history - src/include/executor/spi.h
pgindent run for 9.0
[postgresql] / src / include / executor / spi.h
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-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-21 Heikki LinnakangasAdd new SPI_OK_REWRITTEN return code to SPI_execute...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-04-01 Tom LaneAdd SPI-level support for executing SQL commands with...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-03-25 Tom LaneRemove the prohibition on executing cursor commands...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-27 Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-03-29 Neil ConwayAdd SPI_getnspname(), including documentation.
2004-11-16 Tom LaneRethink plpgsql's way of handling SPI execution during...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-17 Bruce MomjianDocument SPI_push() and SPI_pop().
2004-03-05 Bruce MomjianAdd new SPI functions for use by PL/Java:
2003-12-02 Joe ConwayAdd a warning to AtEOXact_SPI() to catch cases where...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-08-04 Bruce Momjianpgindent run.
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Tom LaneFix coredump in plpgsql when trying to return a rowtype...
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-08-02 Tom LaneAdd a SPI_copytupledesc function that parallels SPI_cop...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
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
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-11-30 Thomas G. LockhartAdd pg_type.h to include list to regain declaration...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-09-24 Vadim B. Mikheev+ SPI_palloc(), SPI_repalloc(), SPI_pfree()
1997-09-12 Vadim B. MikheevAdded: SPI_copytuple() & SPI_modifytuple()
1997-09-12 Vadim B. Mikheevchar* --> Datum
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-11 Vadim B. MikheevCleanups.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-06 Vadim B. MikheevCleanups.
1997-09-04 Vadim B. MikheevPrototypes, definitions...
1997-08-29 Vadim B. MikheevSPI manager.