Commit Graph

858 Commits (f4b54e1ed9853ab9aff524494866823f951b1e7f)

Author SHA1 Message Date
Tom Lane e47f93f981 Refactor CHECK_FOR_INTERRUPTS() to add flexibility. 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Tom Lane 9626325da5 Add heuristic incoming-message-size limits in the server. 4 years ago
Bruce Momjian 9660834dd8 adjust query id feature to use pg_stat_activity.query_id 4 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 4 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 4 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 4 years ago
Fujii Masao 43620e3286 Add function to log the memory contexts of specified backend process. 4 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 4 years ago
Tom Lane 1ea396362b Improve logging of bad parameter values in BIND messages. 4 years ago
Heikki Linnakangas 3174d69fb9 Remove server and libpq support for old FE/BE protocol version 2. 4 years ago
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages 4 years ago
Tom Lane ee895a655c Improve performance of repeated CALLs within plpgsql procedures. 4 years ago
Magnus Hagander 960869da08 Add pg_stat_database counters for sessions and session time 5 years ago
Tom Lane b8d0cda533 Further second thoughts about idle_session_timeout patch. 5 years ago
Tom Lane 9877374bef Add idle_session_timeout. 5 years ago
Fujii Masao 8900b5a9d5 Detect the deadlocks between backends and the startup process. 5 years ago
Tom Lane 844fe9f159 Add the ability for the core grammar to have more than one parse target. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 1f9158ba48 Suppress log spam from multiple reports of SIGQUIT shutdown. 5 years ago
Bruce Momjian 3187ef7c46 Revert "Add key management system" (978f869b99) & later commits 5 years ago
Bruce Momjian 978f869b99 Add key management system 5 years ago
Tom Lane 7e784d1dc1 Improve client error messages for immediate-stop situations. 5 years ago
Fujii Masao 98e2d58d66 Improve log message about termination of background workers. 5 years ago
Tom Lane 2432b1a040 Avoid spamming the client with multiple ParameterStatus messages. 5 years ago
Magnus Hagander d2e4bf688e Remove -o option to postmaster 5 years ago
Tom Lane 44fc6e259b Centralize setup of SIGQUIT handling for postmaster child processes. 5 years ago
Peter Eisentraut 0fd2a79a63 Spelling adjustments 5 years ago
Tom Lane 0b34e7d307 Improve user control over truncation of logged bind-parameter values. 5 years ago
Magnus Hagander 087d3d0583 Fix assorted typos 5 years ago
Fujii Masao 6aba63ef3e Allow the planner-related functions and hook to accept the query string. 5 years ago
Tom Lane e3a87b4991 Re-implement the ereport() macro using __VA_ARGS__. 5 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 5 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 5 years ago
Alvaro Herrera db989184cd
Add comments on avoid reuse of parse-time snapshot 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Robert Haas 16a4e4aecd Extend the ProcSignal mechanism to support barriers. 6 years ago
Robert Haas 7dbfea3c45 Partially deduplicate interrupt handling for background processes. 6 years ago
Alvaro Herrera ba79cb5dc8 Emit parameter values during query bind/execute errors 6 years ago
Alvaro Herrera 6cafde1bd4 Add backend-only appendStringInfoStringQuoted 6 years ago
Tom Lane 7900269724 Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery. 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Tomas Vondra 6e3e6cc0e8 Allow sampling of statements depending on duration 6 years ago
Tom Lane 22f6f2c1cc Improve management of statement timeouts. 6 years ago
Tom Lane 2b2bacdca0 Reset statement_timeout between queries of a multi-query string. 6 years ago
Michael Paquier 9555cc8d2b Revert hooks for session start and end, take two 6 years ago
Michael Paquier e788bd924c Add hooks for session start and session end, take two 6 years ago
Tomas Vondra 75506195da Revert "Add log_statement_sample_rate parameter" 6 years ago
Tomas Vondra 4f9ed8f3c5 Revert "Silence compiler warning" 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago