| Age | Commit message (Expand) | Author |
| 2025-09-16 | Provide more-specific error details/hints for function lookup failures. | Tom Lane |
| 2025-08-28 | Avoid including commands/dbcommands.h in so many places | Álvaro Herrera |
| 2025-06-30 | Add new OID alias type regdatabase. | Nathan Bossart |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-03-20 | Add to_regtypemod function to extract typemod from a string type name. | Tom Lane |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-27 | Simplify the implementations of the to_reg* functions. | Tom Lane |
| 2022-12-27 | Convert the reg* input functions to report (most) errors softly. | Tom Lane |
| 2022-12-24 | Make the numeric-OID cases of regprocin and friends be non-throwing. | Tom Lane |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-06-10 | Reconsider the handling of procedure OUT parameters. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-07-15 | Eliminate cache lookup errors in SQL functions for object addresses | Michael Paquier |
| 2020-07-06 | Refactor routines for name lookups of procedures and operators | Michael Paquier |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane |
| 2020-03-18 | Implement type regcollation | Peter Eisentraut |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 2017-05-24 | Tighten checks for whitespace in functions that parse identifiers etc. | Tom Lane |
| 2017-04-13 | Move bootstrap-time lookup of regproc OIDs into genbki.pl. | Tom Lane |
| 2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch |
| 2017-01-21 | Move some things from builtins.h to new header files | Peter Eisentraut |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-01-05 | Make the to_reg*() functions accept text not cstring. | Tom Lane |
| 2016-01-04 | Fix regrole and regnamespace output functions to do quoting, too. | Tom Lane |
| 2016-01-04 | Fix regrole and regnamespace types to honor quoting like other reg* types. | Tom Lane |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-09-05 | Fix misc typos. | Heikki Linnakangas |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
| 2015-05-20 | Collection of typo fixes. | Heikki Linnakangas |
| 2015-05-09 | Add new OID alias type regnamespace | Andrew Dunstan |
| 2015-05-09 | Add new OID alias type regrole | Andrew Dunstan |
| 2015-04-06 | pg_event_trigger_dropped_objects: add is_temp column | Alvaro Herrera |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-12-30 | Add pg_identify_object_as_address | Alvaro Herrera |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-04-16 | Add to_regprocedure() and to_regoperator(). | Robert Haas |
| 2014-04-08 | Add new to_reg* functions for error-free OID lookups. | Robert Haas |
| 2014-01-23 | Make DROP IF EXISTS more consistently not fail | Alvaro Herrera |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-10-31 | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas |
| 2013-07-02 | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
| 2013-03-28 | Add sql_drop event for event triggers | Alvaro Herrera |