index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
tsearch2
/
expected
Age
Commit message (
Expand
)
Author
2017-02-13
Remove contrib/tsearch2.
Robert Haas
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-07-21
Make contrib regression tests safe for Danish locale.
Tom Lane
2016-06-04
Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS.
Tom Lane
2016-04-08
Fix output of regression test of contrib/tsearch2
Teodor Sigaev
2016-04-07
Phrase full text search.
Teodor Sigaev
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-04-28
Fix contrib/tsearch2 expected results to match recent changes in URL parsing.
Tom Lane
2009-11-22
Improve psql's tabular display of wrapped-around data by inserting markers
Tom Lane
2009-05-08
Add alternative expected output files for cs_CZ locale for btree_gist and
Heikki Linnakangas
2008-05-16
Update contrib for tsearch changes.
Tom Lane
2007-11-20
Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc...
Andrew Dunstan
2007-11-13
Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
Tom Lane
2007-11-13
Replace the now-incompatible-with-core contrib/tsearch2 module with a
Tom Lane
2006-09-10
Rename contrib contains/contained-by operators to @> and <@, per discussion.
Tom Lane
2006-09-02
Use '' rather than \' for literal single quotes in strings in
Bruce Momjian
2006-08-25
Fix regression tests: after changing comparing function
Teodor Sigaev
2006-05-31
Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.
Teodor Sigaev
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-03-02
Significantly improve ranking:
Teodor Sigaev
2006-02-10
renew output of regression test accordingly to
Teodor Sigaev
2006-01-27
Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...
Teodor Sigaev
2005-11-21
Text parser rewritten:
Teodor Sigaev
2005-11-09
Fix rwrite(ARRAY) on 64-bit boxes:
Teodor Sigaev
2005-11-08
New features for tsearch2:
Teodor Sigaev
2005-10-28
1 Fix problem with lost precision in rank with OR-ed lexemes
Teodor Sigaev
2005-06-26
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2004-09-14
Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to
Tom Lane
2004-06-28
1 Eliminate duplicate field HLWORD->skip
Teodor Sigaev
2004-06-23
Fix stupid bug in installcheck
Teodor Sigaev
2004-05-28
Stat function now can show statistics per weight of lexemes
Teodor Sigaev
2004-03-25
1 Minimize memory allocation for void (but not null) value.
Teodor Sigaev
2003-09-22
fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...
Teodor Sigaev
2003-08-28
More accuracy works with stopwords in queries
Teodor Sigaev
2003-08-06
Add ts_debug function for debugging configurations
Teodor Sigaev
2003-08-01
Update contrib regression tests for recent error message editing.
Tom Lane
2003-07-21
Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"
Teodor Sigaev
2003-07-21
tsearch2 module
Teodor Sigaev