summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/ispell
Commit message (Expand)AuthorAgeFilesLines
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-143-10/+5
* Now ispell dictionary can eat dictionaries in MySpell format,Teodor Sigaev2006-06-092-3/+92
* 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
* Clean up some signedness warnings.Tom Lane2006-02-101-6/+8
* 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-092-53/+62
* 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-213-144/+229
* Improve support of multibyte encoding:Teodor Sigaev2005-12-121-15/+4
* Fix incorrect header size macrosTeodor Sigaev2005-11-031-1/+1
* Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane2005-10-181-3/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-152-34/+40
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-31/+36
* 1 Update Snowball sourcesTeodor Sigaev2005-09-151-8/+12
* 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-252-26/+43
* Fixes:Teodor Sigaev2005-01-112-13/+20
* Pgindent run for 8.0.Bruce Momjian2004-08-294-591/+791
* Previous commit wasnt full...Teodor Sigaev2004-06-231-9/+9
* 1 Fix affixes with void replacement (AFAIK, it's only russian)Teodor Sigaev2004-06-235-75/+338
* 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-312-5/+21
* 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-102-15/+15
* Avoid conflict strndup with glibcTeodor Sigaev2003-12-041-4/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix free instead of pfreeTeodor Sigaev2003-11-281-8/+8
* Optimize. Improve ispell support for compound words. This work was sponsored ...Teodor Sigaev2003-11-172-288/+700
* Bring the makefiles up to our conventions.Peter Eisentraut2003-08-231-4/+3
* Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else theirTom Lane2003-08-041-0/+1
* Fix to build correctly outside source tree.Tom Lane2003-08-041-1/+1
* make sub-Makefiles in the sub-directoriesTeodor Sigaev2003-08-041-0/+20
* pgindent run.Bruce Momjian2003-08-042-416/+551
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-3/+9
* tsearch2 moduleTeodor Sigaev2003-07-212-0/+571