summaryrefslogtreecommitdiff
path: root/src/include/tcop
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-028-8/+8
* Speed up creation of command completion tagsDavid Rowley2022-12-162-2/+5
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-3/+0
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-171-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+3
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-4/+4
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+1
* Add pg_analyze_and_rewrite_varparams()Peter Eisentraut2022-03-071-0/+5
* Parse/analyze function renamingPeter Eisentraut2022-03-041-3/+3
* Update copyright for 2022Bruce Momjian2022-01-078-8/+8
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-171-2/+3
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-1/+5
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-211-0/+6
* SQL-standard function bodyPeter Eisentraut2021-04-071-0/+1
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-031-0/+1
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-041-1/+0
* Update copyright for 2021Bruce Momjian2021-01-028-8/+8
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-162-1/+1
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-081-1/+1
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-301-2/+4
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-211-1/+1
* Update commentAlvaro Herrera2020-03-161-1/+1
* Represent command completion tags as structsAlvaro Herrera2020-03-025-7/+292
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-161-0/+31
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-151-0/+13
* Update copyrights for 2020Bruce Momjian2020-01-016-6/+6
* Revert hooks for session start and end, take twoMichael Paquier2019-10-021-7/+0
* Add hooks for session start and session end, take twoMichael Paquier2019-10-011-0/+7
* Fix many typos and inconsistenciesMichael Paquier2019-07-011-5/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-223-27/+27
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Update copyright for 2019Bruce Momjian2019-01-026-6/+6
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-061-0/+3
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-1/+2
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-281-0/+1
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-191-1/+1
* Update copyright for 2018Bruce Momjian2018-01-026-6/+6
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-052-2/+3
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-161-7/+0
* Add hooks for session start and session endAndrew Dunstan2017-11-151-0/+7
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-216-7/+7
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-212-5/+5
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-061-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-312-3/+9
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-1/+1
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-241-0/+1
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-142-6/+7