Commits

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

DateSubjectAuthorReleases
2025-10-13 Fix incorrect message-printing in win32security.c. Tom Lane 14.20
2024-10-07 Fix Y2038 issues with MyStartTime. Nathan Bossart 14.14
2024-06-27 Avoid crashing when a JIT-inlined backend function throws an error. Tom Lane 14.13
2024-02-02 Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). Tom Lane 14.11
2023-10-17 Avoid calling proc_exit() in processes forked by system(). Nathan Bossart 14.10
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-20 adjust query id feature to use pg_stat_activity.query_id Bruce Momjian 14.0
2021-04-08 Add csvlog output for the new query_id value Bruce Momjian 14.0
2021-04-07 Make use of in-core query id added by commit 5fd9dfa5f5 Bruce Momjian 14.0
2021-04-02 Strip file names reported in error messages on Windows, too. Tom Lane 14.0
2021-04-01 Add 'noError' argument to encoding conversion functions. Heikki Linnakangas 14.0
2021-03-31 Add errhint_plural() function and make use of it Peter Eisentraut 14.0
2021-03-04 Remove server and libpq support for old FE/BE protocol version 2. Heikki Linnakangas 14.0
2021-01-17 Add pg_stat_database counters for sessions and session time Magnus Hagander 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-29 Suppress log spam from multiple reports of SIGQUIT shutdown. Tom Lane 14.0
2020-11-24 Centralize logic for skipping useless ereport/elog calls. Tom Lane 14.0
2020-11-23 Improve compiler code layout in elog/ereport ERROR calls David Rowley 14.0
2020-10-10 Recognize network-failure errnos as indicating hard connection loss. Tom Lane 14.0
2020-08-03 Add %P to log_line_prefix for parallel group leader Michael Paquier 14.0
2020-07-10 Log the location field before any backtrace Peter Eisentraut 14.0