| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 | 1 | -9/+10 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -2/+1 |
| * | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 | 1 | -2/+2 |
| * | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 | 1 | -1/+3 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+6 |
| * | Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, | Tom Lane | 2001-08-02 | 1 | -11/+13 |
| * | Enhancement of SPI to get access to portals | Jan Wieck | 2001-05-21 | 1 | -0/+10 |
| * | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | 2001-02-19 | 1 | -0/+1 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -0/+4 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -1/+2 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -0/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -1/+0 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+5 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+3 |
| * | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier | 1999-03-09 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -1/+1 |
| * | Speedup of PL/pgSQL by calling ExecEvalExpr() directly | Jan Wieck | 1999-01-27 | 1 | -0/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -9/+10 |
| * | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | 1 | -2/+1 |
| * | Add pg_type.h to include list to regain declaration of type OID assignments. | Thomas G. Lockhart | 1997-11-30 | 1 | -0/+1 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -1/+0 |
| * | + SPI_palloc(), SPI_repalloc(), SPI_pfree() | Vadim B. Mikheev | 1997-09-24 | 1 | -0/+3 |
| * | Added: SPI_copytuple() & SPI_modifytuple() | Vadim B. Mikheev | 1997-09-12 | 1 | -1/+5 |
| * | char* --> Datum | Vadim B. Mikheev | 1997-09-12 | 1 | -1/+1 |