postgresql/src/backend/tsearch
Teodor Sigaev 83d0b9f3ca Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:
Apparently it's a bug I introduced when I refactored spell.c to use the
readline function for reading and recoding the input file. I didn't
notice that some calls to STRNCMP used the non-lowercased version of the
input line.
2007-09-10 10:39:56 +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
dict.c
Makefile Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. 2007-08-22 06:11:56 +00:00
regis.c
spell.c Fixes from Heikki Linnakangas <heikki@enterprisedb.com>: 2007-09-10 10:39:56 +00:00
synonym.syn.sample
thesaurus.ths.sample
to_tsany.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 2007-09-07 15:09:56 +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_def.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 2007-09-07 15:09:56 +00:00
wparser.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00