]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
13 days ago  drhFix incorrect datatype on the auto_ext_leak_tester...
13 days ago  drhFix redundant typedef in qrf.c when that file is amalga...
13 days ago  stephanReplace a doc reference to a renamed file, as reported...
2026-04-06  stephanAdd a dummy auto-extension to the shell in SQLITE_DEBUG...
2026-04-06  stephanAdd a call to sqlite3_reset_auto_extension() near the...
2026-04-04  drhAppease static analyzers by masking the index to the
2026-04-04  stephanAdd some comments to the OPFS async proxy about potenti...
2026-04-03  drhEnhance testrunner.tcl so that a PATTERN argument that...
2026-04-03  stephanconfigure script: replace two 'file normalize' calls...
2026-04-03  drhFix Tcl9 compatibility issues in test_session.c.
2026-04-02  drhMinor patch to test/json/json-speed-check.sh. That...
2026-04-02  drhImprovements to the syntax hints in the continuation...
2026-04-01  danFix a potential 4-byte overread in the sessions module...
2026-04-01  drhAlways use sqlite3_malloc64() in extensions, where...
2026-04-01  danFix a problem in the sessions module allowing a NULL...
2026-04-01  drhMinor improvements to the documentation on how to compi...
2026-04-01  stephanDoc cleanups in opfs-wl. No code changes.
2026-03-31  drhAdd appropriate headers to ext/session/sqlite3session...
2026-03-31  danAdd an API to the sessions module to add changes one...
2026-03-31  danUpdate this branch with changes from trunk. changegroup-change-api
2026-03-31  drhTurn an incorrect assert() into a testcase(). Fix...
2026-03-30  stephanMove some build docs around for clarity. Move the TARGE...
2026-03-30  drhRemove an unused variable in sqlite3Reindex(). Minor...
2026-03-29  drhEnhance the printf() formatter to write floating point...
2026-03-29  drhFix harmless compiler warnings about unused variable... direct-printf
2026-03-29  drhMerge trunk performance enhancements and fixes into...
2026-03-29  drhAvoid using unsigned 64-bit integer division on platfor...
2026-03-29  drhThe _umulh() intrinsic function is not available on...
2026-03-28  drhIn sqlite3_str_vappendf(), write floating-point renderi...
2026-03-28  drhRemove a harmless unused variable from the fp-speed...
2026-03-28  drhEnhancements to the fp-speed-N.c programs, suggested...
2026-03-28  drhReduce the compiled size of the quote() SQL function.
2026-03-28  drhTurn an sqlite3VMPrintf() into an sqlite3DbStrDup().
2026-03-27  drhFix up the floating-point speed tests so that they...
2026-03-27  drhAdd a comment to test/fptest01.sql to remind us that...
2026-03-27  drhNew test cases for text→float conversions.
2026-03-27  drhEnable the use of intrinsic high-precision multiplies...
2026-03-27  drhChange the print resolution the fp-speed-1.c test to...
2026-03-27  drhUpdate fp-speed-1.c and fp-speed-2.c to include its...
2026-03-27  drhAdd the fp-speed-2.c performance test program.
2026-03-27  drhAdd a comment showing reserved file-control numbers...
2026-03-26  stephanAdd SQLITE_STRICT_SUBTYPE to PRAGMA compile_options...
2026-03-26  drhEnhance the return value from sqlite3AtoF() so that...
2026-03-26  drhRevamp the return code from sqlite3AtoF() for additiona...
2026-03-26  drhImprovements to the sqlite3AtoF() interface. Add a...
2026-03-26  drhBack out the sqlite3_atof() API, for now.
2026-03-25  drhFix an off-by-one error that cause a loop to (harmlessl...
2026-03-25  drhPerformance optimization when zero-padding in printf().
2026-03-25  drhSmall size reduction and performance increase in sqlite...
2026-03-25  drhSignification optimizations to layout of text for float...
2026-03-25  danHandle the case where the compile-time default page...
2026-03-24  drhPrevent overly long JSON paths from using too much...
2026-03-24  drhLimit JSONB recursion depth in the json_patch() function.
2026-03-24  drhImproved error messages for JSONB nested too deep.
2026-03-24  stephanRemove a stale reference to the long-removed SQLITE_MUT...
2026-03-24  drhMinor simplification to JSON path error reporting.
2026-03-24  drhRecognize artifical JSONB blobs with deep recursion...
2026-03-23  drhMove datatype and structure definitions up near the...
2026-03-23  stephanRequire a button click to start the OPFS concurrency...
2026-03-23  drhUse sqlite3_atof() instead of atof() in the CLI. Dogfo...
2026-03-23  drhMove the definition of the new sqlite3_atof() function...
2026-03-23  drhAdd the sqlite3_atof() interface.
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...
next