| Age | Commit message (Expand) | Author |
| 2025-03-13 | Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. | Tom Lane |
| 2024-12-09 | Simplify executor's determination of whether to use parallelism. | Tom Lane |
| 2024-12-05 | Avoid low-probability crash on out-of-memory. | Tom Lane |
| 2024-11-28 | Revert "Handle better implicit transaction state of pipeline mode" | Michael Paquier |
| 2024-11-27 | Handle better implicit transaction state of pipeline mode | Michael Paquier |
| 2024-09-18 | Add missing query ID reporting in extended query protocol | Michael Paquier |
| 2024-08-05 | Restrict accesses to non-system views and foreign tables during pg_dump. | Masahiko Sawada |
| 2023-07-10 | Be more rigorous about local variables in PostgresMain(). | Tom Lane |
| 2022-12-13 | Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. | Tom Lane |
| 2022-07-26 | Force immediate commit after CREATE DATABASE etc in extended protocol. | Tom Lane |
| 2022-06-22 | Fix SPI's handling of errors during transaction commit. | Tom Lane |
| 2022-02-18 | Suppress warning about stack_base_ptr with late-model GCC. | Tom Lane |
| 2021-09-16 | Fix performance regression from session statistics. | Andres Freund |
| 2021-09-14 | Send NOTIFY signals during CommitTransaction. | Tom Lane |
| 2021-05-15 | Allow compute_query_id to be set to 'auto' and make it default | Alvaro Herrera |
| 2021-05-14 | Refactor CHECK_FOR_INTERRUPTS() to add flexibility. | Tom Lane |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane |
| 2021-04-28 | Add heuristic incoming-message-size limits in the server. | Tom Lane |
| 2021-04-20 | adjust query id feature to use pg_stat_activity.query_id | Bruce Momjian |
| 2021-04-07 | SQL-standard function body | Peter Eisentraut |
| 2021-04-07 | Make use of in-core query id added by commit 5fd9dfa5f5 | Bruce Momjian |
| 2021-04-07 | Move pg_stat_statements query jumbling to core. | Bruce Momjian |
| 2021-04-06 | Add function to log the memory contexts of specified backend process. | Fujii Masao |
| 2021-04-02 | Detect POLLHUP/POLLRDHUP while running queries. | Thomas Munro |
| 2021-03-16 | Improve logging of bad parameter values in BIND messages. | Tom Lane |
| 2021-03-04 | Remove server and libpq support for old FE/BE protocol version 2. | Heikki Linnakangas |
| 2021-02-17 | Use errmsg_internal for debug messages | Peter Eisentraut |
| 2021-01-26 | Improve performance of repeated CALLs within plpgsql procedures. | Tom Lane |
| 2021-01-17 | Add pg_stat_database counters for sessions and session time | Magnus Hagander |
| 2021-01-07 | Further second thoughts about idle_session_timeout patch. | Tom Lane |
| 2021-01-06 | Add idle_session_timeout. | Tom Lane |
| 2021-01-06 | Detect the deadlocks between backends and the startup process. | Fujii Masao |
| 2021-01-04 | Add the ability for the core grammar to have more than one parse target. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-12-29 | Suppress log spam from multiple reports of SIGQUIT shutdown. | Tom Lane |
| 2020-12-28 | Revert "Add key management system" (978f869b99) & later commits | Bruce Momjian |
| 2020-12-25 | Add key management system | Bruce Momjian |
| 2020-12-24 | Improve client error messages for immediate-stop situations. | Tom Lane |
| 2020-11-30 | Improve log message about termination of background workers. | Fujii Masao |
| 2020-11-25 | Avoid spamming the client with multiple ParameterStatus messages. | Tom Lane |
| 2020-11-10 | Remove -o option to postmaster | Magnus Hagander |
| 2020-09-16 | Centralize setup of SIGQUIT handling for postmaster child processes. | Tom Lane |
| 2020-06-07 | Spelling adjustments | Peter Eisentraut |
| 2020-04-02 | Improve user control over truncation of logged bind-parameter values. | Tom Lane |
| 2020-03-31 | Fix assorted typos | Magnus Hagander |
| 2020-03-30 | Allow the planner-related functions and hook to accept the query string. | Fujii Masao |
| 2020-03-24 | Re-implement the ereport() macro using __VA_ARGS__. | Tom Lane |
| 2020-03-11 | Refactor ps_status.c API | Peter Eisentraut |
| 2020-03-02 | Represent command completion tags as structs | Alvaro Herrera |
| 2020-02-28 | Add comments on avoid reuse of parse-time snapshot | Alvaro Herrera |