aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/indices.sgml
Commit message (Expand)AuthorAge
* Implement operator class parametersAlexander Korotkov2020-03-30
* Doc: discourage use of partial indexes for poor-man's-partitioning.Tom Lane2020-02-19
* doc: add examples of creative use of unique expression indexesBruce Momjian2019-12-27
* Doc: clarify partial-index example.Tom Lane2019-04-03
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Doc: rework introductory documentation about covering indexes.Tom Lane2018-11-22
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane2016-09-26
* Documentation spell checking and markup improvementsPeter Eisentraut2016-07-28
* Docs: create some user-facing documentation about index-only scans.Tom Lane2016-05-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Mention BRIN as able to do multi-column indexesAlvaro Herrera2016-03-28
* doc: Spell checkingPeter Eisentraut2015-09-10
* docs: remove outdated note about unique indexesBruce Momjian2015-08-31
* docs: consistently uppercase index method and add spacingBruce Momjian2015-05-15
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Fix typo in previous commitSimon Riggs2012-10-17
* Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs2012-10-17
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Per-column collation supportPeter Eisentraut2011-02-08
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas2010-10-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Document that autovacuum may run ANALYZEAlvaro Herrera2009-08-07
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Remove documentation mention that hash indexes perform no better thanBruce Momjian2009-02-07
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Clean up some stray references to tsearch2.Tom Lane2007-11-13
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-06
* Add some discussion of sort ordering to indices.sgml, which curiouslyTom Lane2007-02-14
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23