postgresql/src/backend/tsearch
Tom Lane 23c75b55aa Improve documentation around TS_execute().
I got frustrated by the lack of commentary in this area, so here is some
reverse-engineered documentation, along with minor stylistic cleanup.
No code changes more significant than removal of unused variables.

Back-patch to 9.6, not because that's useful in itself, but because
we have some bugs to fix in phrase search and this would cause merge
failures if it's only in HEAD.
2016-12-16 11:50:32 -05:00
..
dicts Fix whitespace and remove obsolete gitattributes entry 2016-03-13 16:03:13 -04:00
Makefile Fix uninstall target in tsearch Makefile 2016-03-07 20:36:59 -05:00
dict.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
dict_ispell.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
dict_simple.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
dict_synonym.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
dict_thesaurus.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
regis.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
spell.c Add macros to make AllocSetContextCreate() calls simpler and safer. 2016-08-27 17:50:38 -04:00
to_tsany.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
ts_locale.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
ts_parse.c Phrase full text search. 2016-04-07 18:44:18 +03:00
ts_selfuncs.c Phrase full text search. 2016-04-07 18:44:18 +03:00
ts_typanalyze.c Fix misestimation of n_distinct for a nearly-unique column with many nulls. 2016-08-07 18:52:02 -04:00
ts_utils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
wparser.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
wparser_def.c Improve documentation around TS_execute(). 2016-12-16 11:50:32 -05:00