Age | Commit message (Expand) | Author |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-11-26 | Revert patch for taking fewer snapshots. | Tom Lane |
2012-03-19 | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane |
2012-02-15 | Run a portal's cleanup hook immediately when pushing it to FAILED state. | Tom Lane |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-21 | Take fewer snapshots. | Robert Haas |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-02-27 | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-10-07 | Fix snapshot management, take two. | Alvaro Herrera |
2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-01 | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane |
2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
2008-07-18 | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane |
2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
2008-04-02 | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane |
2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
2008-03-20 | Add a couple of missing FreeQueryDesc calls. Noticed while testing a | Alvaro Herrera |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
2007-02-06 | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-19 | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-07 | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane |
2006-09-06 | Change processing of extended-Query mode so that an unnamed statement | Tom Lane |
2006-09-03 | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian |
2006-09-02 | Change FETCH/MOVE to use int8. | Bruce Momjian |
2006-08-29 | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian |
2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
2006-08-08 | For protocol-level prepare/bind/execute: | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-06-27 | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
2005-11-03 | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |