Commits

DateSubjectAuthorReleases
2025-08-13 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. Tom Lane 19 (unreleased)
2025-04-10 Remove useless check for negative result of ip_addrsize(). Tom Lane 18.0
2022-12-14 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2019-08-18 Avoid conflicts with library versions of inet_net_ntop() and friends. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 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
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.6.9
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 10.4
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.5.13
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 11.0
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.4.18
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.3.23
2017-09-13 Distinguish selectivity of < from <= and > from >=. Tom Lane 11.0
2016-08-23 Refactor some network.c code to create cidr_set_masklen_internal(). Tom Lane 10.0
2014-08-29 Add min and max aggregates for inet/cidr data types. Tom Lane 9.5.0
2014-04-08 Add an in-core GiST index opclass for inet/cidr types. Tom Lane 9.4.0
2014-01-04 Fix header comment for bitncmp(). Tom Lane 9.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-05-17 Temporary fix for the problem that pg_stat_activity, inet_client_addr(), Tom Lane 8.2.5
2007-05-17 Temporary fix for the problem that pg_stat_activity, inet_client_addr(), Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-02-11 Fix incorrect addition, subtraction, and overflow checking in new Tom Lane 8.2.0