| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Prevent leakage of SPI tuple tables during subtransaction abort. | Tom Lane | 2013-07-25 | 1 | -0/+3 |
| * | Fix plpgsql's reporting of plan-time errors in possibly-simple expressions. | Tom Lane | 2013-01-30 | 1 | -0/+3 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 | 1 | -0/+1 |
| * | Clean up the #include mess a little. | Tom Lane | 2011-09-04 | 1 | -0/+1 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -3/+0 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -6/+6 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 | 1 | -1/+10 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -9/+9 |
| * | Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the | Heikki Linnakangas | 2009-01-21 | 1 | -1/+2 |
| * | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane | 2009-01-07 | 1 | -1/+3 |
| * | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 | 1 | -30/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Fix caching of foreign-key-checking queries so that when a replan is needed, | Tom Lane | 2008-09-15 | 1 | -1/+2 |
| * | Add SPI-level support for executing SQL commands with one-time-use plans, | Tom Lane | 2008-04-01 | 1 | -1/+10 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -6/+6 |
| * | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 | 1 | -2/+2 |
| * | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 | 1 | -5/+5 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 1 | -3/+8 |
| * | Remove the prohibition on executing cursor commands through SPI_execute. | Tom Lane | 2007-03-25 | 1 | -2/+2 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 1 | -13/+21 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -4/+4 |
| * | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 | 1 | -3/+3 |
| * | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 | 1 | -3/+3 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -1/+4 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -11/+11 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -10/+10 |
| * | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 | 1 | -8/+8 |
| * | Add SPI_getnspname(), including documentation. | Neil Conway | 2005-03-29 | 1 | -1/+2 |
| * | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 1 | -1/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -2/+2 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -6/+12 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -6/+6 |
| * | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 | 1 | -1/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+2 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -4/+2 |
| * | Document SPI_push() and SPI_pop(). | Bruce Momjian | 2004-03-17 | 1 | -3/+3 |
| * | Add new SPI functions for use by PL/Java: | Bruce Momjian | 2004-03-05 | 1 | -1/+5 |
| * | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway | 2003-12-02 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 | 1 | -3/+3 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 1 | -1/+3 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -2/+3 |