aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/indices.sgml
Commit message (Expand)AuthorAge
* 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
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-30
* Mention "PostgreSQL"'s hashes as slower/similar to btree.Bruce Momjian2002-06-21
* Update hash warning in manual.Bruce Momjian2002-06-21
* Document problems with hash indexes compared to btree.Bruce Momjian2002-06-21
* Editorial reviewPeter Eisentraut2002-01-07
* Add some more material to the section about partial indexes.Tom Lane2001-12-04
* proof-readingPeter Eisentraut2001-11-28
* Deprecate 'current' for date/time input.Thomas G. Lockhart2001-11-21
* Grammatical and spelling fixes.Tom Lane2001-11-19
* Fix obsolete claim that only btree indexes support multiple columns;Tom Lane2001-11-18
* Cleanup of bibliographyPeter Eisentraut2001-11-08
* More information about partial indexes, and some tips about examiningPeter Eisentraut2001-10-31
* Markup additions and spell check. (covers User's Guide)Peter Eisentraut2001-09-09