| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -22/+23 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -6/+5 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -2/+2 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 | 1 | -2/+2 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -3/+3 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -3/+3 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 | 1 | -7/+7 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -58/+60 |
* | _SPI_execute_plan failed to return result tuple table to caller in | Tom Lane | 2005-10-01 | 1 | -32/+39 |
* | Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; | Tom Lane | 2005-06-09 | 1 | -4/+6 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
* | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 | 1 | -17/+17 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 1 | -15/+5 |
* | Add SPI_getnspname(), including documentation. | Neil Conway | 2005-03-29 | 1 | -1/+7 |
* | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -4/+4 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 | 1 | -3/+4 |
* | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane | 2005-02-10 | 1 | -13/+27 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 1 | -1/+9 |
* | More minor cosmetic improvements: | Neil Conway | 2004-10-13 | 1 | -4/+4 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -3/+3 |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -3/+20 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -8/+7 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -212/+266 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -3/+9 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -24/+25 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -3/+5 |
* | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 | 1 | -1/+63 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -17/+8 |
* | More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish | Tom Lane | 2004-07-01 | 1 | -5/+16 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -50/+81 |
* | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 1 | -2/+2 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -4/+4 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 | 1 | -8/+3 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -5/+5 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -11/+11 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -39/+16 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -47/+120 |
* | Document SPI_push() and SPI_pop(). | Bruce Momjian | 2004-03-17 | 1 | -1/+3 |
* | Add new SPI functions for use by PL/Java: | Bruce Momjian | 2004-03-05 | 1 | -1/+60 |
* | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway | 2003-12-02 | 1 | -4/+12 |
* | $Header: -> $PostgreSQL Changes ... | 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 | -12/+16 |
* | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 1 | -10/+38 |
* | _SPI_cursor_operation forgot to check for failure return from | Tom Lane | 2003-09-23 | 1 | -4/+9 |
* | Since SPI_modifytuple's natts argument is the number of attributes to be | Tom Lane | 2003-09-16 | 1 | -2/+2 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -5/+6 |
* | Fix nasty little order-of-operations bug in _SPI_cursor_operation. | Tom Lane | 2003-08-08 | 1 | -6/+17 |