postgresql/src/backend/tsearch
Tom Lane 654dcfb9e4 Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms
behavior of wchar2char/char2wchar; this should resolve bug #3730.  Avoid
excess computations of pg_mblen in t_isalpha and friends.  Const-ify
APIs where possible.
2007-11-09 22:37:35 +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 In tsearch code, remove !(A && B) via restructuring, for clarity 2007-11-09 01:32:22 +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 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.c Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +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