]> granicus.if.org Git - postgresql/history - contrib/tsearch2
Remove pg_upgrade function no longer called (dir_matching_filenames).
[postgresql] / contrib / tsearch2 /
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-02-18 Tom LaneOne more hack to make contrib upgrades from 9.0 match...
2011-02-14 Tom LaneAssorted fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-08 Tom LaneOoops, forgot to fix contrib/tsearch2's references...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-04-28 Tom LaneFix contrib/tsearch2 expected results to match recent...
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-08 Heikki LinnakangasAdd alternative expected output files for cs_CZ locale...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-01-28 Teodor SigaevFix bug with multiple evaluation of tsearch2 compatibil...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-05-16 Tom LaneUpdate contrib for tsearch changes.
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-20 Andrew DunstanAdjust contrib/tsearch2 regression results to use XML...
2007-11-16 Tom LaneAdd snb_ru_init(internal) to list of stub functions...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneResurrect the code for the rewrite(ARRAY[...]) aggregat...
2007-11-13 Tom LaneOoops, missed one file to remove.
2007-11-13 Tom LaneReplace the now-incompatible-with-core contrib/tsearch2...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-07-15 Tom LaneAvoid possibly-unportable initializer, per buildfarm...
2007-07-15 Tom LaneSilence Solaris compiler warnings, per buildfarm.
2007-07-15 Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-07-15 Tom LaneFix unportable use of isspace(), per buildfarm results.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-02 Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-03-28 Tom LaneFix uninitialized-variable bug.
2007-03-26 Teodor SigaevAdd checking of end of line in parsing stopword list...
2007-03-26 Teodor SigaevFix stopword and synonym files parsing bug in MSVC...
2007-03-22 Teodor SigaevFix parser bug on Windows with UTF8 encoding and C...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-12 Teodor SigaevFix backend crash in parsing incorrect tsquery.
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-07 Peter EisentrautUse memcpy() instead of strncpy() for copying into...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-15 Teodor SigaevFix localization support for multibyte encoding and...
2006-12-28 Tom LaneAdd a defense to prevent core dumps if 8.2 version...
2006-12-26 Teodor SigaevFix memory reallocation condition
2006-12-21 Teodor SigaevFix convertion for 'PFX flag N num'
2006-12-04 Teodor SigaevFix core dump of ispell for case of non-successfull...
2006-11-23 Teodor SigaevFix lowercasing while parse OO dictionary
2006-11-22 Teodor SigaevAvoid infinity calculations in rank_cd
2006-11-21 Teodor SigaevFix type in return value
2006-11-20 Teodor SigaevFix bug http://archives.postgresql.org/pgsql-bugs/2006...
2006-11-08 Neil ConwayFix two typos.
2006-11-08 Teodor SigaevNew README, forgotten when docs was updated
2006-10-31 Teodor SigaevAdd description of new features
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-10-04 Tom LaneImprove error messages from to_tsquery per yesterday...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-02 Bruce MomjianUpdate tsearch2 README.
2006-09-11 Tom LaneRename the uninstall scripts for contrib/lo and contrib...
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-09-02 Bruce MomjianUse '' rather than \' for literal single quotes in...
2006-08-29 Teodor SigaevAdd description of tsvector type layout
2006-08-29 Teodor SigaevRemove pos comparison in silly_cmp_tsvector(): it is...
2006-08-29 Teodor SigaevFix incorrect length of lexemes in silly_cmp_tsvector()
2006-08-25 Teodor SigaevFix regression tests: after changing comparing function
2006-08-24 Teodor SigaevFix compare bug for tsvector: problem was in aligment...
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAdjust /contrib for new include file contents.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Bruce MomjianAllow /contrib include files to compile on their own.
2006-06-28 Teodor SigaevChanges
2006-06-09 Teodor SigaevNow ispell dictionary can eat dictionaries in MySpell...
2006-06-06 Teodor SigaevAllow do not lexize words in substitution.
2006-06-02 Teodor SigaevFix wrong NOTICE/ERROR levels
2006-06-02 Teodor SigaevDistinguish between stop-word recognized in thesaurus_l...
2006-06-02 Teodor SigaevAdd more strict check of stop and non-recognized words,
2006-05-31 Teodor Sigaevfix comparison with SPI_processed
next