| Age | Commit message (Expand) | Author |
| 46 hours | pageinspect: use index_close() for GiST index relation | Michael Paquier |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-08-05 | Fix mixups of FooGetDatum() vs. DatumGetFoo() | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-20 | Introduce CompactAttribute array in TupleDesc, take 2 | David Rowley |
| 2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
| 2024-07-02 | Use TupleDescAttr macro consistently | David Rowley |
| 2024-03-13 | Make the order of the header file includes consistent | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-05-19 | pageinspect: Fix gist_page_items() with included columns | Michael Paquier |
| 2023-03-02 | pageinspect: Fix crash with gist_page_items() | Michael Paquier |
| 2023-02-13 | Consolidate ItemPointer to Datum conversion functions | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-14 | pageinspect: Fix handling of all-zero pages | Michael Paquier |
| 2022-04-02 | pageinspect: Use better macros to get special page area for GIN and GiST | Michael Paquier |
| 2022-03-27 | pageinspect: Add more sanity checks to prevent out-of-bound reads | Michael Paquier |
| 2022-03-16 | pageinspect: Fix handling of page sizes and AM types | Michael Paquier |
| 2022-03-08 | Simplify SRFs using materialize mode in contrib/ modules | Michael Paquier |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-06-04 | Adjust locations which have an incorrect copyright year | David Rowley |
| 2021-02-15 | Add "LP_DEAD item?" column to GiST pageinspect functions | Peter Geoghegan |
| 2021-02-15 | Avoid misinterpreting GiST pages in pageinspect. | Peter Geoghegan |
| 2021-01-18 | Check for BuildIndexValueDescription returning NULL in gist_page_items | Heikki Linnakangas |
| 2021-01-17 | pageinspect: Fix relcache leak in gist_page_items(). | Heikki Linnakangas |
| 2021-01-13 | Add functions to 'pageinspect' to inspect GiST indexes. | Heikki Linnakangas |