summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/tsearch.sql
AgeCommit message (Expand)Author
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane
2023-04-06Stabilize just-added regression test cases.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-05-03Make websearch_to_tsquery() parse text in quotes as a single tokenAlexander Korotkov
2021-01-31Fix parsing of complex morphs to tsqueryAlexander Korotkov
2020-07-24Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane
2020-04-27Fix full text search to handle NOT above a phrase search correctly.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2019-08-01Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane
2018-04-05Remove tsearch test contained russian characters, missed inTeodor Sigaev
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2017-09-25Make construct_[md_]array return a valid empty array for zero-size input.Tom Lane
2017-01-26Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-11Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane
2016-10-30Fix bogus tree-flattening logic in QTNTernary().Tom Lane
2016-07-15Fix nested NOT operation cleanup in tsquery.Teodor Sigaev
2016-06-27Do not fallback to AND for FTS phrase operator.Teodor Sigaev
2016-04-07Make testing of phraseto_tsquery independ from value ofTeodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-03-29Fix support of digits in email/hostnames.Teodor Sigaev
2014-03-24Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian
2011-12-21Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-04-28Modify the built-in text search parser to handle URLs more nearly accordingTom Lane
2009-05-19Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane
2008-10-17Improve headeline generation. Now headline can containTeodor Sigaev
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-01-13Fix a regression test that fails if default_text_search_config isn'tTom Lane
2007-12-10Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane
2007-12-09The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane
2007-11-25Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-08-25Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane
2007-08-21Uppercase keywords in regression tsearch test scripts.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane