summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-14Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2021-04-03Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-25Improve performance of repeated CALLs within plpgsql procedures.Tom Lane
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-07Further second thoughts about idle_session_timeout patch.Tom Lane
2021-01-06Add idle_session_timeout.Tom Lane
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-27Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
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