index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
tsearch.sql
Age
Commit message (
Expand
)
Author
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-05
Adjust tsearch test case and expected output based on testing feedback.
Pavan Deolasee
2017-03-04
resolve the remaining failure in 'tsearch' regression suite
Tomas Vondra
2017-03-04
resolve most issues in the 'tsearch' regression test suite
Tomas Vondra
2017-01-26
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2016-12-21
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-11
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-10-30
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-07-15
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-06-27
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-04-07
Make testing of phraseto_tsquery independ from value of
Teodor Sigaev
2016-04-07
Phrase full text search.
Teodor Sigaev
2016-03-29
Fix support of digits in email/hostnames.
Teodor Sigaev
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2014-03-24
Fix ts_rank_cd() to ignore stripped lexemes
Bruce Momjian
2012-07-27
Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master
Michael Paquier
2011-12-21
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-05-24
This patch fixes the test case tsearch.
Abbas
2011-05-20
Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc
Pavan Deolasee
2011-05-19
Updated regression tests.
Mason Sharp
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-04-28
Modify the built-in text search parser to handle URLs more nearly according
Tom Lane
2009-05-19
Fix bug #4814 (wrong subscript in consistent-function call), and add some
Tom Lane
2008-10-17
Improve headeline generation. Now headline can contain
Teodor Sigaev
2008-05-16
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-01-13
Fix a regression test that fails if default_text_search_config isn't
Tom Lane
2007-12-10
Fix attribution for Rime of the Ancient Mariner (obviously it's been
Tom Lane
2007-12-09
The E. J. Pratt verse used as a tsearch test case is unfortunately still
Tom Lane
2007-11-25
Fix XML tag namespace change inadvertantly missed from previous fix. Add
Andrew Dunstan
2007-10-24
Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
Tom Lane
2007-08-25
Rename built-in Snowball stemmer dictionaries to be english_stem,
Tom Lane
2007-08-21
Uppercase keywords in regression tsearch test scripts.
Bruce Momjian
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane