summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
AgeCommit message (Expand)Author
2005-10-15Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane
2005-10-15Fix bogus error test in get_ti_Oid().Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-09-151 Update Snowball sourcesTeodor Sigaev
2005-07-24Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane
2005-07-10Add extra argument for new pg_regexec API.Bruce Momjian
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-20Fix bogus assumption that sizeof() produces an int-sized result.Tom Lane
2005-06-01Prevent to divide by zero and range out of 0..1Teodor Sigaev
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom Lane
2005-04-19Add comment about permissions on pg_ts* tablesTeodor Sigaev
2005-03-311 fix various comparing functionsTeodor Sigaev
2005-03-05Prevent rank change in case of duplicate search termsTeodor Sigaev
2005-01-26Avoid unnecessary dependence on u_int16_t, per buildfarm failure.Tom Lane
2005-01-25improve support of agglutinative languages (query with compound words).Teodor Sigaev
2005-01-25ChangeTeodor Sigaev
2005-01-11Fixes:Teodor Sigaev
2004-11-09This patch makes some cleanups to contrib/ to silence some sparseNeil Conway
2004-10-25Fix some more 'old-style parameter declaration' warnings.Tom Lane
2004-10-21Avoid macro-redefinition warnings on Windows, per Andrew Dunstan.Tom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-17Make the standard stopword files be sought relative to share_dir, soTom Lane
2004-09-14Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as toTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-07-04Fix misspellings: langauge -> language.Tom Lane
2004-06-281 Eliminate duplicate field HLWORD->skipTeodor Sigaev
2004-06-23Previous commit wasnt full...Teodor Sigaev
2004-06-231 Fix affixes with void replacement (AFAIK, it's only russian)Teodor Sigaev
2004-06-23Fix stupid bug in installcheckTeodor Sigaev
2004-06-01Fix silly bugTeodor Sigaev
2004-05-311 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703Teodor Sigaev
2004-05-31Fix memory leak with pg_regexecTeodor Sigaev
2004-05-31Fix memory leak with pg_regcompTeodor Sigaev
2004-05-31Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-28Stat function now can show statistics per weight of lexemesTeodor Sigaev
2004-05-14Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca>Teodor Sigaev
2004-05-07Suppress 'uninitialized variable' warning emitted by some (not all)Tom Lane
2004-05-07Use regprocedure type instead of oid. Usefull for human read and dump/restoreTeodor Sigaev