aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tsearch/spell.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-06
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-06
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix incorrect dereferencing of char* to array's index.Teodor Sigaev2009-01-29
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-19
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-18
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-21
* Fix core dump with buffer-overrun by too long infinitive. Add checking of usingTeodor Sigaev2008-01-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-28
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-11
* Fix recently introduced bugs about parsing ispell/hunspell files.Teodor Sigaev2007-09-10
* Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-10
* Cleanup for some problems in tsearch patch:Tom Lane2007-08-25
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21