summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/query.c
AgeCommit message (Expand)Author
2007-11-13Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-12Fix backend crash in parsing incorrect tsquery.Teodor Sigaev
2007-02-07Use memcpy() instead of strncpy() for copying into varlena structures.Peter Eisentraut
2006-10-04Improve error messages from to_tsquery per yesterday's discussion:Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-02Use '' rather than \' for literal single quotes in strings inBruce Momjian
2006-05-19Back out \' change for tsearch2, broke regression tests.Bruce Momjian
2006-05-19Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.Bruce Momjian
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2005-12-12Improve support of multibyte encoding:Teodor Sigaev
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-21Text parser rewritten:Teodor Sigaev
2005-11-08New features for tsearch2:Teodor Sigaev
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-281 Fix problem with lost precision in rank with OR-ed lexemesTeodor Sigaev
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-01-25improve support of agglutinative languages (query with compound words).Teodor Sigaev
2005-01-25ChangeTeodor Sigaev
2004-11-09This patch makes some cleanups to contrib/ to silence some sparseNeil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-311 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703Teodor Sigaev
2004-05-31Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev
2003-12-03Fix for word with several infinitivesTeodor Sigaev
2003-11-27Fixes about word with several infiniteveTeodor Sigaev
2003-09-12Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews.Tom Lane
2003-08-28More accuracy works with stopwords in queriesTeodor Sigaev
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-07-21tsearch2 moduleTeodor Sigaev