]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/inet_net_ntop.c
Message style improvements
[postgresql] / src / backend / utils / adt / inet_net_ntop.c
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-24 Bruce MomjianRemove compiler warning by casting SNPRINTF() call...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-02-01 Tom LaneSync inet formatting code with recent BIND releases...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-10 Bruce MomjianRemove rcsid CVS header variable --- not used.
2003-08-04 Bruce Momjianpgindent run.
2003-06-25 Bruce Momjian>> If a transaction marks a tuple for update and later...
2003-06-24 Bruce MomjianPrevent compiler warning from sprintf in recent ipv6...
2003-06-24 Bruce Momjian Add ipv6 address parsing support to 'inet'...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-11-10 Tom LaneAdjust INET/CIDR display conventions and reimplement...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-25 Bruce MomjianFIx for 0.0.0.0/0 output as 00/0.
1999-01-01 Bruce MomjianFix for no platform NAN.
1998-10-22 Bruce MomjianCIDR/INET fixes from D'Arcy.
1998-10-04 Bruce MomjianAdd prototype include to inet types.
1998-10-03 Bruce MomjianIntegrate new IP type from Tom Ivar Helbekkmo.