| Commit message (Expand) | Author | Age | Files | Lines |
| * | SPI_cursor_open failed to enforce that only read-only queries could be | Tom Lane | 2007-03-17 | 1 | -1/+25 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 1 | -120/+282 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -3/+8 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -82/+67 |
| * | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 | 1 | -3/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees | Tom Lane | 2006-12-26 | 1 | -2/+9 |
| * | Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to | Tom Lane | 2006-12-08 | 1 | -1/+7 |
| * | Prevent intratransaction memory leak when a subtransaction is aborted | Tom Lane | 2006-11-21 | 1 | -1/+14 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -9/+9 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 1 | -2/+1 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -1/+3 |
| * | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 | 1 | -6/+6 |
| * | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 | 1 | -6/+6 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -1/+2 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -5/+24 |
| * | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 | 1 | -38/+49 |
| * | When executing a list of queries derived from rule expansion, | Tom Lane | 2006-08-14 | 1 | -7/+12 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -32/+25 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -5/+4 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | 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 |