postgresql/src/backend/tsearch
Bruce Momjian d009992ba3 Have text search thesaurus files use "?" for stop words.
Throw an error for actual stop words, rather than a warning.  This fixes
problems with cache reloading causing warning messages.

Re-enable stop words in regression tests;  was disabled by Tom.

Document "?" as API change.
2007-11-10 15:39:34 +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 Have text search thesaurus files use "?" for stop words. 2007-11-10 15:39:34 +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
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
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 Have text search thesaurus files use "?" for stop words. 2007-11-10 15:39:34 +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 Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms 2007-11-09 22:37:35 +00:00
ts_parse.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 2007-09-07 15:09:56 +00:00
ts_utils.c Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms 2007-11-09 22:37:35 +00:00
wparser_def.c Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms 2007-11-09 22:37:35 +00:00
wparser.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00