summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2020-01-19Silence minor compiler warnings.Tom Lane
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-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-11-24Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-06Allow sampling of statements depending on durationTomas Vondra
2019-11-06Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-25Improve management of statement timeouts.Tom Lane
2019-10-25Reset statement_timeout between queries of a multi-query string.Tom Lane
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-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-08-04Revert "Silence compiler warning"Tomas Vondra
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-10Reduce memory consumption for multi-statement query strings.Tom Lane
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-29Fix potential catalog corruption with temporary identity columnsPeter Eisentraut
2019-04-09Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-24Transaction chainingPeter Eisentraut
2019-03-19Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth
2019-03-18Revise parse tree representation for VACUUM and ANALYZE.Robert Haas
2019-03-14Refactor ParamListInfo initializationPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-29Refactor planner's header files.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-30Silence compiler warningAlvaro Herrera
2018-11-29Add log_statement_sample_rate parameterAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-10-16Mark constantly allocated dest receiver as const.Andres Freund