summaryrefslogtreecommitdiff
path: root/doc/src/sgml/indices.sgml
AgeCommit message (Expand)Author
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2023-12-17Doc: add a bit to indices.sgml about what is an indexable clause.Tom Lane
2023-10-27doc: wording improvementsBruce Momjian
2023-04-20Doc: clarify NULLS NOT DISTINCT use in unique indexesDavid Rowley
2022-09-01doc: mention "bloom" as a possible index access methodBruce Momjian
2022-08-12doc: add section about heap-only tuples (HOT)Bruce Momjian
2021-12-22doc: clarify when expression indexes evaluate their expressionsBruce Momjian
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2020-11-25Doc: minor improvements for section 11.2 "Index Types".Tom Lane
2020-08-02Fix minor issues in psql's new \dAc and related commands.Tom Lane
2020-05-21doc: Simplify mention of unique indexes for NULL controlBruce Momjian
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-02-19Doc: discourage use of partial indexes for poor-man's-partitioning.Tom Lane
2019-12-27doc: add examples of creative use of unique expression indexesBruce Momjian
2019-04-03Doc: clarify partial-index example.Tom Lane
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2018-11-22Doc: rework introductory documentation about covering indexes.Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-03-14hash: Add write-ahead logging support.Robert Haas
2016-09-26Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane
2016-07-29Documentation spell checking and markup improvementsPeter Eisentraut
2016-05-08Docs: create some user-facing documentation about index-only scans.Tom Lane
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-03-28Mention BRIN as able to do multi-column indexesAlvaro Herrera
2015-09-11doc: Spell checkingPeter Eisentraut
2015-08-31docs: remove outdated note about unique indexesBruce Momjian
2015-05-15docs: consistently uppercase index method and add spacingBruce Momjian
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
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-10-17Fix typo in previous commitSimon Riggs
2012-10-17Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-04-22Make a code-cleanup pass over the collations patch.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2010-12-04Add external documentation for KNNGIST.Tom Lane
2010-10-26Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-01-01Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane
2009-08-07Document that autovacuum may run ANALYZEAlvaro Herrera