*MERGE* Merge divergence-reduction changes into the bedrock branch. (tags:...
*MERGE* Merge divergence-reduction changes into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge recent trunk changes into the reuse-schema branch. (tags:...
*MERGE* Merge recent trunk changes into the reuse-schema branch. (tags: reuse-schema)
View ArticleFix release test errors on winrt. (tags: win32-enable-setlk)
Fix release test errors on winrt. (tags: win32-enable-setlk)
View ArticleOptimize deferred allocation of pages on this branch by avoiding BTALLOC_LE....
Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE. (tags: bedrock)
View ArticleDo not attempt to truncate a database in sqlite_dbpage if the database is not...
Do not attempt to truncate a database in sqlite_dbpage if the database is not larger than the requested truncation size. (tags: trunk)
View ArticleRename some var refs in ext/lsm1/Makefile for the new build process. (tags:...
Rename some var refs in ext/lsm1/Makefile for the new build process. (tags: trunk)
View ArticleAvoid 32-bit roundoff error on the second argument to round()....
Avoid 32-bit roundoff error on the second argument to round(). [forum:/forumpost/170aeab92a|Forum post 170aeab92a]. (tags: trunk)
View ArticleExperimental: If SQLite is compiled with SQLITE_WAL_BIGHASH defined, use hash...
Experimental: If SQLite is compiled with SQLITE_WAL_BIGHASH defined, use hash tables large enough to fit 128K, instead of 4K, entries in the *-shm file. (tags: bedrock-bighash)
View ArticleFix possible integer oveflow in the second and third argument to substr()....
Fix possible integer oveflow in the second and third argument to substr(). (tags: trunk)
View ArticleFix additional integer overflow problems in the substr() function. (tags: trunk)
Fix additional integer overflow problems in the substr() function. (tags: trunk)
View ArticleEnhance lemon so that it accepts the -U command-line option that undefines a...
Enhance lemon so that it accepts the -U command-line option that undefines a preprocessor macro. (tags: trunk)
View ArticleFix the Microsoft makefile so that it does not set SQLITE_TEMP_STORE...
Fix the Microsoft makefile so that it does not set SQLITE_TEMP_STORE unnecessarily. (tags: trunk)
View Articleconfigure script: only set the SQLITE_TEMP_STORE feature flag if...
configure script: only set the SQLITE_TEMP_STORE feature flag if --with-tempstore is explicitly set, to avoid colliding with that flag being set by other means via the test fixture scripts. (tags: trunk)
View ArticleFix the sort4.test module so that the first two test cases are omitted when...
Fix the sort4.test module so that the first two test cases are omitted when SQLite has been compiled using SQLITE_MAX_WORKER_THREADS=0. (tags: trunk)
View ArticleThe BTree mutex must be held when calling sqlite3BtreeLastPage(). This...
The BTree mutex must be held when calling sqlite3BtreeLastPage(). This check-in fixes a bug introduced by [cf8b99e17872c054]. (tags: trunk)
View ArticleCorrection to check-in [a9759fc78d6cb0df] - printf() parameters values must...
Correction to check-in [a9759fc78d6cb0df] - printf() parameters values must be integers. (tags: trunk)
View ArticleFix a test case in sqllimits1.test so that it works with the Apple...
Fix a test case in sqllimits1.test so that it works with the Apple configuration which changes the default SQLITE_MAX_LENGTH. (tags: trunk)
View ArticleWhen loading stat4 data, make a single large allocation for all...
When loading stat4 data, make a single large allocation for all Index.aSample[] arrays, instead of a separate allocation for each. (tags: cf8f1552-commit-instr)
View ArticleIn the (debugging) rtreenode() function, do not override an error coming out...
In the (debugging) rtreenode() function, do not override an error coming out of sqlite3_result_text(). (tags: trunk)
View ArticleExperimental: If SQLite is compiled with SQLITE_WAL_BIGHASH defined, use hash...
Experimental: If SQLite is compiled with SQLITE_WAL_BIGHASH defined, use hash tables large enough to fit 128K, instead of 4K, entries in the *-shm file. (tags: cf8f1552-commit-instr)
View Article