summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/tsearch.sql
Commit message (Expand)AuthorAgeFilesLines
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-261-0/+33
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-211-0/+6
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-111-0/+3
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-301-0/+2
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-151-0/+3
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-271-1/+2
* Make testing of phraseto_tsquery independ from value ofTeodor Sigaev2016-04-071-5/+5
* Phrase full text search.Teodor Sigaev2016-04-071-0/+101
* Fix support of digits in email/hostnames.Teodor Sigaev2016-03-291-3/+3
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-241-0/+6
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-201-0/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+3
* Modify the built-in text search parser to handle URLs more nearly accordingTom Lane2010-04-281-0/+6
* Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane2009-05-191-0/+11
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-171-0/+52
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-0/+3
* Fix a regression test that fails if default_text_search_config isn'tTom Lane2008-01-131-1/+1
* Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane2007-12-101-6/+6
* The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane2007-12-091-58/+70
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-251-0/+4
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-241-16/+16
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-251-2/+2
* Uppercase keywords in regression tsearch test scripts.Bruce Momjian2007-08-211-86/+86
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+292