summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/Makefile
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-09-19Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2016-01-17Restructure index access method API to hide most of it at the C level.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane