Commit Graph

36 Commits (cc2ac0e6f99e4efc3ae5710010ff35e646990a60)

Author SHA1 Message Date
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 6 months ago
Jeff Davis 8898082a5d inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). 6 months ago
Peter Eisentraut 1eb7cb21c2 Remove pgrminclude annotations 1 year ago
Tom Lane 927f34ce8a Avoid conflicts with library versions of inet_net_ntop() and friends. 6 years ago
Michael Paquier 1fb6f62a84 Fix typos in various places 7 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane 4c56f3269a Fix validation of overly-long IPv6 addresses. 10 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Bruce Momjian 10af3ab2b2 Add C comment about needed include. 15 years ago
Tom Lane e5b012b788 Put back improperly removed #include. 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane cd24163f6d Fix another passel of include-file breakage. Kris Jurka, Tom Lane 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0a92c58b7c Sync inet formatting code with recent BIND releases. In particular, 21 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 7da19cac89 Remove rcsid CVS header variable --- not used. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian 945543d919 Add ipv6 address parsing support to 'inet' and 'cidr' data types. 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 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 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 9ac0c1e371 CIDR/INET fixes from D'Arcy. 28 years ago
Bruce Momjian 0c430306fe Re-enable inet code. 28 years ago
Bruce Momjian a643d97f29 Fix for inet from Tom H. 28 years ago
Bruce Momjian 377b5fa3a4 Fix for inet_net_pton() from Tom. 28 years ago
Bruce Momjian a593107d9e Add prototype include to inet types. 28 years ago
Bruce Momjian 2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 28 years ago