summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/expected
Commit message (Expand)AuthorAgeFilesLines
* Fix contrib/tsearch2 expected results to match recent changes in URL parsing.Tom Lane2010-04-282-12/+16
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-222-42/+42
* Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas2009-05-081-0/+2975
* Update contrib for tsearch changes.Tom Lane2008-05-161-8/+8
* Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc...Andrew Dunstan2007-11-201-2/+2
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-131-0/+90
* Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane2007-11-131-217/+74
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-752/+738
* Use '' rather than \' for literal single quotes in strings inBruce Momjian2006-09-021-6/+6
* Fix regression tests: after changing comparing functionTeodor Sigaev2006-08-251-1/+1
* Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev2006-05-311-11/+11
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+39
* Significantly improve ranking:Teodor Sigaev2006-03-021-7/+7
* renew output of regression test accordingly toTeodor Sigaev2006-02-101-729/+729
* Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...Teodor Sigaev2006-01-271-11/+11
* Text parser rewritten:Teodor Sigaev2005-11-211-46/+73
* Fix rwrite(ARRAY) on 64-bit boxes:Teodor Sigaev2005-11-091-4/+4
* New features for tsearch2:Teodor Sigaev2005-11-081-0/+283
* 1 Fix problem with lost precision in rank with OR-ed lexemesTeodor Sigaev2005-10-281-9/+9
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-15/+15
* Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as toTom Lane2004-09-141-6/+6
* 1 Eliminate duplicate field HLWORD->skipTeodor Sigaev2004-06-281-4/+33
* Fix stupid bug in installcheckTeodor Sigaev2004-06-231-4/+4
* Stat function now can show statistics per weight of lexemesTeodor Sigaev2004-05-281-2/+53
* 1 Minimize memory allocation for void (but not null) value.Teodor Sigaev2004-03-251-0/+520
* fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...Teodor Sigaev2003-09-221-5/+5
* More accuracy works with stopwords in queriesTeodor Sigaev2003-08-281-0/+24
* Add ts_debug function for debugging configurationsTeodor Sigaev2003-08-061-0/+11
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-3/+3
* Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"Teodor Sigaev2003-07-211-10/+13
* tsearch2 moduleTeodor Sigaev2003-07-211-0/+2055