]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-03-18  drhImprove the integrity-check error message when floating...
2026-03-18  danDo not assume that a recursive CTE emits rows in ORDER...
2026-03-18  drhTake care not to overread the record header when decodi...
2026-03-18  danPad the allocation in vdbeIsMatchingKey() a little...
2026-03-18  drhAdjust the fix at [f7389cdb129d3386] so that integrity_...
2026-03-18  drhSimplification to the logic that decides whether or...
2026-03-18  drhFix harmless signed/unsigned compiler warnings.
2026-03-18  danFix some cases where integrity-check would fail to...
2026-03-18  drhFix harmless "unused variable" compiler warning.
2026-03-17  danModify integrity-check so that it is only tolerant...
2026-03-17  drhImproved error handling in OP_IFindKey and in vdbeIsMat...
2026-03-17  danWhen integrity-check finds a missing index entry, searc...
2026-03-17  drhDo not run index healing on an invalid cursor.
2026-03-17  drhMerge recent trunk enhancements into the idxdelete...
2026-03-17  drhFix an assertion fault that could occur in RTree when...
2026-03-17  danFix display of P4_INDEX values in EXPLAIN output.
2026-03-17  danFix compiler warning an inefficiency introduced by...
2026-03-17  drhTypo fix in sqlite3Multiply128(): The datatype should...
2026-03-17  danChange the sqlite3VdbeFindDeleteKey() routine so that...
2026-03-17  drhFix a harmless compiler warning.
2026-03-17  drhMerge trunk enhancements into the idxdelete-tolerance...
2026-03-17  drhEnhance text→float conversions for exact rounding...
2026-03-17  drhInclude the float-point table generator utility in... fp-accuracy
2026-03-17  drhReorder bounds checking in sqlite3Fp10Convert2()
2026-03-16  danRemove a couple of unused variables.
2026-03-16  danFurther tests for the code on this branch.
2026-03-16  danIf OP_IdxDelete cannot find an index entry to delete...
2026-03-16  danFix a problem with the find-delete-key method on this...
2026-03-16  drhRework the ".indexes" command of the CLI. (1) The...
2026-03-16  danMake OP_IdxDelete tolerant of small variations in index...
2026-03-16  danProperly fix temp triggers created as part of FK proces...
2026-03-16  drhImprove accuracy of text→floating-point conversion...
2026-03-14  stephanAdd a missing return for the invalid arguments error...
2026-03-13  drhChanges some legacy testing targets in the makefiles...
2026-03-12  stephanUpdate the canonical JimTcl home page link (it was...
2026-03-11  stephanReplace several comment-based switch-fall-through notic...
2026-03-11  drhImproved defenses against mischief.
2026-03-10  drhFix harmless compiler warnings.
2026-03-10  drhFix the behavior dot-commands that appear as command...
2026-03-10  drhRevamp the QRF insert-mode optimization of [659ff6ab558...
2026-03-10  drhBug fix to the ".dump" command in the CLI: Temporarily...
2026-03-10  drhEnhance QRF with the mxTuple field, which if greater...
2026-03-09  drhRemove an obsolete pragraph from the header comment...
2026-03-09  drhIn QRF, fix line-wrap indentation for "line" mode when...
2026-03-09  danFix a problem with RIGHT JOIN and expressions on indexe...
2026-03-08  drhFix the completion.c TVF so that the xNext method repor...
2026-03-08  drhIn the decimal.c extension, set a default MAX_DIGITS...
2026-03-08  stephanConsolidate the opfs and opfs-wl tester1 tests using...
2026-03-08  stephanUpgrade ext/wasm/c-pp-lite.c to its newer sibling becau...
2026-03-08  stephanJS doc updates.
2026-03-08  drhIncrease the version number on trunk to 3.53.0
2026-03-08  stephanMerge opfs-wl into trunk, not so much for the "opfs...
2026-03-08  stephanUpdate the tester1 SEE tests to account for opfs-wl. opfs-wl
2026-03-08  stephanRefactor tester1 OPFS test to support both the "opfs...
2026-03-08  stephanAdd parens around an expression in the CLI shell to...
2026-03-08  stephanExpose sqlite3_bind_zeroblob() to JS/WASM.
2026-03-07  drhUse the UINT64_C() macro rather than the LLU suffix...
2026-03-07  drhGive the fuzzcheck test program access to all the same...
2026-03-07  drhFix harmless compiler warnings on Windows.
2026-03-07  stephanMinor typo fixes from [forum:8fc8bc34291d6f45|forum...
2026-03-07  drhAn attempt to get the CLI build to work with mingw32.
2026-03-07  drhFix another memory leak following OOM in the decimal...
2026-03-07  stephanExtend the JS pre-bootstrapping configuration to includ...
2026-03-07  stephanFix the mangling of the opfs async proxy script's URI...
2026-03-07  stephanCleanups and docs in the opfs vfs and its concurrency...
2026-03-07  stephanElide more of the 64-bit was stuff from the default...
2026-03-07  drhEnhancements and fixes to some of the extensions used...
2026-03-07  drhThe optional SQLITE_DECIMAL_MAX_DIGIT compile-time... extfunc-fuzz
2026-03-07  stephanCleanups and docs in the new opfs code structure.
2026-03-07  stephanFor backwards compatibility, ensure that the "opfs...
2026-03-07  drhReenable the is_base85() extension function that was...
2026-03-07  drhFix another NULL ptr deref following OOM in the sha1...
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...
next