aboutsummaryrefslogtreecommitdiff
path: root/ext/intck/sqlite3intck.c
Commit message (Expand)AuthorAge
* Fix harmless compiler warnings in the increment integrity_check extension.drh2024-03-04
* Add further tests for the intck module.dan2024-02-24
* Add tests for the new code on this branch.dan2024-02-23
* Fix detection of surplus index entries when all indexed fields are NULL.dan2024-02-23
* Fix problems with resuming integrity-check operations on indexes with mixed A...dan2024-02-23
* Fix various issues in sqlite3intck.c.dan2024-02-21
* Simplify the way the restart key is saved internally by the intck extension.dan2024-02-21
* Add documentation to ext/intck/sqlite3intck.h.dan2024-02-21
* Have the intck extension better handle corruption at the b-tree layer.dan2024-02-20
* Use fewer cycles to generate the "next key" value used by sqlite3_intck_suspe...dan2024-02-20
* Use more efficient SQL to verify that indexes contain entries that match thei...dan2024-02-19
* Add implementation of sqlite3_intck_suspend().dan2024-02-19
* Add start of extension for incremental integrity-checks to ext/intck/.dan2024-02-17