index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
spgist.sgml
Commit message (
Expand
)
Author
Age
*
docs: Merge separate chapters on built-in index AMs into one.
Robert Haas
2024-04-05
*
doc: Fix network_ops -> inet_ops in SpGiST operator class list
Michael Paquier
2023-01-25
*
doc: Fix some typos and markups
Michael Paquier
2021-09-29
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-04
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
*
doc: Rework tables for built-in operator classes of index AMs
Michael Paquier
2020-08-28
*
doc: Fix some markups for support functions of index AMs
Michael Paquier
2020-08-24
*
doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods
Michael Paquier
2020-07-08
*
Language fixes for docs related to opclass options
Alexander Korotkov
2020-06-21
*
Minor corrections to docs related to opclass options
Alexander Korotkov
2020-06-21
*
Add documentation for opclass options
Alexander Korotkov
2020-06-20
*
doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
Bruce Momjian
2020-06-11
*
docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST
Bruce Momjian
2020-05-15
*
doc: Clean up title case use
Peter Eisentraut
2019-09-08
*
Add support for <-> (box, point) operator to SP-GiST box_ops
Alexander Korotkov
2019-07-14
*
doc: Spell checking
Peter Eisentraut
2019-07-05
*
Fix some grammar in documentation of spgist and pgbench
Michael Paquier
2019-05-20
*
doc: Fix whitespace
Peter Eisentraut
2019-04-08
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
doc: Update redirecting links
Peter Eisentraut
2018-07-16
*
doc: Fix some trailing whitespace
Peter Eisentraut
2018-05-21
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
Doc: remove duplicate poly_ops row from SP-GiST opclass table.
Tom Lane
2018-02-28
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-20
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Make another editorial pass over the 9.6 release notes.
Tom Lane
2016-08-28
*
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
*
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
*
docs: properly capitalize and space kB, MB, GB, TB
Bruce Momjian
2016-07-30
*
Fix whitespace
Peter Eisentraut
2016-05-31
*
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
*
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
*
Documentation spell and markup checking
Peter Eisentraut
2012-06-08
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
*
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-10
*
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-19
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17