summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/inet_net_pton.c
AgeCommit message (Expand)Author
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-09-01Add C comment about needed include.Bruce Momjian
2011-09-01Put back improperly removed #include.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-07-14Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-02-01Sync inet formatting code with recent BIND releases. In particular,Tom Lane
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-10Remove rcsid CVS header variable --- not used.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1998-10-22CIDR/INET fixes from D'Arcy.Bruce Momjian
1998-10-17Re-enable inet code.Bruce Momjian
1998-10-12Fix for inet from Tom H.Bruce Momjian
1998-10-12Fix for inet_net_pton() from Tom.Bruce Momjian
1998-10-04Add prototype include to inet types.Bruce Momjian
1998-10-03Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian