sqlite/ext/fts5
dan 219f4d48a2 More optimizations for fts5 prefix queries.
FossilOrigin-Name: b8fb263ed1b36d085437131795505e53af103d26
2015-10-20 21:05:53 +00:00
..
test Add tests to cover new branches added to the fts5 code by the previous commit. 2015-10-17 20:34:49 +00:00
tool Fix #line directives added to generated file fts5.c. 2015-10-20 19:55:35 +00:00
extract_api_docs.tcl Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5.h Add the missing 'extern "C" {...}' blocks to fts5.h and sqlite3rbu.h. 2015-10-14 10:56:34 +00:00
fts5Int.h Another optimization for fts5 prefix (and other) queries. 2015-10-19 20:49:10 +00:00
fts5_aux.c Fix harmless compiler warnings. 2015-10-14 20:34:57 +00:00
fts5_buffer.c Another optimization for fts5 prefix (and other) queries. 2015-10-19 20:49:10 +00:00
fts5_config.c Fix harmless compiler warnings. 2015-10-14 20:34:57 +00:00
fts5_expr.c Fix harmless compiler warnings. 2015-10-14 20:34:57 +00:00
fts5_hash.c Fix harmless compiler warnings. 2015-10-14 20:34:57 +00:00
fts5_index.c More optimizations for fts5 prefix queries. 2015-10-20 21:05:53 +00:00
fts5_main.c Handle equality and range constraints on the "term" column of fts5vocab tables. Also have the same module report columns using names instead of indexes. 2015-10-17 19:49:01 +00:00
fts5_storage.c Initialize variables in the fts5 integrity-check code to avoid compiler warnings. 2015-10-20 15:49:02 +00:00
fts5_tcl.c Fix a couple of errors in fts5 compilation. This branch still does not build with -Wall -Werror. 2015-10-08 20:11:42 +00:00
fts5_test_mi.c Fix a problem handling OOM conditions within fts5 queries that feature synonyms. 2015-09-02 14:17:38 +00:00
fts5_tokenize.c Fix harmless compiler warnings. 2015-10-14 20:34:57 +00:00
fts5_unicode2.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_varint.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_vocab.c Add tests to cover new branches added to the fts5 code by the previous commit. 2015-10-17 20:34:49 +00:00
fts5parse.y Fix two more warnings in fts5 code. 2015-10-08 20:28:33 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00