Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
spgist.sgml
Age
Commit message (
Expand
)
Author
2024-04-05
docs: Merge separate chapters on built-in index AMs into one.
Robert Haas
2023-01-25
doc: Fix network_ops -> inet_ops in SpGiST operator class list
Michael Paquier
2021-09-29
doc: Fix some typos and markups
Michael Paquier
2021-05-14
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-04-05
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-04
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-08-28
doc: Rework tables for built-in operator classes of index AMs
Michael Paquier
2020-08-24
doc: Fix some markups for support functions of index AMs
Michael Paquier
2020-07-08
doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods
Michael Paquier
2020-06-21
Language fixes for docs related to opclass options
Alexander Korotkov
2020-06-20
Minor corrections to docs related to opclass options
Alexander Korotkov
2020-06-20
Add documentation for opclass options
Alexander Korotkov
2020-06-11
doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
Bruce Momjian
2020-05-15
docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST
Bruce Momjian
2019-09-08
doc: Clean up title case use
Peter Eisentraut
2019-07-14
Add support for <-> (box, point) operator to SP-GiST box_ops
Alexander Korotkov
2019-07-05
doc: Spell checking
Peter Eisentraut
2019-05-20
Fix some grammar in documentation of spgist and pgbench
Michael Paquier
2019-04-08
doc: Fix whitespace
Peter Eisentraut
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-07-16
doc: Update redirecting links
Peter Eisentraut
2018-05-21
doc: Fix some trailing whitespace
Peter Eisentraut
2018-04-03
Add prefix operator for TEXT type.
Teodor Sigaev
2018-02-28
Doc: remove duplicate poly_ops row from SP-GiST opclass table.
Tom Lane
2017-12-25
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-22
Add optional compression method to SP-GiST
Teodor Sigaev
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-20
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2016-08-28
Make another editorial pass over the 9.6 release notes.
Tom Lane
2016-08-23
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-07-30
docs: properly capitalize and space kB, MB, GB, TB
Bruce Momjian
2016-05-31
Fix whitespace
Peter Eisentraut
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2013-05-08
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2012-06-07
Documentation spell and markup checking
Peter Eisentraut
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-10
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane