summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* Remove contrib/tsearch2.Robert Haas2017-02-139-5117/+0
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-292-0/+13
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-213-2981/+12
* Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS.Tom Lane2016-06-041-27/+27
* Fix output of regression test of contrib/tsearch2Teodor Sigaev2016-04-081-8/+8
* Phrase full text search.Teodor Sigaev2016-04-071-28/+28
* Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane2016-01-191-2/+2
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-021-1/+1
* 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