aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mac.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix typos.Robert Haas2017-03-31
* Implement SortSupport for macaddr data typeTeodor Sigaev2017-03-29
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut2014-10-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas2012-01-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* More binary I/O routines.Tom Lane2003-05-13
* Make macaddr_in reject trailing garbage (except whitespace).Tom Lane2002-10-13
* pgindent run.Bruce Momjian2002-09-04
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian2002-06-17
* The macaddr datatype understands most formats of MAC address, except 12Bruce Momjian2002-06-15
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09
* Remove special-case treatment of all-zeroes MAC address, per today'sTom Lane2001-08-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-23
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-03
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* TOASTJan Wieck2000-07-03
* Ethernet MAC addresses (macaddr type) are not compared correctly forBruce Momjian1999-12-16