aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/spgist.sgml
Commit message (Expand)AuthorAge
* docs: Merge separate chapters on built-in index AMs into one.Robert Haas2024-04-05
* doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier2023-01-25
* doc: Fix some typos and markupsMichael Paquier2021-09-29
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* doc: Rework tables for built-in operator classes of index AMsMichael Paquier2020-08-28
* doc: Fix some markups for support functions of index AMsMichael Paquier2020-08-24
* doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methodsMichael Paquier2020-07-08
* Language fixes for docs related to opclass optionsAlexander Korotkov2020-06-21
* Minor corrections to docs related to opclass optionsAlexander Korotkov2020-06-21
* Add documentation for opclass optionsAlexander Korotkov2020-06-20
* doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian2020-06-11
* docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian2020-05-15
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-14
* doc: Spell checkingPeter Eisentraut2019-07-05
* Fix some grammar in documentation of spgist and pgbenchMichael Paquier2019-05-20
* doc: Fix whitespacePeter Eisentraut2019-04-08
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* doc: Fix some trailing whitespacePeter Eisentraut2018-05-21
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* Doc: remove duplicate poly_ops row from SP-GiST opclass table.Tom Lane2018-02-28
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-25
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Make another editorial pass over the 9.6 release notes.Tom Lane2016-08-28
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-23
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-23
* docs: properly capitalize and space kB, MB, GB, TBBruce Momjian2016-07-30
* Fix whitespacePeter Eisentraut2016-05-31
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-30
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-30
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-11
* Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane2012-03-10
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-19
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17