sqlite/ext/fts5
2015-05-26 18:22:01 +00:00
..
test Simplifications and minor optimizations to fts5 prefix queries that cannot use a prefix index. 2015-05-26 18:22:01 +00:00
tool Avoid making redundant copies of position-lists within the fts5 code. 2015-05-23 15:43:05 +00:00
extract_api_docs.tcl Fix some documentation issues in fts5. 2015-01-10 20:34:27 +00:00
fts5_aux.c Improve fts5 tests. 2015-04-29 20:54:08 +00:00
fts5_buffer.c Improve test coverage of fts5_config.c. 2015-05-18 17:50:17 +00:00
fts5_config.c Improve test coverage of fts5_config.c. 2015-05-18 17:50:17 +00:00
fts5_expr.c Avoid redundant loads from the %_data table in the fts5 code. 2015-05-25 11:46:33 +00:00
fts5_hash.c Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. 2015-05-07 19:29:46 +00:00
fts5_index.c Simplifications and minor optimizations to fts5 prefix queries that cannot use a prefix index. 2015-05-26 18:22:01 +00:00
fts5_storage.c Improve test coverage of fts5_storage.c. 2015-05-18 20:34:59 +00:00
fts5_tcl.c Fix a memory leak that could follow an OOM condition in fts5. 2015-05-19 11:32:01 +00:00
fts5_tokenize.c Improve test coverage of fts5_unicode2.c. 2015-05-22 06:08:25 +00:00
fts5_unicode2.c Avoid making redundant copies of position-lists within the fts5 code. 2015-05-23 15:43:05 +00:00
fts5_vocab.c Avoid redundant loads from the %_data table in the fts5 code. 2015-05-25 11:46:33 +00:00
fts5.c Further test coverage improvements for fts5. 2015-05-16 20:04:43 +00:00
fts5.h Improve test coverage of fts5_config.c. 2015-05-18 17:50:17 +00:00
fts5Int.h Avoid redundant loads from the %_data table in the fts5 code. 2015-05-25 11:46:33 +00:00
fts5parse.y Begin adding interface for auxiliary functions. 2014-07-16 19:15:57 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00