aboutsummaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAge
* Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca>Teodor Sigaev2004-05-14
* Suppress 'uninitialized variable' warning emitted by some (not all)Tom Lane2004-05-07
* Use regprocedure type instead of oid. Usefull for human read and dump/restoreTeodor Sigaev2004-05-07
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Fix some more compatibility issues (ctype.h macros must never be passedTom Lane2004-04-02
* Fix some portability issues (reliance on gcc-isms).Tom Lane2004-04-01
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
* 1 Minimize memory allocation for void (but not null) value.Teodor Sigaev2004-03-25
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-24
* The following bug has been logged online:Bruce Momjian2004-02-20
* Fix signed char in comparison and check memory allocationTeodor Sigaev2003-12-18
* Fix integer types to use definition from c.h. Per bug report by Patrick Boula...Teodor Sigaev2003-12-10
* One more fix confusionTeodor Sigaev2003-12-05
* Avoid confusion start_parse_str function with tsearch V1Teodor Sigaev2003-12-05
* Avoid conflict strndup with glibcTeodor Sigaev2003-12-04
* Fix for word with several infinitivesTeodor Sigaev2003-12-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix free instead of pfreeTeodor Sigaev2003-11-28
* Fixes about word with several infiniteveTeodor Sigaev2003-11-27
* Utility for convert myspell dictionaries to ispell, full README will be laterTeodor Sigaev2003-11-26
* Ignore too long lexemeTeodor Sigaev2003-11-25
* Optimize. Improve ispell support for compound words. This work was sponsored ...Teodor Sigaev2003-11-17
* I've not changed any malloc/calloc to palloc. It looks to me that these memoryBruce Momjian2003-09-29
* fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...Teodor Sigaev2003-09-22
* Persuade tsearch/tsearch2 to work (or at least pass their regressionTom Lane2003-09-14
* Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews.Tom Lane2003-09-12
* More accuracy works with stopwords in queriesTeodor Sigaev2003-08-28
* fix module name in MODULE_PATHNAME substitutionTeodor Sigaev2003-08-26
* Bring the makefiles up to our conventions.Peter Eisentraut2003-08-23
* ISpell info updatedTeodor Sigaev2003-08-21
* Eliminate function start_parse_fh and macro YY_INPUTTeodor Sigaev2003-08-15
* Correct error messagesTeodor Sigaev2003-08-13
* More accuracy work with MinWords option of headline functionTeodor Sigaev2003-08-13
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* OpenFTS vs Tsearch2 commentTeodor Sigaev2003-08-06
* Add documentation about ts_debugTeodor Sigaev2003-08-06
* Add ts_debug function for debugging configurationsTeodor Sigaev2003-08-06
* Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else theirTom Lane2003-08-04
* Fix to build correctly outside source tree.Tom Lane2003-08-04
* make sub-Makefiles in the sub-directoriesTeodor Sigaev2003-08-04
* Docs fixesTeodor Sigaev2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Fix for Alpha portability.Tom Lane2003-08-01
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* elog mop-up.Tom Lane2003-07-27
* elog mop-up.Tom Lane2003-07-27
* Fix a few portability issues, adjust error messages.Tom Lane2003-07-24
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24