aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
Commit message (Expand)AuthorAge
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-10
* Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane2021-07-31
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Avoid crash when rolling back within a prepared statement.Tom Lane2021-02-03
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Remove PortalGetQueryDesc()Peter Eisentraut2018-01-09
* Update portal-related memory context names and APIPeter Eisentraut2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* 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