summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/inet.sql
Commit message (Expand)AuthorAgeFilesLines
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-231-0/+23
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-051-0/+7
* Add index-only scan support to inet GiST opclass.Heikki Linnakangas2015-03-281-0/+6
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-281-0/+3
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-081-2/+21
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-111-8/+23
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-0/+8
* Update CIDR regresion tests to test for network masks inside the lastBruce Momjian2004-10-081-3/+3
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-2/+6
* 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-0/+12
* Attached is a patch adding following functions:Bruce Momjian2001-06-131-0/+4
* Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane2000-11-101-1/+1
* Disallow bits beyond the mask length for CIDR values, per discussionTom Lane2000-10-271-1/+3
* Clean up format of tests.Thomas G. Lockhart2000-01-051-1/+2
* Add tests for comparison operators.Thomas G. Lockhart1998-10-291-11/+20
* Add new inet/cidr regression test.Thomas G. Lockhart1998-10-271-0/+35