summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-10/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-041-5/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-131-16/+11
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Only install a portal's ResourceOwner if it actually has one.Tom Lane2013-06-131-2/+4
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Revert patch for taking fewer snapshots.Tom Lane2012-11-261-1/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-1/+1
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-151-2/+6
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Take fewer snapshots.Robert Haas2011-12-211-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-2/+9
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix snapshot management, take two.Alvaro Herrera2009-10-071-11/+2
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-021-2/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-011-3/+7
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-2/+6
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-4/+3
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-7/+6
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-021-1/+4
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Add a couple of missing FreeQueryDesc calls. Noticed while testing aAlvaro Herrera2008-03-201-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-241-3/+4
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-64/+18
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-2/+2
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-2/+9
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-29/+39
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-6/+4
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-061-4/+12
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-3/+2
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-2/+2
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-3/+3
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-3/+3
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-1/+2