summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mac.c
Commit message (Expand)AuthorAgeFilesLines
* Make macaddr_in reject trailing garbage (except whitespace).Tom Lane2002-10-131-9/+18
* pgindent run.Bruce Momjian2002-09-041-2/+2
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-2/+2
* Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian2002-06-171-2/+1
* The macaddr datatype understands most formats of MAC address, except 12Bruce Momjian2002-06-151-1/+3
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-2/+2
* Remove special-case treatment of all-zeroes MAC address, per today'sTom Lane2001-08-211-41/+26
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-23/+23
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-081-2/+13
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-231-156/+69
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-031-70/+76
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-15/+28
* TOASTJan Wieck2000-07-031-3/+3
* Ethernet MAC addresses (macaddr type) are not compared correctly forBruce Momjian1999-12-161-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-114/+114
* Cleanup of NULL in inet types.Bruce Momjian1999-03-221-8/+16
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-7/+7
* Fix for INET type addition.Bruce Momjian1998-10-081-2/+2
* I agree. I think, though, that the best argument presented in theBruce Momjian1998-10-081-2/+2
* Add includes for prototypes for new IP type.Bruce Momjian1998-10-041-1/+2
* Add prototype include to inet types.Bruce Momjian1998-10-041-2/+2
* Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian1998-10-031-0/+323