summaryrefslogtreecommitdiff
path: root/src/include/tcop
AgeCommit message (Expand)Author
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-18process startup: Split single user code out of PostgresMain().Andres Freund
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-16Update commentAlvaro Herrera
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-28PL/pgSQL: Nested CALL with transactionsPeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane