]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
11 days ago  drhFix harmless compiler warnings about unused variable... direct-printf
11 days ago  drhMerge trunk performance enhancements and fixes into...
11 days ago  drhAvoid using unsigned 64-bit integer division on platfor...
12 days ago  drhThe _umulh() intrinsic function is not available on...
12 days ago  drhIn sqlite3_str_vappendf(), write floating-point renderi...
13 days ago  drhRemove a harmless unused variable from the fp-speed...
13 days ago  drhEnhancements to the fp-speed-N.c programs, suggested...
13 days ago  drhReduce the compiled size of the quote() SQL function.
13 days ago  drhTurn an sqlite3VMPrintf() into an sqlite3DbStrDup().
13 days ago  drhFix up the floating-point speed tests so that they...
13 days ago  drhAdd a comment to test/fptest01.sql to remind us that...
13 days ago  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...
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...
next