summaryrefslogtreecommitdiff
path: root/doc/src/sgml/indices.sgml
AgeCommit message (Expand)Author
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-14hash: Add write-ahead logging support.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
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-14Rewrite Postgres-XL docs to make changes in-place in the main PostgreSQLPavan Deolasee
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
2009-06-17Proofreading for Bruce's recent round of documentation proofreading.Tom Lane
2009-04-27Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian
2009-02-07Remove documentation mention that hash indexes perform no better thanBruce Momjian
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-07-11Multi-column GIN indexes. Teodor SigaevTom Lane
2008-05-27Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane
2007-11-13Clean up some stray references to tsearch2.Tom Lane
2007-04-06Make 'col IS NULL' clauses be indexable conditions.Tom Lane
2007-02-14Add some discussion of sort ordering to indices.sgml, which curiouslyTom Lane
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-01Editorial improvements for GIN documentation.Tom Lane
2006-10-23Spellchecking and suchPeter Eisentraut
2006-09-18Improve wordings by David Fuhry <[email protected]>Teodor Sigaev
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-09-14GIN documentation and slightly improving GiST docs.Teodor Sigaev
2006-09-13Some small editorialization on the description of CREATE INDEXTom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-09-04Mention paremeterized queries do not work with partial indexes.Bruce Momjian
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-05-24* Add support NULL to GiST.Teodor Sigaev