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