Commits

DateSubjectAuthorReleases
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-03-24 Make many cast functions error safe Peter Eisentraut 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. Tom Lane 19 (unreleased)
2025-06-30 Remove unused #include's in src/backend/utils/adt/* Peter Eisentraut 19 (unreleased)
2025-04-10 Remove useless check for negative result of ip_addrsize(). Tom Lane 18.0
2025-03-25 Generalize index support in network support function Peter Eisentraut 18.0
2024-08-14 Remove TRACE_SORT macro Peter Eisentraut 18.0
2023-03-16 Work around spurious compiler warning in inet operators Andres Freund 12.15
2023-03-16 Work around spurious compiler warning in inet operators Andres Freund 11.20
2023-03-16 Work around spurious compiler warning in inet operators Andres Freund 14.8
2023-03-16 Work around spurious compiler warning in inet operators Andres Freund 13.11
2023-03-16 Work around spurious compiler warning in inet operators Andres Freund 15.3
2023-03-16 Work around spurious compiler warning in inet operators Andres Freund 16.0
2022-12-14 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2022-08-25 Remove configure probe for sockaddr_in6 and require AF_INET6. Thomas Munro 16.0
2022-04-02 Specialize tuplesort routines for different kinds of abbreviated keys John Naylor 15.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2019-08-19 Fix inconsistencies and typos in the tree, take 11 Michael Paquier 13.0
2019-08-18 Avoid conflicts with library versions of inet_net_ntop() and friends. Tom Lane 13.0
2019-08-01 Add sort support routine for the inet data type. Peter Geoghegan 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-11 Move hash_any prototype from access/hash.h to utils/hashutils.h Alvaro Herrera 12.0
2019-02-12 Allow extensions to generate lossy index conditions. Tom Lane 12.0
2018-06-17 Suppress -Wshift-negative-value warnings. Tom Lane 11.0