Commits

DateSubjectAuthorReleases
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 15.18
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 14.23
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 16.14
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 17.10
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 18.4
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 19 (unreleased)
2026-03-30 Remove bits* typedefs. Nathan Bossart 19 (unreleased)
2026-02-08 Code coverage for most pg_mblen* calls. Thomas Munro 19 (unreleased)
2026-02-08 Code coverage for most pg_mblen* calls. Thomas Munro 18.2
2026-02-08 Code coverage for most pg_mblen* calls. Thomas Munro 17.8
2026-02-08 Code coverage for most pg_mblen* calls. Thomas Munro 14.21
2026-02-08 Code coverage for most pg_mblen* calls. Thomas Munro 15.16
2026-02-08 Code coverage for most pg_mblen* calls. Thomas Munro 16.12
2026-02-02 Refactor att_align_nominal() to improve performance. Tom Lane 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-14 Update typedefs.list to match what the buildfarm currently reports. Tom Lane 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-09 Remove unnecessary casts in printf format arguments (%zu/%zd) Peter Eisentraut 19 (unreleased)
2025-12-04 Remove no longer needed casts to Pointer Peter Eisentraut 19 (unreleased)
2025-12-02 Remove useless casting to same type Peter Eisentraut 19 (unreleased)
2025-10-31 Mark function arguments of type "Datum *" as "const Datum *" where possible Peter Eisentraut 19 (unreleased)
2025-10-05 Don't include access/htup_details.h in executor/tuptable.h Álvaro Herrera 19 (unreleased)
2025-09-24 Remove PointerIsValid() Peter Eisentraut 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2025-03-13 Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. Tom Lane 14.18