Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2025-08-13 Make type Datum be 8 bytes wide everywhere. Tom Lane 19 (unreleased)
2022-10-10 Simplify our Assert infrastructure a little. Tom Lane 16.0
2021-09-08 Fix misleading comments about TOAST access macros. Tom Lane 14.0
2021-09-08 Fix misleading comments about TOAST access macros. Tom Lane 15.0
2021-03-22 Mostly-cosmetic adjustments of TOAST-related macros. Tom Lane 14.0
2018-05-16 Detoast plpgsql variables if they might live across a transaction boundary. Tom Lane 11.0
2018-02-15 Move the extern declaration for ExceptionalCondition into c.h. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-31 Avoid -Wconversion warnings from direct use of GET_n_BYTES macros. Tom Lane 10.0
2016-09-13 Be pickier about converting between Name and Datum. Tom Lane 10.0
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.1.22
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.2.17
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.3.13
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.4.8
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.5.3
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-03-26 Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane 9.5.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2015-02-09 Minor cleanup/code review for "indirect toast" stuff. Tom Lane 9.4.2