dan
|
032bcf72fb
Fix compiler warnings caused by variable shadowing.
|
hace 1 mes |
dan
|
090b8649be
Allow an fts5 table or query to be configured to collect xInstToken data for any prefix terms as part of the first parse of the main index, if any.
|
hace 1 mes |
dan
|
b27a30c620
Merge latest trunk into this branch.
|
hace 1 mes |
dan
|
d2a88e961a
Rationalize code further. And add tests.
|
hace 2 meses |
dan
|
d5838eaa42
In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L.
|
hace 2 meses |
dan
|
7d56669bc4
Rationalize some of the new code on this branch.
|
hace 2 meses |
dan
|
2eff8f2252
Change the way tokendata indexes are collected for prefix queries.
|
hace 2 meses |
dan
|
e25a267e81
Fix the fts5 xInstToken() API for prefix queries that do not use prefix-indexes. This is experimental.
|
hace 3 meses |
dan
|
70989b6f59
Fix a technically undefined signed integer overflow in fts5.
|
hace 3 meses |
dan
|
a592883d87
Add extra assert() statements to the fixes on this branch.
|
hace 5 meses |
dan
|
7acf972c59
Fixes for platforms with 32-bit pointers that require 64-bit values to be aligned.
|
hace 5 meses |
dan
|
5e5831a760
Handle an OOM case in fts5 code to query tokendata=1 tables.
|
hace 10 meses |
drh
|
c1805ab222
Avoid signed integer overflow during integrity_check of FTS5.
|
hace 1 año |
dan
|
0810150532
Fix a usan complaint about signed integer overflow.
|
hace 1 año |
dan
|
05980f5931
Avoid dropping an error code in new fts5 tokendata=1 code.
|
hace 1 año |
dan
|
7c12666fe9
Avoid an assert() failure when querying an fts5vocab table that accesses a tokendata=1 fts5 table with corrupt %_data records.
|
hace 1 año |
dan
|
1ddcf7dd95
Fix a null-pointer dereference in fts5 tokendata=1 code.
|
hace 1 año |
dan
|
5f2f8d0028
Fix a problem with handling OOM and other errors in fts5 when querying tokendata=1 tables.
|
hace 1 año |
dan
|
2f3ccb8886
Different fix for the fts5 COMMIT-following-OOM problem first fixed by [fba3129d]. This one does not cause problems if an fts5 table is renamed and then dropped within the same transaction.
|
hace 1 año |
dan
|
00f3ac5544
Fix compiler warning about shadowed variable in fts5_index.c.
|
hace 1 año |
dan
|
fb923fc4cc
Further tests for the new code on this branch.
|
hace 1 año |
dan
|
910c77b049
Fix memory leak in new code on this branch.
|
hace 1 año |
dan
|
9d373ca1c5
Fix bug in xInstToken() causing the wrong token to be returned.
|
hace 1 año |
dan
|
c22d2b7b7f
Fix various compiler warnings and other problems with the new code on this branch.
|
hace 1 año |
dan
|
94c521295a
When tokendata=1 queries require multiple segment-cursors, allow those cursors to share a single array of in-memory tombstone pages.
|
hace 1 año |
dan
|
c44041e03b
Ensure that tokendata=1 queries avoid loading large doclists for queries like "common AND uncommon", just as tokendata=0 queries do.
|
hace 1 año |
dan
|
f4c2962558
Remove old code for tokendata=1 queries.
|
hace 1 año |
dan
|
b5effc0605
Different approach to querying a tokendata=1 table. Saves cpu and memory.
|
hace 1 año |
dan
|
89fcfbb424
Fix signed integer overflow in fts5.
|
hace 1 año |
dan
|
0d4a888485
Merge latest trunk updates into this branch.
|
hace 1 año |