summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/expected
AgeCommit message (Expand)Author
2017-02-13Remove contrib/tsearch2.Robert Haas
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-06-04Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS.Tom Lane
2016-04-08Fix output of regression test of contrib/tsearch2Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-04-28Fix contrib/tsearch2 expected results to match recent changes in URL parsing.Tom Lane
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-05-08Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas
2008-05-16Update contrib for tsearch changes.Tom Lane
2007-11-20Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc...Andrew Dunstan
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-13Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-09-02Use '' rather than \' for literal single quotes in strings inBruce Momjian
2006-08-25Fix regression tests: after changing comparing functionTeodor Sigaev
2006-05-31Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-03-02Significantly improve ranking:Teodor Sigaev
2006-02-10renew output of regression test accordingly toTeodor Sigaev
2006-01-27Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...Teodor Sigaev
2005-11-21Text parser rewritten:Teodor Sigaev
2005-11-09Fix rwrite(ARRAY) on 64-bit boxes:Teodor Sigaev
2005-11-08New features for tsearch2:Teodor Sigaev
2005-10-281 Fix problem with lost precision in rank with OR-ed lexemesTeodor Sigaev
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2004-09-14Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as toTom Lane
2004-06-281 Eliminate duplicate field HLWORD->skipTeodor Sigaev
2004-06-23Fix stupid bug in installcheckTeodor Sigaev
2004-05-28Stat function now can show statistics per weight of lexemesTeodor Sigaev
2004-03-251 Minimize memory allocation for void (but not null) value.Teodor Sigaev
2003-09-22fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...Teodor Sigaev
2003-08-28More accuracy works with stopwords in queriesTeodor Sigaev
2003-08-06Add ts_debug function for debugging configurationsTeodor Sigaev
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-21Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"Teodor Sigaev
2003-07-21tsearch2 moduleTeodor Sigaev