Commits

DateSubjectAuthorReleases
2025-08-08 Mop-up for Datum conversion cleanups. Tom Lane 19 (unreleased)
2024-01-20 Add planner support functions for range operators <@ and @>. Tom Lane 17.0
2022-12-15 Convert range_in and multirange_in to report errors softly. Tom Lane 16.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 11.0
2017-06-21 Phase 3 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-02-23 Remove now-dead code for !HAVE_INT64_TIMESTAMP. Tom Lane 10.0
2014-08-16 Fix bogus return macros in range_overright_internal(). Tom Lane 9.2.10
2014-08-16 Fix bogus return macros in range_overright_internal(). Tom Lane 9.3.6
2014-08-16 Fix bogus return macros in range_overright_internal(). Tom Lane 9.4.0
2014-08-16 Fix bogus return macros in range_overright_internal(). Tom Lane 9.5.0
2011-11-27 Improve GiST range-contained-by searches by adding a flag for empty ranges. Tom Lane 9.2.0
2011-11-23 Adjust range_adjacent to support different canonicalization rules. Tom Lane 9.2.0
2011-11-23 Remove user-selectable ANALYZE option for range types. Tom Lane 9.2.0
2011-11-23 Remove zero- and one-argument range constructor functions. Tom Lane 9.2.0
2011-11-22 Improve implementation of range-contains-element tests. Tom Lane 9.2.0
2011-11-22 Still more review for range-types patch. Tom Lane 9.2.0
2011-11-17 Fix range_cmp_bounds for the case of equal-valued exclusive bounds. Tom Lane 9.2.0
2011-11-15 Improve caching in range type I/O functions. Tom Lane 9.2.0
2011-11-15 Restructure function-internal caching in the range type code. Tom Lane 9.2.0
2011-11-15 Fix alignment and toasting bugs in range types. Tom Lane 9.2.0
2011-11-14 Return NULL instead of throwing error when desired bound is not available. Tom Lane 9.2.0
2011-11-14 Return FALSE instead of throwing error for comparisons with empty ranges. Tom Lane 9.2.0