summaryrefslogtreecommitdiff
path: root/src/include/utils/inet.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-2/+1
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-231-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-131-5/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-6/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-031-6/+29
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-14/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-5/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-211-1/+2
* I agree. I think, though, that the best argument presented in theBruce Momjian1998-10-081-0/+58