| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 14 days | Use "foo(void)" for definitions of functions with no parameters. | Nathan Bossart |
| 2025-08-15 | Fix constant when extracting timestamp from UUIDv7. | Masahiko Sawada |
| 2025-08-13 | Grab the low-hanging fruit from forcing sizeof(Datum) to 8. | Tom Lane |
| 2025-04-04 | Add nbtree skip scan optimization. | Peter Geoghegan |
| 2025-03-28 | Fix timestamp overflow in UUIDv7 implementation. | Masahiko Sawada |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-11 | Add UUID version 7 generation function. | Masahiko Sawada |
| 2024-08-14 | Remove TRACE_SORT macro | Peter Eisentraut |
| 2024-03-19 | Add some UUID support functions | Peter Eisentraut |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-02-22 | Speed up uuid_out() by not relying on a StringInfo | Michael Paquier |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-02-14 | Change argument type of pq_sendbytes from char * to void * | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-14 | Convert a few more datatype input functions to report errors softly. | Tom Lane |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-02 | Specialize tuplesort routines for different kinds of abbreviated keys | John Naylor |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-02-27 | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-07-14 | Add gen_random_uuid function | Peter Eisentraut |
| 2019-03-11 | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-09-01 | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 2017-01-18 | Make messages mentioning type names more uniform | Alvaro Herrera |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-11-29 | Add uuid to the set of types supported by contrib/btree_gist. | Tom Lane |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-11-06 | Remove unnecessary cast in previous commit. | Robert Haas |
| 2015-11-06 | Add sort support routine for the UUID data type. | Robert Haas |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-03 | Use bool for a boolean flag. | Tom Lane |
| 2008-11-03 | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |