Commits

DateSubjectAuthorReleases
2021-10-04 Doc: fix minor issues in GiST support function documentation. Tom Lane 14.1
2021-10-04 Doc: fix minor issues in GiST support function documentation. Tom Lane 15.0
2021-04-05 Support INCLUDE'd columns in SP-GiST. Tom Lane 14.0
2020-09-09 Doc: adjust documentation related to index support functions. Tom Lane 13.0
2020-09-09 Doc: adjust documentation related to index support functions. Tom Lane 14.0
2020-05-06 Doc: further fooling-about with rendering of tables in PDF output. Tom Lane 13.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2018-02-06 Doc: move info for btree opclass implementors into main documentation. Tom Lane 11.0
2018-02-04 Doc: minor clarifications in xindex.sgml. Tom Lane 11.0
2017-09-13 Distinguish selectivity of < from <= and > from >=. Tom Lane 11.0
2016-09-26 Replace the built-in GIN array opclasses with a single polymorphic opclass. Tom Lane 10.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-12-06 Update xindex.sgml for recent additions to GIST opclass API. Tom Lane 9.5.0
2015-12-06 Update xindex.sgml for recent additions to GIST opclass API. Tom Lane 9.6.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-12-07 Create a "sort support" interface API for faster sorting. Tom Lane 9.2.0
2010-12-04 Add external documentation for KNNGIST. Tom Lane 9.1.0
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2008-05-16 Extend GIN to support partial-match searches, and extend tsquery to support Tom Lane 8.4.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2007-12-02 Mention hash opclasses in 'System Dependencies on Operator Classes', Tom Lane 8.3.0
2007-02-06 Docs updates for cross-type hashing. Tom Lane 8.3.0
2007-01-23 Update xindex.sgml to discuss operator families. Tom Lane 8.3.0
2007-01-20 Simplify pg_am representation of ordering-capable access methods: Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0