summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mac.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-01Fix typos.Robert Haas
2017-03-29Implement SortSupport for macaddr data typeTeodor Sigaev
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2014-10-21Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-19Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-05-13More binary I/O routines.Tom Lane
2002-10-13Make macaddr_in reject trailing garbage (except whitespace).Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-06-17Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian
2002-06-15The macaddr datatype understands most formats of MAC address, except 12Bruce Momjian
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2001-08-21Remove special-case treatment of all-zeroes MAC address, per today'sTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-08Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane
2000-08-23Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart
2000-08-03Convert inet-related functions to new fmgr style. I have also taken itTom Lane
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-03TOASTJan Wieck
1999-12-16Ethernet MAC addresses (macaddr type) are not compared correctly forBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-03-22Cleanup of NULL in inet types.Bruce Momjian
1998-10-26Get rid of some minor compiler warnings.Tom Lane
1998-10-08Fix for INET type addition.Bruce Momjian
1998-10-08I agree. I think, though, that the best argument presented in theBruce Momjian
1998-10-04Add includes for prototypes for new IP type.Bruce Momjian
1998-10-04Add prototype include to inet types.Bruce Momjian
1998-10-03Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian