summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas2009-05-081-0/+2975
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-3/+4
* Fix bug with multiple evaluation of tsearch2 compatibility trigger, triggerTeodor Sigaev2009-01-281-3/+15
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-2/+10
* Update contrib for tsearch changes.Tom Lane2008-05-162-10/+10
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-8/+8
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-18/+13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-281-3/+3
* Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc...Andrew Dunstan2007-11-201-2/+2
* Add snb_ru_init(internal) to list of stub functions in tsearch2Tom Lane2007-11-163-3/+10
* pgindent run for 8.3.Bruce Momjian2007-11-151-60/+60
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-134-25/+248
* Ooops, missed one file to remove.Tom Lane2007-11-131-1242/+0
* Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane2007-11-1385-24507/+1207
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-254/+245
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-1/+1
* Avoid possibly-unportable initializer, per buildfarm warning.Tom Lane2007-07-151-2/+5
* Silence Solaris compiler warnings, per buildfarm.Tom Lane2007-07-152-4/+8
* Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane2007-07-151-2/+2
* Fix unportable use of isspace(), per buildfarm results.Tom Lane2007-07-151-1/+1
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-264-8/+12
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-3/+1
* Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev2007-04-022-2/+2
* Fix uninitialized-variable bug.Tom Lane2007-03-281-2/+3
* Add checking of end of line in parsing stopword list. Thanks to sharp eyes of...Teodor Sigaev2007-03-261-1/+1
* Fix stopword and synonym files parsing bug in MSVC build, per report fromTeodor Sigaev2007-03-262-8/+9
* Fix parser bug on Windows with UTF8 encoding and C locale, the reason wasTeodor Sigaev2007-03-221-2/+2
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-287-32/+33
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-2710-40/+36
* Fix backend crash in parsing incorrect tsquery.Teodor Sigaev2007-02-121-0/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-3/+3
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-082-3/+3
* Use memcpy() instead of strncpy() for copying into varlena structures.Peter Eisentraut2007-02-071-1/+1
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-012-3/+3
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-3/+5
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-261-3/+3
* Fix localization support for multibyte encoding and C locale.Teodor Sigaev2007-01-153-52/+144
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-281-1/+17
* Fix memory reallocation conditionTeodor Sigaev2006-12-261-2/+2
* Fix convertion for 'PFX flag N num'Teodor Sigaev2006-12-211-1/+1
* Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev2006-12-042-4/+4
* Fix lowercasing while parse OO dictionaryTeodor Sigaev2006-11-231-3/+3
* Avoid infinity calculations in rank_cdTeodor Sigaev2006-11-221-1/+11
* Fix type in return valueTeodor Sigaev2006-11-211-1/+1