summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
AgeCommit message (Expand)Author
2011-04-25Support "make check" in contribPeter Eisentraut
2011-02-18One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs.Tom Lane
2011-02-14Assorted fixups for "unpackaged" conversion scripts.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-01-08Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-04-28Fix contrib/tsearch2 expected results to match recent changes in URL parsing.Tom Lane
2010-02-08Create an official API function for C functions to use to check if they areTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-08Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2009-01-28Fix bug with multiple evaluation of tsearch2 compatibility trigger, triggerTeodor Sigaev
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-05-16Update contrib for tsearch changes.Tom Lane
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
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