| Age | Commit message (Expand) | Author |
| 2025-08-03 | Suppress complaints about leaks in TS dictionary loading. | Tom Lane |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-02-06 | Remove useless casts to (void *) in hash_search() calls | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-27 | Convert the reg* input functions to report (most) errors softly. | Tom Lane |
| 2022-10-14 | Store GUC data in a memory context, instead of using malloc(). | Tom Lane |
| 2022-09-13 | Split up guc.c for better build speed and ease of maintenance. | Tom Lane |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane |
| 2020-11-07 | Move catalog index declarations | Peter Eisentraut |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-12-26 | Revert "Rename files and headers related to index AM" | Michael Paquier |
| 2019-12-25 | Rename files and headers related to index AM | Michael Paquier |
| 2019-06-11 | Don't access catalogs to validate GUCs when not connected to a DB. | Andres Freund |
| 2019-01-21 | Remove superfluous tqual.h includes. | Andres Freund |
| 2019-01-21 | Replace uses of heap_open et al with the corresponding table_* function. | Andres Freund |
| 2019-01-21 | Replace heapam.h includes with {table, relation}.h where applicable. | Andres Freund |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-04-06 | Rename MemoryContextCopySetIdentifier() for clarity | Peter Eisentraut |
| 2018-03-27 | Allow memory contexts to have both fixed and variable ident strings. | Tom Lane |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-12-13 | Rethink MemoryContext creation to improve performance. | Tom Lane |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 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-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-12-18 | Improve hash_create's API for selecting simple-binary-key hash functions. | Tom Lane |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-09-03 | Update comments concerning PGC_S_TEST. | Tom Lane |
| 2013-07-02 | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas |
| 2013-01-21 | Fix error-checking typo in check_TSCurrentConfig(). | Tom Lane |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
| 2012-08-28 | remove catcache.h from syscache.h | Alvaro Herrera |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-01-30 | Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. | Heikki Linnakangas |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-08-16 | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2011-04-07 | Revise the API for GUC variable assign hooks. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-05 | Standardize get_whatever_oid functions for other object types. | Robert Haas |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |