aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAge
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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
* Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane2015-12-17
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* pgindent run for 9.5Bruce Momjian2015-05-23
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Take fewer snapshots.Robert Haas2011-12-21
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-15
* Revert due to Tom's concerns:Bruce Momjian2009-12-01