index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tsearch
/
spell.c
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-02
*
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Reduce the memory requirement for large ispell dictionaries.
Tom Lane
2010-10-06
*
Clean up temporary-memory management during ispell dictionary loading.
Tom Lane
2010-10-06
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix incorrect dereferencing of char* to array's index.
Teodor Sigaev
2009-01-29
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix a few places that were non-multibyte-safe in tsearch configuration file
Tom Lane
2008-06-19
*
Improve error reporting for problems in text search configuration files
Tom Lane
2008-06-18
*
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
Tom Lane
2008-01-21
*
Fix core dump with buffer-overrun by too long infinitive. Add checking of using
Teodor Sigaev
2008-01-16
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Make a cleanup pass over error reports in tsearch code. Use ereport
Tom Lane
2007-11-28
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix header's size of structs defines in ispell.
Teodor Sigaev
2007-09-11
*
Fix recently introduced bugs about parsing ispell/hunspell files.
Teodor Sigaev
2007-09-10
*
Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:
Teodor Sigaev
2007-09-10
*
Cleanup for some problems in tsearch patch:
Tom Lane
2007-08-25
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21