| Age | Commit message (Expand) | Author |
| 2025-02-21 | Drop opcintype from index AM strategy translation API | Peter Eisentraut |
| 2025-02-03 | Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() | Peter Eisentraut |
| 2025-02-01 | Rename GistTranslateStratnum() to GistTranslateCompareType() | Peter Eisentraut |
| 2025-01-15 | Change gist stratnum function to use CompareType | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-09-17 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-09-17 | Add stratnum GiST support function | Peter Eisentraut |
| 2024-05-16 | Revert temporal primary keys and foreign keys | Peter Eisentraut |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-24 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-01-19 | Add stratnum GiST support function | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-10 | Add const to values and nulls arguments | Peter Eisentraut |
| 2023-08-23 | ExtendBufferedWhat -> BufferManagerRelation. | Thomas Munro |
| 2023-04-06 | Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() | Andres Freund |
| 2023-04-02 | Pass down table relation into more index relation functions | Andres Freund |
| 2023-02-07 | Remove useless casts to (void *) in arguments of some system functions | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-09-27 | Convert *GetDatum() and DatumGet*() macros to inline functions | Peter Eisentraut |
| 2022-09-12 | Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" | Peter Eisentraut |
| 2022-09-12 | Convert *GetDatum() and DatumGet*() macros to inline functions | Peter Eisentraut |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-11-29 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane |
| 2021-06-25 | Remove redundant variable pageSize in gistinitpage | Peter Eisentraut |
| 2021-04-07 | Remove redundant memset(0) calls for page init of some index AMs | Michael Paquier |
| 2021-03-23 | Add macro RelationIsPermanent() to report relation permanence | Bruce Momjian |
| 2021-02-07 | Rename removable xid function for consistency. | Peter Geoghegan |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-09-17 | Add support for building GiST index by sorting. | Heikki Linnakangas |
| 2020-09-05 | Yet more elimination of dead stores and useless initializations. | Tom Lane |
| 2020-08-12 | snapshot scalability: Don't compute global horizons while building snapshots. | Andres Freund |
| 2020-04-04 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch |
| 2020-03-22 | Revert "Skip WAL for new relfilenodes, under wal_level=minimal." | Noah Misch |
| 2020-03-21 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch |
| 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-11-05 | Refactor code building relation options | Michael Paquier |
| 2019-09-25 | Support reloptions of enum type | Alvaro Herrera |
| 2019-07-24 | Use full 64-bit XID for checking if a deleted GiST page is old enough. | Heikki Linnakangas |
| 2019-07-22 | Fix inconsistencies and typos in the tree | Michael Paquier |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane |
| 2019-04-03 | Generate less WAL during GiST, GIN and SP-GiST index build. | Heikki Linnakangas |
| 2019-03-22 | Delete empty pages during GiST VACUUM. | Heikki Linnakangas |
| 2019-03-10 | Support for INCLUDE attributes in GiST indexes | Alexander Korotkov |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-09-18 | Add support for nearest-neighbor (KNN) searches to SP-GiST | Alexander Korotkov |
| 2018-07-29 | Provide separate header file for built-in float types | Tomas Vondra |
| 2018-07-11 | Rethink how to get float.h in old Windows API for isnan/isinf | Alvaro Herrera |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut |