summaryrefslogtreecommitdiff
path: root/src/include/executor/spi.h
AgeCommit message (Expand)Author
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-21Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for theHeikki Linnakangas
2009-01-07Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-15Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane
2008-04-01Add SPI-level support for executing SQL commands with one-time-use plans,Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-04-16Expose more cursor-related functionality in SPI: specifically, allowTom Lane
2007-03-25Remove the prohibition on executing cursor commands through SPI_execute.Tom Lane
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-03Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian
2006-09-02Change FETCH/MOVE to use int8.Bruce Momjian
2006-08-27Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway
2005-03-29Add SPI_getnspname(), including documentation.Neil Conway
2004-11-16Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-31Be more consistent about reporting SPI errors in the various PLs.Tom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-17Document SPI_push() and SPI_pop().Bruce Momjian
2004-03-05Add new SPI functions for use by PL/Java:Bruce Momjian
2003-12-02Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-08-04pgindent run.Bruce Momjian
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-12-13Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-05Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-02Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane