Commits

DateSubjectAuthorReleases
2025-01-28 Improve test coverage of network address functions Michael Paquier 18.0
2023-02-27 Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 16.0
2022-12-14 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2021-02-11 Add test case for abbrev(cidr) Peter Eisentraut 14.0
2020-12-15 Clean up ancient test style Peter Eisentraut 14.0
2019-08-01 Add sort support routine for the inet data type. Peter Geoghegan 13.0
2019-02-12 Allow extensions to generate lossy index conditions. Tom Lane 12.0
2016-08-23 Create an SP-GiST opclass for inet/cidr. Tom Lane 10.0
2015-05-05 Add geometry/range functions to support BRIN inclusion Alvaro Herrera 9.5.0
2015-03-28 Add index-only scan support to inet GiST opclass. Heikki Linnakangas 9.5.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
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2006-02-11 Fix incorrect addition, subtraction, and overflow checking in new Tom Lane 8.2.0
2006-02-11 Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet Bruce Momjian 8.2.0
2004-10-08 Update CIDR regresion tests to test for network masks inside the last Bruce Momjian 8.0.0
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types. Bruce Momjian 7.4.1
2003-01-15 Back out ORDER BY addition to Inet, for Tom. Bruce Momjian 7.4.1
2003-01-15 Add ORDER BY for inet regression, pointed out by Rod Taylor. Bruce Momjian 7.4.1
2001-06-17 Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. Tom Lane 7.2.1
2001-06-13 Attached is a patch adding following functions: Bruce Momjian 7.2.1
2000-11-10 Adjust INET/CIDR display conventions and reimplement some INET/CIDR Tom Lane 7.1.1
2000-10-27 Disallow bits beyond the mask length for CIDR values, per discussion Tom Lane 7.1.1
2000-01-05 Clean up format of tests. Thomas G. Lockhart 7.1.1
1998-10-29 Add tests for comparison operators. Thomas G. Lockhart 7.1.1