Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2026-05-28 Make stack depth check work with asan's use-after-return Andres Freund 14 (unreleased)
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 14.18
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 14.16
2024-12-05 Avoid low-probability crash on out-of-memory. Tom Lane 14.16
2024-11-28 Revert "Handle better implicit transaction state of pipeline mode" Michael Paquier 14.16
2024-11-27 Handle better implicit transaction state of pipeline mode Michael Paquier 14.16
2024-09-18 Add missing query ID reporting in extended query protocol Michael Paquier 14.14
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
2023-07-10 Be more rigorous about local variables in PostgresMain(). Tom Lane 14.9
2022-12-13 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. Tom Lane 14.7
2022-07-26 Force immediate commit after CREATE DATABASE etc in extended protocol. Tom Lane 14.5
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 14.5
2022-02-18 Suppress warning about stack_base_ptr with late-model GCC. Tom Lane 14.3
2021-09-16 Fix performance regression from session statistics. Andres Freund 14.0
2021-09-14 Send NOTIFY signals during CommitTransaction. Tom Lane 14.0
2021-05-15 Allow compute_query_id to be set to 'auto' and make it default Alvaro Herrera 14.0
2021-05-14 Refactor CHECK_FOR_INTERRUPTS() to add flexibility. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-28 Add heuristic incoming-message-size limits in the server. Tom Lane 14.0
2021-04-20 adjust query id feature to use pg_stat_activity.query_id Bruce Momjian 14.0
2021-04-07 SQL-standard function body Peter Eisentraut 14.0
2021-04-07 Make use of in-core query id added by commit 5fd9dfa5f5 Bruce Momjian 14.0
2021-04-07 Move pg_stat_statements query jumbling to core. Bruce Momjian 14.0
2021-04-06 Add function to log the memory contexts of specified backend process. Fujii Masao 14.0
2021-04-02 Detect POLLHUP/POLLRDHUP while running queries. Thomas Munro 14.0