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