summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
AgeCommit message (Expand)Author
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-28Adjust the names of a couple of tsearch index support functions that hadTom Lane
2007-11-20Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc...Andrew Dunstan
2007-11-16Add snb_ru_init(internal) to list of stub functions in tsearch2Tom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-13Ooops, missed one file to remove.Tom Lane
2007-11-13Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-07-15Avoid possibly-unportable initializer, per buildfarm warning.Tom Lane
2007-07-15Silence Solaris compiler warnings, per buildfarm.Tom Lane
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane
2007-07-15Fix unportable use of isspace(), per buildfarm results.Tom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-04-02Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev
2007-03-28Fix uninitialized-variable bug.Tom Lane
2007-03-26Add checking of end of line in parsing stopword list. Thanks to sharp eyes of...Teodor Sigaev
2007-03-26Fix stopword and synonym files parsing bug in MSVC build, per report fromTeodor Sigaev
2007-03-22Fix parser bug on Windows with UTF8 encoding and C locale, the reason wasTeodor Sigaev
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-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-07Use memcpy() instead of strncpy() for copying into varlena structures.Peter Eisentraut
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2007-01-15Fix localization support for multibyte encoding and C locale.Teodor Sigaev
2006-12-28Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane
2006-12-26Fix memory reallocation conditionTeodor Sigaev
2006-12-21Fix convertion for 'PFX flag N num'Teodor Sigaev
2006-12-04Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev
2006-11-23Fix lowercasing while parse OO dictionaryTeodor Sigaev
2006-11-22Avoid infinity calculations in rank_cdTeodor Sigaev
2006-11-21Fix type in return valueTeodor Sigaev
2006-11-20Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.Teodor Sigaev
2006-11-08Fix two typos.Neil Conway
2006-11-08New README, forgotten when docs was updatedTeodor Sigaev
2006-10-31Add description of new featuresTeodor Sigaev
2006-10-05Make use of qsort_arg in several places that were formerly using klugyTom Lane
2006-10-04Improve error messages from to_tsquery per yesterday's discussion:Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-02Update tsearch2 README.Bruce Momjian
2006-09-11Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom 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