aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/textsearch.sgml
Commit message (Expand)AuthorAge
* docs: update guidelines on when to use GIN and GiST indexesBruce Momjian2015-10-05
* Update site address of Snowball projectTeodor Sigaev2015-09-07
* docs: consistently uppercase index method and add spacingBruce Momjian2015-05-15
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-06
* docs: Add short "cover density" descriptionBruce Momjian2014-03-24
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-24
* doc: Fix <synopsis> in <term> markupPeter Eisentraut2013-06-07
* Fix typo: lexemes misspelled in full text search docs.Kevin Grittner2012-09-11
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Update documentation about ts_rank().Bruce Momjian2011-10-13
* Some markup cleanup to deconfuse the find_gt_lt toolPeter Eisentraut2011-08-30
* Link some tables into the surrounding text by their idPeter Eisentraut2011-05-04
* Update contrib documention mentions to point to actual documentationBruce Momjian2011-01-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Document filtering dictionaries in textsearch.sgml.Tom Lane2010-08-25
* Avoid saying "random" when randomness is not actually meant.Tom Lane2010-08-20
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Update broken and permanently moved linksPeter Eisentraut2010-03-17
* Document what user name email symbols are supported by tsearch.Bruce Momjian2010-03-13
* Add prefix support for synonym dictionaryTeodor Sigaev2009-08-14
* 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
* Fix textsearch documentation examples to not recommend concatenating separateTom Lane2009-04-19
* Do some copy-editing on description of ts_headline().Tom Lane2009-04-14
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-07
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-17
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Add a CaseSensitive parameter to synonym dictionaries.Tom Lane2008-03-10
* Show example of ts_headline() using a configuration name.Bruce Momjian2008-03-04
* Change a couple of examples to say ALTER MAPPING instead of ADD MAPPING,Tom Lane2007-12-13
* spell checker runPeter Eisentraut2007-11-28
* Fix some missed usages of 'HTML tag' and 'HTML entity'.Tom Lane2007-11-20
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-20
* Add a couple of notes pointing out that GIN index build time is veryTom Lane2007-11-16
* Adjust example to reduce confusion between a tsvector column andTom Lane2007-11-14
* Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane2007-11-14
* Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane2007-11-14
* Update discussion of tsearch2 migration. I'm not entirely sure aboutTom Lane2007-11-14
* Have text search thesaurus files use "?" for stop words.Bruce Momjian2007-11-10
* Fix typos.Magnus Hagander2007-11-05
* Remove claim that ts_headline knows how to generate multiple ellipsis-separatedTom Lane2007-10-29
* Rename default text search parser's "uri" token type to "url_path",Tom Lane2007-10-27
* Minor wording improvements per suggestion from Jeff Davis. Also tweakTom Lane2007-10-27
* Use more real-world examples in the text search parser documentation.Alvaro Herrera2007-10-25
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24