sqlite/ext/fts5
dan 204debf3a3 Increment the fts5 version value to indicate that the on-disk format has changed.
FossilOrigin-Name: 99de5e3613d557728dd196353516bc7cf64a0e6c
2015-09-10 16:39:38 +00:00
..
test Increment the fts5 version value to indicate that the on-disk format has changed. 2015-09-10 16:39:38 +00:00
tool Change the array of 16-bit offsets at the end of each page to an array of varints. 2015-09-10 05:40:17 +00:00
extract_api_docs.tcl Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5.h Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5Int.h Increment the fts5 version value to indicate that the on-disk format has changed. 2015-09-10 16:39:38 +00:00
fts5_aux.c Another change to the fts5 tokenizer API. 2015-08-29 15:44:27 +00:00
fts5_buffer.c Remove the 0x00 terminators from the end of doclists stored on disk. 2015-09-08 19:55:26 +00:00
fts5_config.c Remove the 0x00 terminators from the end of doclists stored on disk. 2015-09-08 19:55:26 +00:00
fts5_expr.c Fix harmless compiler warning in FTS5. 2015-09-09 23:54:46 +00:00
fts5_hash.c Remove a potentially undefined behaviour involving signed integers and bitshift operations from fts5_hash.c. 2015-07-27 11:01:19 +00:00
fts5_index.c Fix a segfault in fts5 that could occur if the database contents were corrupt. 2015-09-10 16:19:01 +00:00
fts5_main.c Fix a bug in preprocessor macros within fts5_main.c. 2015-09-09 08:15:06 +00:00
fts5_storage.c Remove some more code from fts5_index.c by consolidating similar functions. 2015-09-03 14:22:27 +00:00
fts5_tcl.c Add a test for an fts5 tokenizer that supports synonyms by adding multiple entries to the fts index. 2015-08-29 18:46:12 +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 Further tests to raise coverage of fts5 synonym code to 100%. Fix a dropped error code in the same. 2015-09-02 19:48:55 +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 Remove all references to "docid" within fts5 source code and comments. Replace with "rowid". 2015-08-05 07:43:46 +00:00
fts5parse.y Change the fts5 multi-column syntax to use parenthesis instead of square brackets. 2015-06-02 19:38:15 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00