]> granicus.if.org Git - postgresql/history - contrib/tsearch2
Fix some pgcrypto portability issues, per Marko Kreen.
[postgresql] / contrib / tsearch2 /
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
2006-05-31 Teodor SigaevAdd thesaurus dictionary which can replace N>0 lexemes...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-19 Bruce MomjianBack out \' change for tsearch2, broke regression tests.
2006-05-19 Bruce MomjianUse SQL standard '' rather than \' in /contrib. Backpa...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-10 Teodor SigaevFix stupid mistake in rank_cd_def cleanup
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-02 Teodor SigaevSignificantly improve ranking:
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-20 Teodor SigaevFixing and improve compound word support. This changes...
2006-02-10 Tom LaneClean up some signedness warnings.
2006-02-10 Teodor SigaevAllow "'" symbol in affixes ("'s" affix in english...
2006-02-10 Teodor Sigaevrenew output of regression test accordingly to
2006-02-09 Teodor Sigaev1 Fix bug with very short word: prefix and suffix might...
2006-02-06 Teodor SigaevCheck number of affixes to prevent core dump with zero...
2006-01-27 Teodor SigaevSnowball multibyte. It's a pity, but snowball sources...
2006-01-23 Teodor SigaevFix typeing as Tom suggest
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2005-12-21 Teodor SigaevMultibyte encodings support for ISpell dictionary
2005-12-12 Teodor SigaevImprove support of multibyte encoding:
2005-12-08 Teodor SigaevImprove tag recognizing
2005-12-07 Teodor SigaevFix small memory leak
2005-12-07 Teodor SigaevImprove word parser.
2005-12-05 Teodor SigaevImprove word parser.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Teodor SigaevFixes motivated by snake and spoonbill pgbuildfarm...
2005-11-21 Teodor Sigaevremove forgotten // comments
2005-11-21 Teodor SigaevText parser rewritten:
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-14 Teodor SigaevUse postgres-wide macros BITS_PER_BYTE instead self...
2005-11-14 Teodor Sigaevfix returning value
2005-11-09 Teodor SigaevFix rwrite(ARRAY) on 64-bit boxes:
2005-11-08 Teodor SigaevNew features for tsearch2:
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-03 Teodor SigaevFix incorrect header size macros
2005-10-31 Teodor SigaevAdd sanity check of query
2005-10-28 Teodor Sigaev1 Fix problem with lost precision in rank with OR-ed...
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-10-15 Tom LaneSuppress warnings on platforms where fprintf is a macro...
2005-10-15 Tom LaneFix bogus error test in get_ti_Oid().
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-09-15 Teodor Sigaev1 Update Snowball sources
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2005-07-10 Bruce MomjianAdd extra argument for new pg_regexec API.
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-20 Tom LaneFix bogus assumption that sizeof() produces an int...
2005-06-01 Teodor SigaevPrevent to divide by zero and range out of 0..1
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-03 Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-04-19 Teodor SigaevAdd comment about permissions on pg_ts* tables
2005-03-31 Teodor Sigaev1 fix various comparing functions
2005-03-05 Teodor SigaevPrevent rank change in case of duplicate search terms
2005-01-26 Tom LaneAvoid unnecessary dependence on u_int16_t, per buildfar...
2005-01-25 Teodor Sigaevimprove support of agglutinative languages (query with...
2005-01-25 Teodor SigaevChange
2005-01-11 Teodor SigaevFixes:
2004-11-09 Neil ConwayThis patch makes some cleanups to contrib/ to silence...
2004-10-25 Tom LaneFix some more 'old-style parameter declaration' warnings.
2004-10-21 Tom LaneAvoid macro-redefinition warnings on Windows, per Andre...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-10-17 Tom LaneMake the standard stopword files be sought relative...
2004-09-14 Tom LaneAdjust tsearch2.sql to avoid use of COPY FROM STDIN...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-04 Tom LaneFix misspellings: langauge -> language.
2004-06-28 Teodor Sigaev1 Eliminate duplicate field HLWORD->skip
2004-06-23 Teodor SigaevPrevious commit wasnt full...
2004-06-23 Teodor Sigaev1 Fix affixes with void replacement (AFAIK, it's only...
2004-06-23 Teodor SigaevFix stupid bug in installcheck
2004-06-01 Teodor SigaevFix silly bug
2004-05-31 Teodor Sigaev1 add namespaces as Tom suggest http://www.pgsql.ru...
2004-05-31 Teodor SigaevFix memory leak with pg_regexec
2004-05-31 Teodor SigaevFix memory leak with pg_regcomp
2004-05-31 Teodor SigaevWin32 related patch by Darko Prenosil. Small correct...
next