aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAge
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-21
* Update commentAlvaro Herrera2020-03-16
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-16
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Add hooks for session start and session endAndrew Dunstan2017-11-15
* 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