aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/indices.sgml
Commit message (Expand)AuthorAge
* 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
* Editorial improvements for GIN documentation.Tom Lane2006-12-01
* Spellchecking and suchPeter Eisentraut2006-10-23
* Improve wordings by David Fuhry <dfuhry@cs.kent.edu>Teodor Sigaev2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* GIN documentation and slightly improving GiST docs.Teodor Sigaev2006-09-14
* Some small editorialization on the description of CREATE INDEXTom Lane2006-09-13
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Mention paremeterized queries do not work with partial indexes.Bruce Momjian2006-09-04
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Clarify use of btree indexes for ILIKE and ~*.Bruce Momjian2006-01-18
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Clean up some obsolete statements about GiST indexes, and add a sectionTom Lane2005-10-21
* Update manual's introduction to indexes to reflect 8.1 changes; inTom Lane2005-09-12
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-22
* Some more small improvements in response to 7.4 interactive docs comments.Tom Lane2005-01-08
* More minor updates and copy-editing.Tom Lane2004-12-23
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Minor copy-editing.Tom Lane2003-11-06
* Adjust documentation examples to match recent error message rewordings.Tom Lane2003-09-30
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Big editing for consistent content and presentation.Peter Eisentraut2003-03-13
* Merge documentation updates from 7.3 branch.Peter Eisentraut2002-11-11