Another simplification of the PRAGMA optimize logic for improved coverage....
Another simplification of the PRAGMA optimize logic for improved coverage. (tags: better-pragma-optimize)
View Article*MERGE* Enhancements to PRAGMA optimize and ANALYZE. Add the 0x10000 flag to...
*MERGE* Enhancements to PRAGMA optimize and ANALYZE. Add the 0x10000 flag to PRAGMA optimize. ANALYZE now records zero-size partial indexes in the sqlite_stat1 table. PRAGMA optimize looks for both...
View ArticleRemove an unused variable from the merge in the previous check-in. (tags: trunk)
Remove an unused variable from the merge in the previous check-in. (tags: trunk)
View ArticleRemove an unreachable branch from printf(). Change it into an assert()....
Remove an unreachable branch from printf(). Change it into an assert(). (tags: trunk)
View ArticleFixes to comments associated with the recent PRAGMA optimize enhancements. No...
Fixes to comments associated with the recent PRAGMA optimize enhancements. No changes to code. (tags: trunk)
View ArticleConsider using "=" and IS operators with even low-quality indexes in cases...
Consider using "=" and IS operators with even low-quality indexes in cases where they are selected explicitly using an INDEXED BY clause. (tags: incr-integrity-check)
View ArticleUse fewer cycles to generate the "next key" value used by...
Use fewer cycles to generate the "next key" value used by sqlite3_intck_suspend() function in the intck extension. (tags: incr-integrity-check)
View ArticleHave the intck extension better handle corruption at the b-tree layer. (tags:...
Have the intck extension better handle corruption at the b-tree layer. (tags: incr-integrity-check)
View Article*MERGE* Merge trunk changes into this branch. (tags: incr-integrity-check)
*MERGE* Merge trunk changes into this branch. (tags: incr-integrity-check)
View ArticleEnsure intck tests are run by testrunner.tcl. (tags: incr-integrity-check)
Ensure intck tests are run by testrunner.tcl. (tags: incr-integrity-check)
View ArticleAdd documentation to ext/intck/sqlite3intck.h. (tags: incr-integrity-check)
Add documentation to ext/intck/sqlite3intck.h. (tags: incr-integrity-check)
View ArticleSimplify the way the restart key is saved internally by the intck extension....
Simplify the way the restart key is saved internally by the intck extension. (tags: incr-integrity-check)
View ArticleFix typo in comment....
Fix typo in comment. [https://fossil-scm.org/forum/forumpost/cc20266bf2|Fossil forum post cc20266bf2]. (tags: trunk)
View ArticleFix various issues in sqlite3intck.c. (tags: incr-integrity-check)
Fix various issues in sqlite3intck.c. (tags: incr-integrity-check)
View ArticleFix debugging code so that it compiles on MSVC. (tags: trunk)
Fix debugging code so that it compiles on MSVC. (tags: trunk)
View ArticleFix harmless compiler warning seen with MSVC. (tags: trunk)
Fix harmless compiler warning seen with MSVC. (tags: trunk)
View ArticleFix problems with resuming integrity-check operations on indexes with mixed...
Fix problems with resuming integrity-check operations on indexes with mixed ASC and DESC columns, and on indexes that contain NULL values. (tags: incr-integrity-check)
View ArticleFix detection of surplus index entries when all indexed fields are NULL....
Fix detection of surplus index entries when all indexed fields are NULL. (tags: incr-integrity-check)
View ArticleTypo fixes [forum:c19bbf245d|reported in the forum]. No code changes. (tags:...
Typo fixes [forum:c19bbf245d|reported in the forum]. No code changes. (tags: trunk)
View ArticleAdd the ".intck ?STEPS_PER_UNLOCK?" command to the shell tool. (tags:...
Add the ".intck ?STEPS_PER_UNLOCK?" command to the shell tool. (tags: incr-integrity-check)
View Article