summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-21/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-041-10/+4
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs.Tom Lane2011-02-181-0/+41
* Assorted fixups for "unpackaged" conversion scripts.Tom Lane2011-02-131-1/+3
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-11/+11
* Convert contrib modules to use the extension facility.Tom Lane2011-02-139-126/+113
* Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs.Tom Lane2011-01-071-3/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-234-28/+24
* 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
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-4/+4
* Fix contrib/tsearch2 expected results to match recent changes in URL parsing.Tom Lane2010-04-282-12/+16
* Create an official API function for C functions to use to check if they areTom Lane2010-02-081-9/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-222-42/+42
* 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