postgresql/src/backend/tsearch
Tom Lane 21d11e7ee2 Avoid unnecessary copying of source string when generating a cloned TParser.
For long source strings the copying results in O(N^2) behavior, and the
multiplier can be significant if wide-char conversion is involved.

Andres Freund, reviewed by Kevin Grittner.
2009-12-15 20:37:17 +00:00
..
dict_ispell.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
dict_simple.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
dict_synonym.c Add prefix support for synonym dictionary 2009-08-14 14:53:20 +00:00
dict_thesaurus.c Avoid core dump on empty thesaurus dictionary. 2009-11-30 16:38:31 +00:00
dict.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
hunspell_sample.affix
ispell_sample.affix
ispell_sample.dict
Makefile Simplify a few makefile rules since install-sh can now install multiple 2009-10-26 21:33:01 +00:00
regis.c Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
spell.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
synonym_sample.syn Add prefix support for synonym dictionary 2009-08-14 14:53:20 +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 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
ts_locale.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
ts_parse.c Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
ts_selfuncs.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
ts_typanalyze.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
ts_utils.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
wparser_def.c Avoid unnecessary copying of source string when generating a cloned TParser. 2009-12-15 20:37:17 +00:00
wparser.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00