]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/network.c
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / utils / adt / network.c
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-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-02 Bruce MomjianThe INET and CIDR types mistakenly compared 198.68...
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-15 Thomas G. LockhartFix boolean assignment of return values to use "FALSE...
1999-03-22 Bruce MomjianCleanup of NULL in inet types.
1999-02-24 Bruce MomjianThank you for the advice. I concluded that current...
1999-01-01 Bruce MomjianFix for no platform NAN.
1998-10-29 Tom LaneRe-fix test for negative-integer return code that should be
1998-10-29 Bruce MomjianD'Arcy INET fix.
1998-10-26 Tom LaneFix some actual bugs exposed by compiler warnings.
1998-10-22 Bruce MomjianINET/CIDR cleanup from D'Arcy.