| Age | Commit message (Expand) | Author |
| 16 hours | doc: Update header file mention for CompareType | Daniel Gustafsson |
| 8 days | Use palloc_object() and palloc_array() in more areas of the tree | Michael Paquier |
| 2025-06-02 | Rename gist stratnum support function | Peter Eisentraut |
| 2025-02-21 | Drop opcintype from index AM strategy translation API | Peter Eisentraut |
| 2025-02-12 | Remove unnecessary (char *) casts [string] | Peter Eisentraut |
| 2025-01-15 | Change gist stratnum function to use CompareType | Peter Eisentraut |
| 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-04-19 | Doc: Remove mention of @ and ~ GiST operators | Daniel Gustafsson |
| 2024-04-05 | docs: Merge separate chapters on built-in index AMs into one. | Robert Haas |
| 2024-01-24 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-01-19 | Add stratnum GiST support function | Peter Eisentraut |
| 2021-10-04 | Doc: fix minor issues in GiST support function documentation. | Tom Lane |
| 2021-07-16 | doc: Spell checking | Peter Eisentraut |
| 2020-12-30 | Doc: fix up PDF build warnings from over-width table columns. | Tom Lane |
| 2020-12-29 | Add support of multirange matching to the existing range GiST indexes | Alexander Korotkov |
| 2020-11-23 | Rename the "point is strictly above/below point" comparison operators. | Tom Lane |
| 2020-10-12 | Re-allow testing of GiST buffered builds. | Tom Lane |
| 2020-09-17 | Add support for building GiST index by sorting. | Heikki Linnakangas |
| 2020-08-28 | doc: Rework tables for built-in operator classes of index AMs | Michael Paquier |
| 2020-08-24 | doc: Fix some markups for support functions of index AMs | Michael Paquier |
| 2020-06-21 | Language fixes for docs related to opclass options | Alexander Korotkov |
| 2020-06-20 | Add documentation for opclass options | Alexander Korotkov |
| 2020-06-11 | doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 | Bruce Momjian |
| 2020-05-15 | doc: add missing xreflabels to the main docs (not refs) | Bruce Momjian |
| 2019-09-08 | doc: Clean up title case use | Peter Eisentraut |
| 2019-08-19 | Fix inconsistencies and typos in the tree, take 11 | Michael Paquier |
| 2019-07-16 | Fix inconsistencies and typos in the tree | Michael Paquier |
| 2019-07-14 | Add support for <-> (box, point) operator to GiST box_ops | Alexander Korotkov |
| 2019-07-08 | Fix inconsistencies in the code | Michael Paquier |
| 2017-11-23 | Convert documentation to DocBook XML | Peter Eisentraut |
| 2017-10-20 | Convert SGML IDs to lower case | Peter Eisentraut |
| 2017-10-17 | Don't use SGML empty tags | Peter Eisentraut |
| 2017-09-20 | Allow no-op GiST support functions to be omitted. | Tom Lane |
| 2016-01-19 | Fix assorted inconsistencies in GiST opclass support function declarations. | Tom Lane |
| 2015-05-24 | Remove no-longer-required function declarations. | Tom Lane |
| 2015-05-23 | Still more fixes for lossy-GiST-distance-functions patch. | Tom Lane |
| 2015-05-15 | docs: consistently uppercase index method and add spacing | Bruce Momjian |
| 2015-05-15 | Fix datatype confusion with the new lossy GiST distance functions. | Heikki Linnakangas |
| 2015-05-15 | Allow GiST distance function to return merely a lower-bound. | Heikki Linnakangas |
| 2015-03-26 | Add support for index-only scans in GiST. | Heikki Linnakangas |
| 2015-01-28 | Remove dead NULL-pointer checks in GiST code. | Heikki Linnakangas |
| 2014-11-11 | Add GUC and storage parameter to set the maximum size of GIN pending list. | Fujii Masao |
| 2014-04-08 | Add an in-core GiST index opclass for inet/cidr types. | Tom Lane |
| 2012-06-07 | Documentation spell and markup checking | Peter Eisentraut |
| 2011-09-30 | Support GiST index support functions that want to cache data across calls. | Tom Lane |
| 2011-09-08 | Buffering GiST index build algorithm. | Heikki Linnakangas |
| 2011-05-31 | Protect GIST logic that assumes penalty values can't be negative. | Tom Lane |
| 2010-12-23 | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas |