sqlite/ext/fts5
dan 27a037354c Avoid a division-by-zero error in fts5 caused by a corrupt database.
FossilOrigin-Name: 928e622178bd004be52b2271ac554176aebe9d6e115ecac4e7072eccbb4262b5
2019-01-19 15:55:27 +00:00
..
test Avoid a division-by-zero error in fts5 caused by a corrupt database. 2019-01-19 15:55:27 +00:00
tool Change the way fts5 internally allocates segment ids in order to eliminated non-determinism from the module. 2016-03-21 09:56:19 +00:00
extract_api_docs.tcl Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5_aux.c Avoid a division-by-zero error in fts5 caused by a corrupt database. 2019-01-19 15:55:27 +00:00
fts5_buffer.c Fix an infinite loop caused by a corrupt database in fts3. Also an undefined 2019-01-18 21:03:15 +00:00
fts5_config.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_expr.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_hash.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_index.c Fix another corruption related crash in fts5. 2019-01-17 20:06:56 +00:00
fts5_main.c Fix problems with joining two or more fts5_vocab tables that access the same 2019-01-17 17:39:15 +00:00
fts5_storage.c Avoid a division-by-zero error in fts5 caused by a corrupt database. 2019-01-19 15:55:27 +00:00
fts5_tcl.c Fix compiler warning in the FTS5 test interface. 2018-01-16 21:00:58 +00:00
fts5_test_mi.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_test_tok.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_tokenize.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_unicode2.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
fts5_varint.c Fix another problem with corrupt databases in fts5. 2019-01-11 19:27:55 +00:00
fts5_vocab.c Fix a crash in the fts5vocab module caused by including a "term < NULL" term 2019-01-18 21:12:32 +00:00
fts5.h Fix errors in comments in fts5.h. 2018-12-15 07:12:34 +00:00
fts5Int.h Fix problems with joining two or more fts5_vocab tables that access the same 2019-01-17 17:39:15 +00:00
fts5parse.y Add the "^" syntax from fts3/4 to fts5. 2017-11-24 19:24:44 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00