summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2020-12-25Add key management systemBruce Momjian
2020-12-24Improve client error messages for immediate-stop situations.Tom Lane
2020-11-30Improve log message about termination of background workers.Fujii Masao
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-10Remove -o option to postmasterMagnus Hagander
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-03-31Fix assorted typosMagnus Hagander
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-28Add comments on avoid reuse of parse-time snapshotAlvaro Herrera
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-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-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-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-08-04Revert "Silence compiler warning"Tomas Vondra
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-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-03-14Refactor ParamListInfo initializationPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-29Refactor planner's header files.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-10-19Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-08-23Introduce minimal C99 usage to verify compiler support.Andres Freund
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-21Basic JIT provider and error handling infrastructure.Andres Freund
2018-02-09Clear stmt_timeout_active if we disable_all_timeouts.Robert Haas