Commits

DateSubjectAuthorReleases
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 17.8
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 14.21
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 15.16
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 16.12
2026-02-02 Refactor att_align_nominal() to improve performance. Tom Lane 19 (unreleased)
2026-01-22 Mark commented out code as unused Peter Eisentraut 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-16 Separate out bytea sort support from varlena.c John Naylor 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-06 Fix text substring search for non-deterministic collations. Tom Lane 19 (unreleased)
2025-12-06 Fix text substring search for non-deterministic collations. Tom Lane 18.2
2025-11-04 Allow "SET list_guc TO NULL" to specify setting the GUC to empty. Tom Lane 19 (unreleased)
2025-10-29 Use C11 char16_t and char32_t for Unicode code points. Jeff Davis 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. Tom Lane 19 (unreleased)
2025-08-08 Remove useless/superfluous Datum conversions Peter Eisentraut 19 (unreleased)
2025-07-02 Move code for the bytea data type from varlena.c to new bytea.c Michael Paquier 19 (unreleased)
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-03-13 Add reverse(bytea). Nathan Bossart 18.0
2025-03-07 Allow casting between bytea and integer types. Dean Rasheed 18.0
2025-02-21 Support text position search functions with nondeterministic collations Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-08 Add min and max aggregates for bytea type. Tom Lane 18.0
2024-09-12 Simplify checks for deterministic collations. Jeff Davis 18.0
2024-09-12 Remove redundant check for default collation. Jeff Davis 18.0