summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/inet.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-12/+12
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-0/+37
* Add test case for abbrev(cidr)Peter Eisentraut2021-02-111-0/+22
* Clean up ancient test stylePeter Eisentraut2020-12-151-152/+152
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-011-0/+189
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-111-0/+55
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-231-0/+148
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-051-0/+28
* Add index-only scan support to inet GiST opclass.Heikki Linnakangas2015-03-281-0/+19
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-281-0/+12
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-081-21/+151
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+8
* Update expected result for new inet error message wording.Bruce Momjian2007-01-021-4/+4
* Undo changes of trailing space in recently-committed expected files.Tom Lane2006-02-121-151/+151
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-111-202/+273
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-0/+132
* Update CIDR regresion tests to test for network masks inside the lastBruce Momjian2004-10-081-12/+12
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-1/+1
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-9/+12
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-104/+132
* Back out ORDER BY addition to Inet, for Tom.Bruce Momjian2003-01-151-2/+2
* Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian2003-01-151-7/+7
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-171-12/+69
* Attached is a patch adding following functions:Bruce Momjian2001-06-131-0/+19
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-221-66/+66
* Correct portability-related errors in inet expected output. I'm notTom Lane2000-11-251-3/+3
* Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane2000-11-101-26/+26
* Disallow bits beyond the mask length for CIDR values, per discussionTom Lane2000-10-271-15/+13
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-221-1/+1
* The following patch was sent to the patches list:Bruce Momjian2000-10-181-1/+1
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-031-1/+1
* Verified output from new psql.Thomas G. Lockhart2000-01-051-107/+112
* Update error messages with more consistant format.Thomas G. Lockhart1999-02-231-1/+1
* Fix regression test now that code seems to work.Thomas G. Lockhart1998-10-291-71/+105
* Add new inet/cidr regression test.Thomas G. Lockhart1998-10-271-0/+100