| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-09-20 | Track the maximum possible frequency of non-MCE array elements. | Tom Lane |
| 2025-02-11 | Add is_analyze parameter to vacuum_delay_point(). | Nathan Bossart |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-07-03 | Take pg_attribute out of VacAttrStats | Peter Eisentraut |
| 2023-02-06 | Remove useless casts to (void *) in hash_search() calls | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-10-05 | Rename shadowed local variables | David Rowley |
| 2022-09-20 | Suppress variable-set-but-not-used warnings from clang 15. | Tom Lane |
| 2022-07-12 | Invent qsort_interruptible(). | 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-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-09-05 | Split tuptoaster.c into three separate files. | Robert Haas |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-12-14 | Make pg_statistic and related code account more honestly for collations. | Tom Lane |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-09-07 | Reduce excessive dereferencing of function pointers | Peter Eisentraut |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
| 2017-01-17 | Generate fmgr prototypes automatically | Peter Eisentraut |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-05-20 | Collection of typo fixes. | Heikki Linnakangas |
| 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-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-09-18 | Fix array_typanalyze to work for domains over arrays. | Tom Lane |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-04-24 | Reduce hash size for compute_array_stats, compute_tsvector_stats. | Robert Haas |
| 2012-03-04 | Improve histogram-filling loop in new compute_array_stats() code. | Tom Lane |
| 2012-03-04 | Collect and use element-frequency statistics for arrays. | Tom Lane |