summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/inet.out
Commit message (Expand)AuthorAgeFilesLines
* 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