Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05docs: Merge separate chapters on built-in index AMs into one.Robert Haas
2023-01-25doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier
2021-09-29doc: Fix some typos and markupsMichael Paquier
2021-05-14Prevent infinite insertion loops in spgdoinsert().Tom Lane
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-08-28doc: Rework tables for built-in operator classes of index AMsMichael Paquier
2020-08-24doc: Fix some markups for support functions of index AMsMichael Paquier
2020-07-08doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methodsMichael Paquier
2020-06-21Language fixes for docs related to opclass optionsAlexander Korotkov
2020-06-20Minor corrections to docs related to opclass optionsAlexander Korotkov
2020-06-20Add documentation for opclass optionsAlexander Korotkov
2020-06-11doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian
2020-05-15docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-07-14Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov
2019-07-05doc: Spell checkingPeter Eisentraut
2019-05-20Fix some grammar in documentation of spgist and pgbenchMichael Paquier
2019-04-08doc: Fix whitespacePeter Eisentraut
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-05-21doc: Fix some trailing whitespacePeter Eisentraut
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-02-28Doc: remove duplicate poly_ops row from SP-GiST opclass table.Tom Lane
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev
2017-12-22Add optional compression method to SP-GiSTTeodor Sigaev
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2016-08-28Make another editorial pass over the 9.6 release notes.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane
2016-07-30docs: properly capitalize and space kB, MB, GB, TBBruce Momjian
2016-05-31Fix whitespacePeter Eisentraut
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2012-06-07Documentation spell and markup checkingPeter Eisentraut
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2012-03-10Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane