summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-301-1/+1
* Represent command completion tags as structsAlvaro Herrera2020-03-021-9/+7
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-041-4/+5
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-3/+3
* Rename TransactionChain functionsPeter Eisentraut2018-03-161-1/+1
* Remove PortalGetQueryDesc()Peter Eisentraut2018-01-091-2/+2
* Update portal-related memory context names and APIPeter Eisentraut2018-01-091-5/+5
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane2017-10-111-15/+7
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-1/+1
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-261-4/+2
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-13/+37
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-071-2/+4
* 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