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