postgresql/src/backend/tsearch
Teodor Sigaev 53ef36cb4a Fix recently introduced bugs about parsing ispell/hunspell files.
In most cases it cause because of unneeded lowercasing of flags.

Per experiment with regression checks with ispell dictionary.
2007-09-10 20:27:12 +00:00
..
Makefile Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. 2007-08-22 06:11:56 +00:00
dict.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
dict_ispell.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
dict_simple.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
dict_synonym.c Fix synonym-dict breakage introduced in last patch :-(. 2007-08-25 02:29:45 +00:00
dict_thesaurus.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
regis.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
spell.c Fix recently introduced bugs about parsing ispell/hunspell files. 2007-09-10 20:27:12 +00:00
synonym.syn.sample Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
thesaurus.ths.sample Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
to_tsany.c Change void* opaque argument to Datum type, add argument's 2007-09-10 12:36:41 +00:00
ts_locale.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
ts_parse.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 2007-09-07 15:09:56 +00:00
ts_utils.c Restrict tsearch config file base names to contain a-z, 0-9, and underscore, 2007-09-04 02:16:56 +00:00
wparser.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
wparser_def.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 2007-09-07 15:09:56 +00:00