aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* The INET and CIDR types mistakenly compared 198.68.123.0/24 andBruce Momjian1999-06-02
* pgindent run over code.Bruce Momjian1999-05-25
* Fix boolean assignment of return values to use "FALSE" rather than theThomas G. Lockhart1999-04-15
* Cleanup of NULL in inet types.Bruce Momjian1999-03-22
* Thank you for the advice. I concluded that current inet code has aBruce Momjian1999-02-24
* Fix for no platform NAN.Bruce Momjian1999-01-01
* Re-fix test for negative-integer return code that should beTom Lane1998-10-29
* D'Arcy INET fix.Bruce Momjian1998-10-29
* Fix some actual bugs exposed by compiler warnings.Tom Lane1998-10-26
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-22