]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-02-11  drhMinor performance enhancement to floating-point rendering.
2026-02-10  drhCorrection to date/time computations associated with...
2026-02-10  drhMinor tweaks to the star-query optimization in the...
2026-02-09  drhImmediately reset all pending prepared statements on...
2026-02-09  danDo not allow table-function argument expressions on...
2026-02-08  stephanFix a method name typo in test-only code which could...
2026-02-08  stephanJS doc touchups.
2026-02-07  drhImproved output from calls to sqlite3ShowSrcList()...
2026-02-05  drhDo a better job of not generating unnecessary Bloom...
2026-02-05  drhFix harmless compiler warning when the CLI is compiled...
2026-02-04  drhDisplay scanstatus results in neat columns.
2026-02-04  drhImproved output for ".scanstatus est" in the CLI.
2026-02-04  drhImproved display of scan-status estimates. scanstatus-improvements
2026-02-04  drhRender scan-status values with 3 or 4 significant digit...
2026-02-04  drhFix scanstatus output in QRF so that it shows the total...
2026-02-03  drhImprove the query planner by reducing the estimated...
2026-02-03  drhMinor change to test/dotcmd01.test so that it works...
2026-02-03  drhImproved comments on this enhancement. No code changes. prune-by-like-glob
2026-02-03  drhRefactor the implementation of this enhancement to...
2026-02-02  drhWhen reducing the truth probability of a LIKE/GLOB...
2026-02-02  drhDo not reduce the estimated truth probability of LIKE...
2026-02-02  drhMerge the latest trunk enhancements into the prune...
2026-02-02  danUpdate session module test code to correctly use Tcl_Si...
2026-02-01  drhAdd the "--timeout SECONDS" option to the ".progress...
2026-02-01  drhEnhance the ".timer" command in the CLI to accept the...
2026-02-01  drhAn experimental query-planner change that reduces the...
2026-01-31  drhFix a missed optimization opportunity due to a typo...
2026-01-30  drhMake CROSS JOIN a join reorder barrier again, as the...
2026-01-30  drhFix the new CLI so that the ".eqp" setting does not...
2026-01-30  drhChange the new escape-character mechanism for CSV impor...
2026-01-30  drhUndo the previous check-in. In its place, add the...
2026-01-30  drhEnhance the CSV import capability in the CLI so that...
2026-01-30  stephankvvfs fix for [https://github.com/sqlite/sqlite-wasm...
2026-01-28  stephanCapture sqlite3_rsync's remote-end result code so the...
2026-01-28  drhImproved (faster) bytecode for the merge algorithm.
2026-01-28  danAdd a comment to sqlite3Stat4Value() explaining that...
2026-01-27  drhAvoid unsigned integer overflow when evaluating an...
2026-01-27  drhImproved byte-code coverage testing verification in...
2026-01-27  drhThe tmstmpvfs.c extension should not modify the content...
2026-01-27  stephanTeach sqlite3_rsync to increment its error count when... rsync-child-rc
2026-01-27  drhFor CSV import in the CLI, when the table is created...
2026-01-27  drhAdd the --csv option to the showtmlog utility program.
2026-01-27  danFix trivial buffer overreads in the sessions module...
2026-01-27  drhAdditional usage notes added to the header comment...
2026-01-27  drhEnhanced documentation in the header comment of tmstmpv...
2026-01-27  drhFix frame number computation in the log generated by...
2026-01-26  drhEnhancements to tmstmpvfs.c: (1) Use the exact same...
2026-01-26  danAdd test for fts3 compress= and uncompress= options.
2026-01-26  drhImprove the comments on the generated byte-code for...
2026-01-26  drhFix the initialization of the sqlite3Api[]...
2026-01-26  drhAdd alternative sqlite3_carray_bind_v2() interface.
2026-01-26  stephanFix speedtest1.wasm build regression introduced with...
2026-01-26  drhFix a possible problem following OOM in a WITH statement.
2026-01-25  drhAlways use the sort-and-merge algorithm for EXCEPT...
2026-01-25  drhThe Select.addrOpenEphm field is no longer needed.... union-by-merge
2026-01-25  drhRefactor one function name. Comment improvements....
2026-01-25  drhFix the jsonb_group_array() and jsonb_group_object...
2026-01-25  drhAdditional simplifications to achieve 100% MC/DC.
2026-01-25  drhFix harmless compiler warnings in FTS5.
2026-01-25  drhRemove additional unnecessary code associated with...
2026-01-24  drhAssert() statements added to sqlite3_result_text64...
2026-01-24  drhExpound upon the meaning of SQLITE_UTF8_ZT, in an attem...
2026-01-24  stephanExpose SQLITE_UTF_ZT to WASM for completeness's sake...
2026-01-24  drhFix an incorrect assert().
2026-01-23  drhIn the cost metrics of the query planner, the estimated...
2026-01-23  drhMore code simplifications.
2026-01-23  drhFix a minor EXPLAIN QUERY PLAN formatting problem....
2026-01-23  drhRemove code that is no longer used.
2026-01-23  drhContinuing work toward using sort-and-merge for UNION.
2026-01-23  drhMerge the latest trunk enhancements into the union...
2026-01-23  drhAdd the SQLITE_UTF8_ZT value which can be the encoding...
2026-01-22  drhMerge the latest trunk enhancements into the utf8-zt... utf8-zt
2026-01-22  drhEnhance the [/info/e33da6d5dc964db8|EXISTS-to-JOIN...
2026-01-22  drhFor the ".eqp full" show both the QUERY PLAN and the...
2026-01-21  drhAdd a new encoding constant SQLITE_UTF8_ZT, which if...
2026-01-21  drhAdd a new assert().
2026-01-20  drhStrive to use sort-and-merge for compounds in CTEs.
2026-01-20  danUpdate the shell tool to work with SQLITE_OMIT_AUTOINIT...
2026-01-20  drhFix another test case to work with union-by-merge.
2026-01-20  stephanTiny JS doc touchup.
2026-01-20  stephanwasm: make pre-js.c-pp.js a no-op in bundler-friendly...
2026-01-20  stephanwasm: a potential workaround for cases such as [forum...
2026-01-20  drhMinor fixes. Tests are passing now.
2026-01-20  stephanAdd an SQLITE_API_ARMOR check to sqlite3_get_clientdata...
2026-01-19  stephanMinor doc updates in mkwasmbuilds.c.
2026-01-19  stephanwasm: remove the bundler-friend builds from the 'all...
2026-01-19  stephanMinor doc touchups in the opfs-sahpool VFS. No function...
2026-01-19  drhBe more aggressive about using a sort-and-merge to...
2026-01-19  drhAdd two new JSON functions: json_array_insert() and...
2026-01-17  drhRaise an error if any PATH argument to json_array_inser... json_array_insert
2026-01-17  drhAdd new SQL function: json_array_insert(). Suggested in
2026-01-16  danFix further problems with deleting from corrupt fts5...
2026-01-16  drhTry to prevent false positives in fuzzinvariants.c...
2026-01-16  drhThe optimization at [8bdda827a3d26800] is incorrect...
2026-01-16  drhChange the copyright on the tool/dbtotxt.c source code...
2026-01-15  danFix an error in new test script fts5corrupt9.test.
2026-01-15  danAdd extra test for handling corrupt delta records in... artiphishell
2026-01-15  danFix a buffer overrun that could occur when deleting...
2026-01-14  drhAdjust the output of the fuzzcheck test program so...
2026-01-14  danUpdate sessions module so that it takes the db mutex...
next