summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/ispell/spell.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane2007-11-131-1544/+0
* Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev2006-12-041-1/+1
* Fix lowercasing while parse OO dictionaryTeodor Sigaev2006-11-231-3/+3
* Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.Teodor Sigaev2006-11-201-28/+47
* pgindent run for 8.2.Bruce Momjian2006-10-041-119/+185
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-5/+2
* Now ispell dictionary can eat dictionaries in MySpell format,Teodor Sigaev2006-06-091-3/+91
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-1/+1
* Fixing and improve compound word support. This changes cannot be applied toTeodor Sigaev2006-02-201-56/+75
* Allow "'" symbol in affixes ("'s" affix in english): it was diallowed duringTeodor Sigaev2006-02-101-7/+9
* 1 Fix bug with very short word: prefix and suffix might be overlapped,Teodor Sigaev2006-02-091-50/+57
* Check number of affixes to prevent core dump with zero number of affixesTeodor Sigaev2006-02-061-0/+3
* Multibyte encodings support for ISpell dictionaryTeodor Sigaev2005-12-211-84/+145
* Improve support of multibyte encoding:Teodor Sigaev2005-12-121-15/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-29/+35
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-31/+36
* Add extra argument for new pg_regexec API.Bruce Momjian2005-07-101-1/+1
* Avoid unnecessary dependence on u_int16_t, per buildfarm failure.Tom Lane2005-01-261-1/+1
* improve support of agglutinative languages (query with compound words).Teodor Sigaev2005-01-251-23/+39
* Fixes:Teodor Sigaev2005-01-111-10/+17
* Pgindent run for 8.0.Bruce Momjian2004-08-291-428/+582
* Previous commit wasnt full...Teodor Sigaev2004-06-231-9/+9
* 1 Fix affixes with void replacement (AFAIK, it's only russian)Teodor Sigaev2004-06-231-57/+130
* Fix memory leak with pg_regexecTeodor Sigaev2004-05-311-1/+4
* Fix memory leak with pg_regcompTeodor Sigaev2004-05-311-0/+1
* Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev2004-05-311-4/+19
* Suppress 'uninitialized variable' warning emitted by some (not all)Tom Lane2004-05-071-1/+1
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-4/+4
* Fix some portability issues (reliance on gcc-isms).Tom Lane2004-04-011-1/+4
* Fix signed char in comparison and check memory allocationTeodor Sigaev2003-12-181-4/+5
* Fix integer types to use definition from c.h. Per bug report by Patrick Boula...Teodor Sigaev2003-12-101-8/+8
* Avoid conflict strndup with glibcTeodor Sigaev2003-12-041-4/+4
* Fix free instead of pfreeTeodor Sigaev2003-11-281-8/+8
* Optimize. Improve ispell support for compound words. This work was sponsored ...Teodor Sigaev2003-11-171-276/+629
* pgindent run.Bruce Momjian2003-08-041-373/+503
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-3/+9
* tsearch2 moduleTeodor Sigaev2003-07-211-0/+520