postgresql/src/backend/tsearch
Tom Lane 73e6f9d3b6 Change text search parsing rules for hyphenated words so that digit strings
containing decimal points aren't considered part of a hyphenated word.
Sync the hyphenated-word lookahead states with the subsequent part-by-part
reparsing states so that we don't get different answers about how much text
is part of the hyphenated word.  Per my gripe of a few days ago.
2007-10-27 19:03:45 +00:00
..
dict.c Found another small glitch in tsearch API: the two versions of ts_lexize() 2007-10-19 22:01:45 +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 Avoid possibly-unportable initializer, per buildfarm warning 2007-09-18 15:03:23 +00:00
hunspell_sample.affix Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
ispell_sample.affix Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
ispell_sample.dict Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
Makefile Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +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 header's size of structs defines in ispell. 2007-09-11 12:57:05 +00:00
synonym_sample.syn Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
thesaurus_sample.ths Temporarily modify tsearch regression tests to suppress notice that comes 2007-09-23 15:58:58 +00:00
to_tsany.c Fix several bugs in tsvectorin, including crash due to uninitialized field and 2007-10-23 00:51:23 +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 Change text search parsing rules for hyphenated words so that digit strings 2007-10-27 19:03:45 +00:00