summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/README
AgeCommit message (Expand)Author
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2012-03-12Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.Tom Lane
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane