summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mac.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-2/+3
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-021-20/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+9
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Fix typos.Robert Haas2017-03-311-2/+3
* Implement SortSupport for macaddr data typeTeodor Sigaev2017-03-291-1/+211
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-151-3/+10
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-1/+2
* Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut2014-10-211-0/+3
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-8/+8
* Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas2012-01-191-0/+53
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-54/+1
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-3/+3
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-4/+10
* More binary I/O routines.Tom Lane2003-05-131-1/+46
* 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