aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAge
* Update copyright for 2023Bruce Momjian2023-01-02
* Speed up creation of command completion tagsDavid Rowley2022-12-16
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-17
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Add pg_analyze_and_rewrite_varparams()Peter Eisentraut2022-03-07
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Update copyright for 2022Bruce Momjian2022-01-07
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-17
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* 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