Commits

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

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-05-11 Avoid overflow in size calculations in formatting.c. Nathan Bossart 19 (unreleased)
2026-04-22 Guard against overly-long numeric formatting symbols from locale. Tom Lane 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 19 (unreleased)
2026-01-13 Fix error message typo. Jeff Davis 19 (unreleased)
2026-01-07 Clean up ICU includes. Jeff Davis 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-05 Fix some cases of indirectly casting away const. Tom Lane 19 (unreleased)
2025-11-25 Remove obsolete comment Peter Eisentraut 19 (unreleased)
2025-10-31 formatting.c cleanup: Change fill_str() return type to void Peter Eisentraut 19 (unreleased)
2025-10-31 formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_* Peter Eisentraut 19 (unreleased)
2025-10-31 formatting.c cleanup: Change TmFromChar.clock field to bool Peter Eisentraut 19 (unreleased)
2025-10-31 formatting.c cleanup: Change several int fields to enums Peter Eisentraut 19 (unreleased)
2025-10-30 formatting.c cleanup: Improve formatting of some struct declarations Peter Eisentraut 19 (unreleased)
2025-10-30 formatting.c cleanup: Remove unnecessary zeroize macros Peter Eisentraut 19 (unreleased)
2025-10-30 formatting.c cleanup: Remove unnecessary extra line breaks in error message literals Peter Eisentraut 19 (unreleased)
2025-10-29 formatting.c cleanup: Remove unnecessary extra parentheses Peter Eisentraut 19 (unreleased)
2025-10-29 formatting.c cleanup: Use array syntax instead of pointer arithmetic Peter Eisentraut 19 (unreleased)
2025-10-29 formatting.c cleanup: Add some const pointer qualifiers Peter Eisentraut 19 (unreleased)
2025-10-29 formatting.c cleanup: Use size_t for string length variables and arguments Peter Eisentraut 19 (unreleased)
2025-10-28 formatting.c cleanup: Move loop variables definitions into for statement Peter Eisentraut 19 (unreleased)
2025-10-28 formatting.c cleanup: Remove dashes in comments Peter Eisentraut 19 (unreleased)
2025-09-05 Switch some numeric-related functions to use soft error reporting Michael Paquier 19 (unreleased)