aboutsummaryrefslogtreecommitdiff
path: root/ext/intck/sqlite3intck.c
Commit message (Collapse)AuthorAge
* Fix harmless compiler warnings in the increment integrity_check extension.drh2024-03-04
| | | FossilOrigin-Name: 596668e6625208ff5d2ffbb4e0530530ebb3a400efa0df54bad1d91953e32694
* Add further tests for the intck module.dan2024-02-24
| | | FossilOrigin-Name: c253e276b29de28a18270d01b60d95157ce3fc4b37e246d991f9119d26e718d7
* Add tests for the new code on this branch.dan2024-02-23
| | | FossilOrigin-Name: 351d46b2373f08bc8033d0902d9f67cd6c8bcc16c0d9f787e4fb279c0a76da87
* Fix detection of surplus index entries when all indexed fields are NULL.dan2024-02-23
| | | FossilOrigin-Name: 5f310fb7be450c96f01c21e6fd1377d4a274784377d0bd811922ab63e612bd11
* Fix problems with resuming integrity-check operations on indexes with mixed ↵dan2024-02-23
| | | | | ASC and DESC columns, and on indexes that contain NULL values. FossilOrigin-Name: 0f68b35a000ef9f4691c59797c66ed6c3435fc5c503e9d24f891afec6aceeada
* Fix various issues in sqlite3intck.c.dan2024-02-21
| | | FossilOrigin-Name: 8a7bfa74525a495f45b1ea212b1718633b637295090d514dd777f9263477d514
* Simplify the way the restart key is saved internally by the intck extension.dan2024-02-21
| | | FossilOrigin-Name: 0e39962baae8a82a3021077676b792ac30c79426bcd8c075b5e92bee55e8c3a5
* Add documentation to ext/intck/sqlite3intck.h.dan2024-02-21
| | | FossilOrigin-Name: 4cc19bd74f05fe92658cc392a1d1afa173d93181a77303af6bc5684436ae832e
* Have the intck extension better handle corruption at the b-tree layer.dan2024-02-20
| | | FossilOrigin-Name: ecd775d108f77d39a1303316c1e0f0b0ae3ffc5218222e1ebfe2ef6783829b85
* Use fewer cycles to generate the "next key" value used by ↵dan2024-02-20
| | | | | sqlite3_intck_suspend() function in the intck extension. FossilOrigin-Name: 95f01426f948cf435d0b400dc7ae06fa699eee32cff498fe77e74a1257a4e09b
* Use more efficient SQL to verify that indexes contain entries that match ↵dan2024-02-19
| | | | | their tables. FossilOrigin-Name: c01e008c28895e50b14531b2a1f3f1110aab3b54df41ebdbd416fbac7b1bba94
* Add implementation of sqlite3_intck_suspend().dan2024-02-19
| | | FossilOrigin-Name: c36ada868da74e030ff5002de1f3b31b639b0c43714b91c2e5ca0eda16bb6bc2
* Add start of extension for incremental integrity-checks to ext/intck/.dan2024-02-17
FossilOrigin-Name: 444e3c9210026da7eae1ed98850722e002433aa2cc77dbc6b6f80327a6b7a390