Commit Graph

70 Commits (dbb769352d89323670d28585cf2af52dd520d378)

Author SHA1 Message Date
Bruce Momjian ab7fd11846 Reversed out inet patch. 26 years ago
Bruce Momjian 52d39d519a Sorting for the inet data type randomly returns the wrong result 26 years ago
Tom Lane fc8e6c7746 Oops, commited a test version of this file by accident. Revert. 26 years ago
Tom Lane 393f313227 Change parse-time representation of float literals (which include oversize 26 years ago
Bruce Momjian dabc3f31b5 Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 27 years ago
Bruce Momjian e47b93d333 The INET and CIDR types mistakenly compared 198.68.123.0/24 and 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Thomas G. Lockhart 64e74e30b5 Fix boolean assignment of return values to use "FALSE" rather than the 27 years ago
Bruce Momjian 53d52a685a Cleanup of NULL in inet types. 27 years ago
Bruce Momjian 02fa3e4394 Thank you for the advice. I concluded that current inet code has a 27 years ago
Bruce Momjian d8ae7ffb2f Fix for no platform NAN. 27 years ago
Tom Lane 9e38dcfd43 Re-fix test for negative-integer return code that should be 27 years ago
Bruce Momjian 374d9a1f2b D'Arcy INET fix. 27 years ago
Tom Lane 0bdf46a37f Fix some actual bugs exposed by compiler warnings. 27 years ago
Bruce Momjian 33c4072dbc INET/CIDR cleanup from D'Arcy. 27 years ago
Bruce Momjian ca2995be7b Remove duplicate CIDR funcs by using coerce entries. 27 years ago
Bruce Momjian 9ac0c1e371 CIDR/INET fixes from D'Arcy. 27 years ago
Bruce Momjian 3fe6a77f91 Fix for funcs on INET/CIDR. 27 years ago
Bruce Momjian 2ba4ee74aa Fix function calls to INET/CIDR functions. Added cidr_out. 27 years ago
Bruce Momjian 858a3b570a New CIDR type and fixed INET type, from D'Arcy. 27 years ago
Bruce Momjian 89f01cd92f Add RIP notice for Paul. 27 years ago
Bruce Momjian f8042120b6 INET fix from D'Arcy. 27 years ago
Bruce Momjian a824add49a Remove unused INET functions for D'Arcy. 27 years ago
Bruce Momjian 71a5da47d2 Disable inet. 27 years ago
Bruce Momjian 0c430306fe Re-enable inet code. 27 years ago
Bruce Momjian eb3e640ea2 New INET functions from D'Arcy J.M. Cain 27 years ago
Bruce Momjian deaaf96975 Fix for INET type addition. 27 years ago
Bruce Momjian 8849655d24 I agree. I think, though, that the best argument presented in the 27 years ago
Bruce Momjian 10d987c709 Add includes for prototypes for new IP type. 27 years ago
Bruce Momjian a593107d9e Add prototype include to inet types. 27 years ago
Bruce Momjian f5a219204b Remove u_int32_t 27 years ago
Bruce Momjian 2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 27 years ago