Age | Commit message (Expand) | Author |
2012-10-17 | Fix typo in previous commit | Simon Riggs |
2012-10-17 | Clarify hash index caution and copy to CREATE INDEX docs | Simon Riggs |
2010-10-26 | Note explicitly that hash indexes are also not replicated because they're not | Heikki Linnakangas |
2010-08-17 | Spell and markup checking | Peter Eisentraut |
2010-04-03 | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut |
2010-01-01 | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane |
2009-08-07 | Document that autovacuum may run ANALYZE | Alvaro Herrera |
2009-06-17 | Proofreading for Bruce's recent round of documentation proofreading. | Tom Lane |
2009-04-27 | Proofreading adjustments for first two parts of documentation (Tutorial | Bruce Momjian |
2009-02-07 | Remove documentation mention that hash indexes perform no better than | Bruce Momjian |
2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
2008-07-11 | Multi-column GIN indexes. Teodor Sigaev | Tom Lane |
2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
2007-11-13 | Clean up some stray references to tsearch2. | Tom Lane |
2007-04-06 | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane |
2007-02-14 | Add some discussion of sort ordering to indices.sgml, which curiously | Tom Lane |
2007-02-01 | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian |
2007-01-31 | Update documentation on may/can/might: | Bruce Momjian |
2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
2006-12-01 | Editorial improvements for GIN documentation. | Tom Lane |
2006-10-23 | Spellchecking and such | Peter Eisentraut |
2006-09-18 | Improve wordings by David Fuhry <[email protected]> | Teodor Sigaev |
2006-09-16 | Remove emacs info from footer of SGML files. | Bruce Momjian |
2006-09-14 | GIN documentation and slightly improving GiST docs. | Teodor Sigaev |
2006-09-13 | Some small editorialization on the description of CREATE INDEX | Tom Lane |
2006-09-10 | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane |
2006-09-04 | Mention paremeterized queries do not work with partial indexes. | Bruce Momjian |
2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
2006-05-24 | * Add support NULL to GiST. | Teodor Sigaev |
2006-01-18 | Clarify use of btree indexes for ILIKE and ~*. | Bruce Momjian |
2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
2005-11-04 | Spellchecking run, final cleanups | Peter Eisentraut |
2005-10-21 | Clean up some obsolete statements about GiST indexes, and add a section | Tom Lane |
2005-09-12 | Update manual's introduction to indexes to reflect 8.1 changes; in | Tom Lane |
2005-06-24 | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane |
2005-01-22 | More < and > cleanups converted to ampersands. | Bruce Momjian |
2005-01-08 | Some more small improvements in response to 7.4 interactive docs comments. | Tom Lane |
2004-12-23 | More minor updates and copy-editing. | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-06 | Minor copy-editing. | Tom Lane |
2003-09-30 | Adjust documentation examples to match recent error message rewordings. | Tom Lane |
2003-09-11 | This patch fixes a few missed GUC variables that were still upper case, | Bruce Momjian |
2003-08-31 | Add/edit index entries. | Peter Eisentraut |
2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
2003-03-25 | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut |
2003-03-13 | Big editing for consistent content and presentation. | Peter Eisentraut |
2002-11-11 | Merge documentation updates from 7.3 branch. | Peter Eisentraut |
2002-09-21 | Add more appropriate markup. | Peter Eisentraut |
2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |