Commits

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

DateSubjectAuthorReleases
2026-05-11 Prevent buffer overrun in unicode_normalize(). Tom Lane 16.14
2026-02-17 Suppress new "may be used uninitialized" warning. Noah Misch 16.13
2026-02-14 Fix SUBSTRING() for toasted multibyte characters. Noah Misch 16.13
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 16.12
2023-06-26 Change "..." to cstring in old input/output function comments. Heikki Linnakangas 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-08 Redesign interrupt/cancel API for regex engine. Thomas Munro 16.0
2023-03-25 Fix abbreviated keys bug introduced in d87d548cd03. Jeff Davis 16.0
2023-02-23 Refactor to introduce pg_locale_deterministic(). Jeff Davis 16.0
2023-02-23 Refactor to add pg_strcoll(), pg_strxfrm(), and variants. Jeff Davis 16.0
2023-02-04 Remove unused code related to unknown type Peter Eisentraut 16.0
2023-01-23 Allow parallel aggregate on string_agg and array_agg David Rowley 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-15 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 16.0
2022-09-16 Adjust assorted hint messages that list all valid options. Peter Eisentraut 16.0
2022-09-13 Split up guc.c for better build speed and ease of maintenance. Tom Lane 16.0
2022-09-05 Fix incorrect uses of Datum conversion macros Peter Eisentraut 16.0
2022-08-14 Preserve memory context of VarStringSortSupport buffers. Tom Lane 16.0