summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/inet.out
AgeCommit message (Expand)Author
2025-01-28Improve test coverage of network address functionsMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2021-02-11Add test case for abbrev(cidr)Peter Eisentraut
2020-12-15Clean up ancient test stylePeter Eisentraut
2019-08-01Add sort support routine for the inet data type.Peter Geoghegan
2019-02-12Allow extensions to generate lossy index conditions.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-03-28Add index-only scan support to inet GiST opclass.Heikki Linnakangas
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-01-02Update expected result for new inet error message wording.Bruce Momjian
2006-02-12Undo changes of trailing space in recently-committed expected files.Tom Lane
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2004-10-08Update CIDR regresion tests to test for network masks inside the lastBruce Momjian
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2003-01-15Back out ORDER BY addition to Inet, for Tom.Bruce Momjian
2003-01-15Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian
2001-06-17Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane
2001-06-13Attached is a patch adding following functions:Bruce Momjian
2000-12-22Change default output formatting for CIDR to be unabbreviated, perTom Lane
2000-11-25Correct portability-related errors in inet expected output. I'm notTom Lane
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-10-27Disallow bits beyond the mask length for CIDR values, per discussionTom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-08-03Convert inet-related functions to new fmgr style. I have also taken itTom Lane
2000-01-05Verified output from new psql.Thomas G. Lockhart
1999-02-23Update error messages with more consistant format.Thomas G. Lockhart
1998-10-29Fix regression test now that code seems to work.Thomas G. Lockhart
1998-10-27Add new inet/cidr regression test.Thomas G. Lockhart