summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
AgeCommit message (Expand)Author
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
2003-12-05One more fix confusionTeodor Sigaev
2003-12-05Avoid confusion start_parse_str function with tsearch V1Teodor Sigaev
2003-12-04Avoid conflict strndup with glibcTeodor Sigaev
2003-12-03Fix for word with several infinitivesTeodor Sigaev
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-28Fix free instead of pfreeTeodor Sigaev
2003-11-27Fixes about word with several infiniteveTeodor Sigaev
2003-11-26Utility for convert myspell dictionaries to ispell, full README will be laterTeodor Sigaev
2003-11-25Ignore too long lexemeTeodor Sigaev
2003-11-17Optimize. Improve ispell support for compound words. This work was sponsored ...Teodor Sigaev
2003-09-29I've not changed any malloc/calloc to palloc. It looks to me that these memoryBruce Momjian
2003-09-22fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...Teodor Sigaev
2003-09-14Persuade tsearch/tsearch2 to work (or at least pass their regressionTom Lane
2003-09-12Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews.Tom Lane
2003-08-28More accuracy works with stopwords in queriesTeodor Sigaev
2003-08-26fix module name in MODULE_PATHNAME substitutionTeodor Sigaev
2003-08-23Bring the makefiles up to our conventions.Peter Eisentraut
2003-08-21ISpell info updatedTeodor Sigaev
2003-08-15Eliminate function start_parse_fh and macro YY_INPUTTeodor Sigaev