| Commit message (Expand) | Author | Age |
* | Prevent intratransaction memory leak when a subtransaction is aborted | Tom Lane | 2006-11-21 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 |
* | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 |
* | When executing a list of queries derived from rule expansion, | Tom Lane | 2006-08-14 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | _SPI_execute_plan failed to return result tuple table to caller in | Tom Lane | 2005-10-01 |
* | Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; | Tom Lane | 2005-06-09 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Add SPI_getnspname(), including documentation. | Neil Conway | 2005-03-29 |
* | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane | 2005-02-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 |
* | More minor cosmetic improvements: | Neil Conway | 2004-10-13 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish | Tom Lane | 2004-07-01 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |