sqlite/ext/fts5
dan f4c2962558 Remove old code for tokendata=1 queries.
FossilOrigin-Name: b0a489e8e1bf0290c2117ab32d78b1cc7d67bcb226b55ec044c8367ebde3815b
2023-12-01 20:37:11 +00:00
..
test Remove old code for tokendata=1 queries. 2023-12-01 20:37:11 +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 case where adjacent tokens are handled incorrectly by the fts5 snippet() function. 2023-11-03 17:20:20 +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 Add the tokendata=1 option to ignore trailing token-data when querying an fts5 table. 2023-10-11 21:08:12 +00:00
fts5_expr.c Different approach to querying a tokendata=1 table. Saves cpu and memory. 2023-12-01 20:09:59 +00:00
fts5_hash.c Merge latest trunk into this branch. 2023-11-06 19:16:38 +00:00
fts5_index.c Remove old code for tokendata=1 queries. 2023-12-01 20:37:11 +00:00
fts5_main.c Different approach to querying a tokendata=1 table. Saves cpu and memory. 2023-12-01 20:09:59 +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 implementation of xInstToken() API. 2023-11-15 11:45:19 +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 a problem with amalgamation builds on this branch. 2023-11-02 18:10:22 +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 Add documentation for new fts5 auxiliary function APIs. 2023-11-22 21:15:05 +00:00
fts5Int.h Different approach to querying a tokendata=1 table. Saves cpu and memory. 2023-12-01 20:09:59 +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