index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fts5
Commit message (
Expand
)
Author
Age
*
Fix a problem in the fts5matchinfo.test file that prevented it from
drh
2025-04-22
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Prevent integer overflow when parsing NEAR queries in FTS5.
drh
2025-03-17
*
Use flexible arrays whereever appropriate in FTS5.
drh
2025-03-15
*
Convert the Fts5Sorter.aIdx field to a flexible array.
drh
2025-03-15
*
Turn Fts5Colset.aiCol into a flexible array.
drh
2025-03-14
*
Approximately 100 typo corrections spanning the whole tree, submitted via [fo...
stephan
2025-02-27
*
Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...
stephan
2025-02-25
*
Have SQLITE_FTS5_ENABLE_TEST_MI builds avoid reading the database schema from
dan
2025-02-18
*
Additional changes making it easier to prove that integer overflow does not
drh
2025-02-17
*
Fix for a potential UAF in FTS5.
drh
2025-02-03
|
\
|
*
Fix a use-after-free case in fts5 provoked by fuzzdata8.db. Tcl test case pen...
dan
2025-02-03
*
|
Make two private routines in FTS "static" so that they are not callable from
drh
2025-01-26
*
|
Have fts5 better handle OOM errors from sqlite3_blob_close().
dan
2025-01-21
*
|
Fix an assert() that could fail if a virtual table called sqlite3_step() from...
dan
2025-01-20
|
/
*
When removing an fts5 in secure-delete mode, defer setting the table version ...
dan
2025-01-09
*
Fix another assert() failure in fts5.
dan
2025-01-08
*
Fix a crash in fts5 that could occur if shadow tables are modified or removed.
dan
2025-01-08
*
Four new assert() statements to help with static analysis.
drh
2024-12-29
*
Fix more harmless compiler warnings.
drh
2024-12-07
*
Fix an inaccuracy in the documentation in fts5.h.
dan
2024-11-27
*
Update fts5 so that the xInstToken() extension API works with prefix queries.
dan
2024-11-26
|
\
|
*
Update documentation in fts5.h.
dan
2024-11-26
|
*
Fix compiler warnings caused by variable shadowing.
dan
2024-11-20
|
*
Merge latest trunk changes into this branch.
dan
2024-11-06
|
|
\
|
*
|
Add tests for xInstToken() and prefix queries with various fts5 configurations.
dan
2024-11-06
|
*
|
Allow an fts5 table or query to be configured to collect xInstToken data for ...
dan
2024-11-02
|
*
|
Merge latest trunk changes into this branch.
dan
2024-10-28
|
|
\
\
|
*
\
\
Merge latest trunk into this branch.
dan
2024-10-27
|
|
\
\
\
|
*
|
|
|
Rationalize code further. And add tests.
dan
2024-10-01
|
*
|
|
|
Rationalize some of the new code on this branch.
dan
2024-09-28
|
*
|
|
|
Change the way tokendata indexes are collected for prefix queries.
dan
2024-09-25
|
*
|
|
|
Fix the fts5 xInstToken() API for prefix queries that do not use prefix-index...
dan
2024-09-14
*
|
|
|
|
Fix a "applying zero offset to null pointer" usan error in the fts5 trigram t...
dan
2024-11-18
*
|
|
|
|
Ensure that the sqlite3_index_info.idxStr string coming back from FTS5
drh
2024-11-12
*
|
|
|
|
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
dan
2024-11-11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix harmless compiler warnings.
drh
2024-11-04
|
|
_
|
/
|
/
|
|
*
|
|
Fix build errors in fts5_tcl.c on Mac.
drh
2024-10-27
*
|
|
Fix test code added by [ba358d26].
dan
2024-10-27
|
|
/
|
/
|
*
|
Add test case for fts5 trigram tokenizer.
dan
2024-10-26
*
|
Tweaks to help make jimsh0 usable to build using nmake. Does not quite work
drh
2024-10-24
*
|
Add two new #include statements to the composite "fts5.c" file that
drh
2024-10-23
*
|
Fixes from code inspection:
drh
2024-10-17
*
|
Avoid the possibility of buffer overrun in the READ_UTF8 macro by using
drh
2024-10-14
*
|
Fix a typo in fts5delete.test.
dan
2024-10-02
*
|
Add the contentless_unindexed=1 option to fts5. This causes the values of any...
dan
2024-10-02
|
\
\
|
*
|
Add tests for DELETE on contentless, contentless-delete and contentless-unind...
dan
2024-09-28
|
*
|
Extra test cases for UPDATEs of contentless tables.
dan
2024-09-27
|
*
|
Fix a problem with UPDATE statements that modify the rowid of contentless_del...
dan
2024-09-27
|
*
|
Fix a problem with UPDATEs that do not modify all UNINDEXED columns of a cont...
dan
2024-09-27
[next]