summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
AgeCommit message (Expand)Author
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
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-04-02Fix some more compatibility issues (ctype.h macros must never be passedTom Lane
2004-04-01Fix some portability issues (reliance on gcc-isms).Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-251 Minimize memory allocation for void (but not null) value.Teodor Sigaev
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-20The following bug has been logged online:Bruce Momjian
2003-12-18Fix signed char in comparison and check memory allocationTeodor Sigaev
2003-12-10Fix integer types to use definition from c.h. Per bug report by Patrick Boula...Teodor Sigaev