| Commit message (Expand) | Author | Age |
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
* | Remove TRACE_SORT macro | Peter Eisentraut | 2024-08-14 |
* | Remove unused #include's from backend .c files | Peter Eisentraut | 2024-03-04 |
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
* | Convert a few more datatype input functions to report errors softly. | Tom Lane | 2022-12-14 |
* | Specialize tuplesort routines for different kinds of abbreviated keys | John Naylor | 2022-04-02 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas | 2020-02-27 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 2019-03-11 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas | 2017-08-31 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Post-PG 10 beta1 pgindent run | Bruce Momjian | 2017-05-17 |
* | Fix typos. | Robert Haas | 2017-03-31 |
* | Implement SortSupport for macaddr data type | Teodor Sigaev | 2017-03-29 |
* | Add support for EUI-64 MAC addresses as macaddr8 | Stephen Frost | 2017-03-15 |
* | Make messages mentioning type names more uniform | Alvaro Herrera | 2017-01-18 |
* | Allow input format xxxx-xxxx-xxxx for macaddr type | Peter Eisentraut | 2014-10-21 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Add bitwise AND, OR, and NOT operators for macaddr data type. | Robert Haas | 2012-01-19 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | Make macaddr_in reject trailing garbage (except whitespace). | Tom Lane | 2002-10-13 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian | 2002-06-17 |
* | The macaddr datatype understands most formats of MAC address, except 12 | Bruce Momjian | 2002-06-15 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 |
* | Remove special-case treatment of all-zeroes MAC address, per today's | Tom Lane | 2001-08-21 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 |
* | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 |
* | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane | 2000-08-03 |
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Ethernet MAC addresses (macaddr type) are not compared correctly for | Bruce Momjian | 1999-12-16 |