]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-03-07  drhFix a NULL pointer dereference following OOM in the...
2026-03-06  drhFix a NULL pointer dereference following OOM in the...
2026-03-06  drhFix a memory leak following OOM in the completion exten...
2026-03-06  stephanAdd some jitter and duration info to the opfs concurren...
2026-03-06  drhFix a memory leak in the decimal extension that follows...
2026-03-06  stephanGet "opfs" and "opfs-wl" properly split. Speedtest1...
2026-03-06  drhRename the initializer functions for base64() and base8...
2026-03-06  drhIncrease the version number to 3.52.1.
2026-03-06  drhFix a NULL pointer dereference in the (undocumented...
2026-03-06  stephanSmall typo fix in the FP_DIGITS API docs.
2026-03-06  stephanMinor cleanups and docs. Teach the OPFS concurrency...
2026-03-06  drhMerge fixes that were deferred until after the 3.52...
2026-03-06  drhFix the linenoise auto-detection added by the previous... pending-3.52
2026-03-06  stephanThis one reliably runs 5 workers. Checking in before...
2026-03-06  stephanCorrect an internal doc falsehood.
2026-03-06  stephanThis Web Lock impl can reliably run a single OPFS conne...
2026-03-06  drhVersion 3.52.0 version-3.52.0
2026-03-06  stephanExpose SQLITE_{DBCONFIG_FP_DIGITS,LIMIT_PARSER_DEPTH... wasm-post-3.52
2026-03-06  drhAdd the new realpath() extension function to the list...
2026-03-06  stephanRemove an extraneous OPFS metrics increment.
2026-03-06  danUninstall faultsim at the end of the walrestart.test...
2026-03-06  stephanA slight simplification/optimization in the OPFS proxy...
2026-03-06  stephanReimplement the OPFS async proxy's wait-forever loop...
2026-03-05  drhFix the build for -DSQLITE_OMIT_FLOATING_POINT.
2026-03-05  drhEnhance ./configure to automatically detect linenoise...
2026-03-05  danEnsure xMutexInit() is called in SQLITE_THREAD_MISUSE_W...
2026-03-05  danFix a long-standing problem with DISTINCT LEFT JOIN...
2026-03-05  stephanStrip the opfs-wl "back to formula", removing the curre...
2026-03-05  stephanThe opfs-wl lock hang has been traced to starvation...
2026-03-05  drhAdd a little flexibility to checkpoint sizes in the...
2026-03-04  stephanAdd some debugging output to opfs and track down the...
2026-03-04  stephanGet opfs-wl plugged in to the concurrency tester. Somew...
2026-03-04  stephanConsolidate the last 200 lines of common OPFS VFS code...
2026-03-04  stephanFactor out about 300 lines of common OPFS VFS bootstrap...
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...
next