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