]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-03-04  stephanConsolidate the OPFS VFS's metrics-tracking code.
2026-03-04  stephanBaby steps in consolidating common OPFS VFS code.
2026-03-04  drhRemove dead (commented-out) code that came to my attent...
2026-03-04  drhFix a code-generator bug introduced by the UNION/INTERS...
2026-03-04  stephanConsolidate much of the OPFS utility code into a new...
2026-03-04  stephanA potential fix for the probable breakage of bundler...
2026-03-04  stephanopfs-wl is now loading and registering but it's still...
2026-03-03  stephanAn initial attempt to plugging opfs-wl into the build...
2026-03-03  stephanAdd a missing reset of the lock handshake SharedArrayBu...
2026-03-03  stephanImplementations of WebLock-based opfs::xLock() and...
2026-03-03  danAvoid an obscure race condition between a checkpointer...
2026-03-03  stephanMerge trunk into the opfs-wl branch.
2026-03-03  danDo not run test script walrestart.test with the "memsub... wal-restart-fix
2026-03-03  drhMinor tweaks to the previous, for testability.
2026-03-03  danAvoid an obscure race condition between a checkpointer...
2026-03-03  stephanAdd JS tests for sqlite3_bind_zeroblob(). wasm-zeroblob
2026-03-03  stephanExpose sqlite3_bind_zeroblob() to JS/WASM, per request...
2026-03-02  drhConvert many sqlite3_realloc() calls to sqlite3_realloc...
2026-03-02  drhOmit explain_i calls from TCL test scripts.
2026-03-02  drhFix TEMP INSTEAD OF triggers so that they work on TEMP...
2026-03-02  drhChange some sqlite3_realloc() calls into sqlite3_reallo... realloc64
2026-03-02  drhRemove the experimental and incomplete ext/repair exten...
2026-03-02  drhDisable test shell1-5.0 as it is causing a use of initi...
2026-03-02  drhUse only 64-bit memory allocation in FTS5. Fix for...
2026-03-02  danFix a possible 9-byte buffer overread in the zipfile...
2026-03-02  drhThe intck01.sql test should only be run if virtual...
2026-03-01  drhMore floating point conversion test cases.
2026-03-01  drhNew floating-point test case.
2026-03-01  drhFix an OOB read in the incremental integrity-check...
2026-03-01  drhSimplified rounding logic in sqlite3Fp10Convert2().
2026-02-28  drhCode changes in sqlite3Fp10Convert2() for easier mainte...
2026-02-27  drhImprovements to power-of-ten computations used for...
2026-02-27  drhMinor simplification to the text→binary64 conversi...
2026-02-27  stephanTwo code comment typo fixes reported in the forum....
2026-02-27  drhFix an off-by-one error in the indentation of multi...
2026-02-27  drhAdd an assert() to sqlite3RegisterLikeFunctions() to...
2026-02-27  stephanAnother nano-optimization in kvvfs v2.
2026-02-27  stephanJS: slight performance improvements in KVVfsStorage.
2026-02-27  stephanAn initial copy/paste stub for experimenting with using...
2026-02-26  drhFix typos in the SQLITE_PREPARE_FROM_DDL documentation.
2026-02-26  drhImprovements to the SQLITE_PREPARE_FROM_DDL documentation.
2026-02-26  drhFix an inconsequential typo in the output of the datede...
2026-02-26  danFix a problem where the wrong collation could be used...
2026-02-25  drhThe GCC bug is fixed in GCC-15.
2026-02-25  drhReinstant the work-around for [https://gcc.gnu.org...
2026-02-25  drhUse a 64-bit hash for the testing option SQLITE_CHECK_P...
2026-02-24  drhAdjust the changes to shell8.test from [5da9bf09cc00faf...
2026-02-24  drhRename SQLITE_ENABLE_MULTITHREADED_CHECKS to SQLITE_THR...
2026-02-23  drhFix an assert() that is incorrect when the SQLITE_DBCON...
2026-02-23  drhAdd test cases for the symlink defenses of the previous...
2026-02-23  drhChange the SQLAR archive extraction algorithm in the...
2026-02-23  drhEnhance the realpath() SQL function in the fileio.c...
2026-02-23  drhWhen doing an SQLAR archive extraction in the CLI,...
2026-02-23  drhImproved implementation of realpath() in the fileio...
2026-02-22  drhAdd the realpath() SQL function to the fileio.c extensi...
2026-02-21  drhFix typos and include wording in the documentation for
2026-02-21  drhFix a harmless warning in the decimal extension.
2026-02-21  drhImproved rounding of double→text conversions for...
2026-02-21  drhNew sqlite3_db_config(SQLITE_DBCONFIG_FP_DIGITS) that... fp-performance-v2
2026-02-21  drhNew test cases for floating-point conversions.
2026-02-21  drhRemove an unreachable branch.
2026-02-21  drhIncrease the precision of double → text conversion...
2026-02-21  drhFurther simplification, performance gain, and size...
2026-02-21  drhSmall performance increase and size reduction in sqlite...
2026-02-20  drhInconsequential changes to floating-point conversion...
2026-02-20  drhIn the decimal extension, an optional second argument...
2026-02-20  stephanFix a cse in the fiddle.debug build where it could...
2026-02-20  drhAdd new functions ieee754_to_int() and ieee754_from_int...
2026-02-20  drhImproved rounding of floating-point conversions in...
2026-02-19  drhIn the CLI, the ".quit" command in a --cmd argument...
2026-02-19  drhImprovements to rounding behavior in the new floating...
2026-02-17  drhRestore the CLI function dtostr() back to its original...
2026-02-17  drhMinor fixes to tmstmpvfs.c.
2026-02-17  drhIncrease the number of floating-point precision test...
2026-02-17  drhFix a harmless compiler warning from MSVC.
2026-02-17  drhNew assert()s for the return value from sqlite3SchemaTo...
2026-02-17  drhFurther simplifications, performance improvements,...
2026-02-17  drhFaster conversion of integers to text, by converting... numeric-conversion
2026-02-16  drhSimplifications to sqlite3AtoF(), resulting in slightly...
2026-02-16  drhFix a bad assert() in the previous check-in. numeric-conversion-perf
2026-02-16  drhRefactor the sqlite3AtoF() routine so that it requires...
2026-02-16  danFix another case where SQLite might fail to identify...
2026-02-16  danFix a problem with identifying ON clauses attached...
2026-02-16  drhPerformance improvement in floating-point conversions.
2026-02-15  drhAvoid the big power-of-ten lookup table. fp-perf
2026-02-14  drhFix to [9d3a12d3926d55ef] to force the static const...
2026-02-14  drhAdd the "LLU" suffix to 64-bit integer constants, for...
2026-02-14  drhFix to the generic version of the 128-bit multiple...
2026-02-14  drhAnother minor performance refinement.
2026-02-14  drhMinor corrections.
2026-02-14  drhImproved comment. No code changes.
2026-02-14  drhUse a precomputed table of 696 powers of 10 to improve...
2026-02-13  drhAdd new assert() statements to demonstrate that the...
2026-02-13  drhUse only a single bit, rather than a whole byte, to...
2026-02-13  drhAdd a "const" to avoid a harmless false-positive compil...
2026-02-12  drhRespect "const" strings in the sqlite3ShadowTableName...
2026-02-11  drhMinor performance enhancement to floating-point rendering.
2026-02-10  drhCorrection to date/time computations associated with...
2026-02-10  drhMinor tweaks to the star-query optimization in the...
2026-02-09  drhImmediately reset all pending prepared statements on...
next