summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/sql
AgeCommit message (Expand)Author
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
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-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-02-10renew output of regression test accordingly toTeodor Sigaev
2005-11-21Text parser rewritten:Teodor Sigaev
2005-11-08New features for tsearch2:Teodor Sigaev
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
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-08-28More accuracy works with stopwords in queriesTeodor Sigaev
2003-08-06Add ts_debug function for debugging configurationsTeodor Sigaev
2003-07-21tsearch2 moduleTeodor Sigaev