sqlite/ext/fts5
dan ef6bf1bbe5 Fix a problem allowing a COMMIT following an OOM to cause fts3/4 corruption.
FossilOrigin-Name: 7f41d7006db4225cf9b3d197d3a76842778669ac079e76361214a8023c9976e6
2023-10-21 18:12:07 +00:00
..
test Fix a problem allowing a COMMIT following an OOM to cause fts3/4 corruption. 2023-10-21 18:12:07 +00:00
tool Minor tweaks to various TCL build scripts so that they work even for TCL 8.4, 2021-07-29 16:49:28 +00:00
extract_api_docs.tcl Add documentation for fts5 synonym support. 2015-09-03 18:05:09 +00:00
fts5_aux.c Fix a problem with the fts5 snippet() function that shows up when snippets just 1 token in length are requested. 2023-03-10 13:36:19 +00:00
fts5_buffer.c Fix a signed integer overflow in fts5 leading to a segfault that could occur when processing corrupt records. 2021-10-14 21:13:02 +00:00
fts5_config.c Change the name of the fts5 'delete-automerge' option to 'deletemerge'. And add tests for it. 2023-07-25 15:48:58 +00:00
fts5_expr.c Fix problems in fts5 test code. 2023-08-15 14:53:49 +00:00
fts5_hash.c Add the fts5 'delete-automerge' integer option. A level is eligible for auto-merging if it has a greater than or equal percentage of its entries deleted by tombstones than the 'delete-automerge' option. Default value is 10. 2023-07-24 19:13:06 +00:00
fts5_index.c Fix a problem allowing a COMMIT following an OOM to cause fts5 corruption. 2023-10-20 19:59:12 +00:00
fts5_main.c Fix a problem allowing a COMMIT following an OOM to cause fts3/4 corruption. 2023-10-21 18:12:07 +00:00
fts5_storage.c Fix a problem allowing a COMMIT following an OOM to cause fts5 corruption. 2023-10-20 19:59:12 +00:00
fts5_tcl.c Add "#ifdef SQLITE_DEBUG" blocks around test variables sqlite3_fts5_may_be_corrupt and sqlite3_fts3_may_be_corrupt. 2021-03-29 20:04:31 +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 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
fts5_tokenize.c Fix harmless compiler warnings about unused function parameters. 2020-11-25 16:28:04 +00:00
fts5_unicode2.c Update mkunicode.tcl to match the change erroneously made to machine generated file fts5_unicode2.c in [b7b7bde9]. 2020-11-26 20:13:54 +00:00
fts5_varint.c Fix another problem with corrupt databases in fts5. 2019-01-11 19:27:55 +00:00
fts5_vocab.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
fts5.h Fix an error in documentation comments in fts5.h. 2023-08-17 16:59:35 +00:00
fts5Int.h Change the name of the fts5 'delete-automerge' option to 'deletemerge'. And add tests for it. 2023-07-25 15:48:58 +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