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