]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-03-22  drhProposed new API routine: sqlite3_atof(). atof
2026-03-22  drhPerformance enhancements and improved documentation...
2026-03-22  drhAdditional performance improvements in sqlite3AtoF... optimize-atof
2026-03-22  drhFurther simplification and performance improvement
2026-03-22  drhPerformance improvements in the floating-point number...
2026-03-21  drhBecause version 3.52.0 was withdrawn, that means QRF...
2026-03-21  drhTry to fix harmless compiler warnings from legacy C...
2026-03-21  drhAdd support for REINDEX EXPRESSIONS
2026-03-21  drhUndo "indices"→"indexes" changes in comments,... reindex-expressions
2026-03-20  drhFix harmless compiler warnings in the csv.c.
2026-03-20  drhIf the argument to REINDEX is EXPRESSIONS (with no...
2026-03-20  drhIf there are not collating sequences, tables, or indexe...
2026-03-20  danEnsure that collation sequences on non-PK columns of...
2026-03-19  drhEnsure that sqlite3RCStr values returned by json_group_...
2026-03-19  danUpdate fts5 scan costs to take into account that a...
2026-03-19  drhRestructure some internal subroutine signatures for...
2026-03-19  drhUse compiler intrinsics to improve the performance of
2026-03-19  danDo not assume that a recursive CTE emits rows in ORDER...
2026-03-19  danReverse the if() condition added by this branch. forum-deb1eadf4d
2026-03-18  drhContinue enforcing the legacy declaration-before-statem...
2026-03-18  drhAdd logic to silently and transparently deal with stale...
2026-03-18  drhMinor optimization to error message generation in integ... idxdelete-tolerance
2026-03-18  drhComment improvements. Ensure that tests in shellB...
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...
next