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 |
2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
2007-01-02 | Update expected result for new inet error message wording. | Bruce Momjian |
2006-02-12 | Undo changes of trailing space in recently-committed expected files. | Tom Lane |
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-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
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-12-22 | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane |
2000-11-25 | Correct portability-related errors in inet expected output. I'm not | Tom Lane |
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-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
2000-10-18 | The following patch was sent to the patches list: | Bruce Momjian |
2000-08-03 | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane |
2000-01-05 | Verified output from new psql. | Thomas G. Lockhart |
1999-02-23 | Update error messages with more consistant format. | Thomas G. Lockhart |
1998-10-29 | Fix regression test now that code seems to work. | Thomas G. Lockhart |
1998-10-27 | Add new inet/cidr regression test. | Thomas G. Lockhart |