summaryrefslogtreecommitdiff
path: root/doc/src/sgml/indices.sgml
AgeCommit message (Expand)Author
2012-10-17Fix typo in previous commitSimon Riggs
2012-10-17Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs
2010-10-26Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas
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
2006-01-18Clarify use of btree indexes for ILIKE and ~*.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-04Spellchecking run, final cleanupsPeter Eisentraut
2005-10-21Clean up some obsolete statements about GiST indexes, and add a sectionTom Lane
2005-09-12Update manual's introduction to indexes to reflect 8.1 changes; inTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-01-22More < and > cleanups converted to ampersands.Bruce Momjian
2005-01-08Some more small improvements in response to 7.4 interactive docs comments.Tom Lane
2004-12-23More minor updates and copy-editing.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-06Minor copy-editing.Tom Lane
2003-09-30Adjust documentation examples to match recent error message rewordings.Tom Lane
2003-09-11This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian
2003-08-31Add/edit index entries.Peter Eisentraut
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-03-13Big editing for consistent content and presentation.Peter Eisentraut
2002-11-11Merge documentation updates from 7.3 branch.Peter Eisentraut
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian