aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Add comments on avoid reuse of parse-time snapshotAlvaro Herrera2020-02-28
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Silence minor compiler warnings.Tom Lane2020-01-19
* 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
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Emit parameter values during query bind/execute errorsAlvaro Herrera2019-12-11
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-10
* Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane2019-11-24
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Allow sampling of statements depending on durationTomas Vondra2019-11-06
* Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao2019-11-06
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* PG_FINALLYPeter Eisentraut2019-11-01
* Improve management of statement timeouts.Tom Lane2019-10-25
* Reset statement_timeout between queries of a multi-query string.Tom Lane2019-10-25
* 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
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Revert "Silence compiler warning"Tomas Vondra2019-08-04
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Reduce memory consumption for multi-statement query strings.Tom Lane2019-07-10
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix potential catalog corruption with temporary identity columnsPeter Eisentraut2019-04-29
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-09
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* Transaction chainingPeter Eisentraut2019-03-24
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-18
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-14
* More unconstify usePeter Eisentraut2019-02-13
* Refactor planner's header files.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Update copyright for 2019Bruce Momjian2019-01-02
* Silence compiler warningAlvaro Herrera2018-11-30
* Add log_statement_sample_rate parameterAlvaro Herrera2018-11-29