| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix snapshot management, take two. | Alvaro Herrera | 2009-10-07 | 1 | -11/+2 |
| * | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera | 2009-10-02 | 1 | -2/+11 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 | 1 | -3/+7 |
| * | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 | 1 | -2/+6 |
| * | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane | 2008-07-18 | 1 | -4/+3 |
| * | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -7/+6 |
| * | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane | 2008-04-02 | 1 | -1/+4 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Add a couple of missing FreeQueryDesc calls. Noticed while testing a | Alvaro Herrera | 2008-03-20 | 1 | -1/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -6/+6 |
| * | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane | 2007-10-24 | 1 | -3/+4 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -64/+18 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 1 | -2/+2 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -2/+9 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -29/+39 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -6/+4 |
| * | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane | 2007-02-06 | 1 | -4/+12 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane | 2006-10-19 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -3/+3 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 1 | -3/+2 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -2/+2 |
| * | 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 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -1/+2 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -2/+2 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+2 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -11/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -2/+7 |
| * | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -41/+36 |
| * | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 1 | -1/+2 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -2/+2 |
| * | PersistHoldablePortal must establish the correct value for ActiveSnapshot | Tom Lane | 2005-04-11 | 1 | -1/+6 |
| * | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -3/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane | 2004-11-28 | 1 | -2/+11 |
| * | 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 | -2/+2 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -1/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -17/+17 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |