summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/README
Commit message (Expand)AuthorAgeFilesLines
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-051-3/+15
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-191-1/+5
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-141-11/+25
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-081-7/+7
* Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.Tom Lane2012-03-121-0/+21
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-111-5/+27
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-0/+316