summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/inet_net_ntop.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
* Remove compiler warning by casting SNPRINTF() call to void.Bruce Momjian2006-04-241-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+10
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-1/+3
* Sync inet formatting code with recent BIND releases. In particular,Tom Lane2005-02-011-41/+34
* $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-70/+110
* >> If a transaction marks a tuple for update and later commits withoutBruce Momjian2003-06-251-3/+3
* Prevent compiler warning from sprintf in recent ipv6 patch.Bruce Momjian2003-06-241-3/+3
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-5/+283
* 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-4/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane2000-11-101-36/+20
* 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-11/+12
* FIx for 0.0.0.0/0 output as 00/0.Bruce Momjian1999-05-251-2/+2
* Fix for no platform NAN.Bruce Momjian1999-01-011-2/+1
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-221-6/+105
* 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/+137