aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAge
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-07
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Only install a portal's ResourceOwner if it actually has one.Tom Lane2013-06-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Take fewer snapshots.Robert Haas2011-12-21
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-16
* Improve C comment about why we return "0 0" for some tags.Bruce Momjian2010-02-13
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15