Commit Graph

42 Commits (6f04368cfc05c46140f124415d752c3628c73f28)

Author SHA1 Message Date
Peter Eisentraut 6f04368cfc Allow input format xxxx-xxxx-xxxx for macaddr type 11 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas cc53a1e7cc Add bitwise AND, OR, and NOT operators for macaddr data type. 14 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 31edbadf4a Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Neil Conway fb627b76cc Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 22 years ago
Tom Lane 0249c24235 More binary I/O routines. 23 years ago
Tom Lane 5261bf9733 Make macaddr_in reject trailing garbage (except whitespace). 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 81dfa2ce43 backend where a statically sized buffer is written to. Most of these 23 years ago
Bruce Momjian 10f05d8127 Merge ALTER GROUP ADD/DROP rules by creating add_drop action. 24 years ago
Bruce Momjian 6b9e742458 The macaddr datatype understands most formats of MAC address, except 12 24 years ago
Tom Lane c422b5ca6b Code review for improved-hashing patch. Fix some portability issues 24 years ago
Tom Lane b04e3a2575 Remove special-case treatment of all-zeroes MAC address, per today's 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 376784cf8a Repair erroneous use of hashvarlena() for MACADDR, which is not a 25 years ago
Thomas G. Lockhart 8a35cbe1db Add functions to convert to and from text, and to truncate to MAC OUI. 25 years ago
Tom Lane ed9ca68758 Convert inet-related functions to new fmgr style. I have also taken it 25 years ago
Tom Lane 8ecac94bb2 Functions on 'text' type updated to new fmgr style. 'text' is 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Bruce Momjian d033e17530 Ethernet MAC addresses (macaddr type) are not compared correctly for 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 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 53d52a685a Cleanup of NULL in inet types. 27 years ago
Tom Lane 990fa43c23 Get rid of some minor compiler warnings. 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 2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 27 years ago