summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
AgeCommit message (Expand)Author
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-10-04Improve define_custom_variable's handling of pre-existing settings.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
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