| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-11-26 | Replace internal C function pg_hypot() by standard hypot() | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-04-04 | Fix more confusion in SP-GiST. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 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-08-26 | Fix typos. | Thomas Munro |
| 2018-08-16 | Use the built-in float datatypes to implement geometric types | Tomas Vondra |
| 2018-07-29 | Provide separate header file for built-in float types | Tomas Vondra |
| 2018-07-29 | Refactor geometric functions and operators | Tomas Vondra |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-12-25 | Add polygon opclass for SP-GiST | Teodor Sigaev |
| 2017-03-21 | Fix support for some operators (&<, &>, $<|, |&>) in box operator class | Teodor Sigaev |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas |
| 2016-06-03 | Fix various common mispellings. | Greg Stark |
| 2016-04-23 | Properly mark initRectBox() as taking 'void' args | Bruce Momjian |
| 2016-03-30 | Suppress uninitialized-variable warnings. | Tom Lane |
| 2016-03-30 | Introduce SP-GiST operator class over box. | Teodor Sigaev |