summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/inet_net_pton.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-141-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+3
* Sync inet formatting code with recent BIND releases. In particular,Tom Lane2005-02-011-29/+37
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Remove rcsid CVS header variable --- not used.Bruce Momjian2003-11-101-4/+2
* pgindent run.Bruce Momjian2003-08-041-47/+69
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-8/+206
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+4
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-15/+14
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-4/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-27/+34
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-1/+2
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-221-5/+116
* Re-enable inet code.Bruce Momjian1998-10-171-13/+11
* Fix for inet from Tom H.Bruce Momjian1998-10-121-10/+15
* Fix for inet_net_pton() from Tom.Bruce Momjian1998-10-121-2/+2
* Add prototype include to inet types.Bruce Momjian1998-10-041-1/+4
* Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian1998-10-031-0/+217