]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2026-01-14  danImprove some of the documentation comments for the...
2026-01-14  danMerge latest trunk changes into this branch.
2026-01-14  danAdd tests for edge cases in the new code on this branch.
2026-01-14  drhGuard against oversized index entries in databases...
2026-01-13  danAllow the APIs on this branch to be used to create...
2026-01-13  drhFix integer overflow problems and error reporting memor...
2026-01-12  danFix an OOB read in the sessions module that could occur...
2026-01-12  drhAvoid unsigned integer overflow in the delta_apply...
2026-01-12  danFix an infinite loop in the sessions module that could...
2026-01-12  danAdd an API to the sessions module to add changes one...
2026-01-12  stephanwasm: filter the custom Module.instantiateWasm() out...
2026-01-12  drhImproved documentation (in the header comment) for...
2026-01-11  stephanAdd sqlite3_carray_bind() to sqlite3_api_routines....
2026-01-11  stephanAdd the @preserve tag to the standalone file sqlite3...
2026-01-11  stephanwasm: add @preserve tags to two comment blocks (license...
2026-01-10  stephanUpdate speedtest.md to point out xdg-open on Linux.
2026-01-10  stephanFix a help text typo in speedtest1.tcl, pointed out...
2026-01-09  stephanAdd the 'npm' ext/wasm makefile target to create npm...
2026-01-09  stephanFix the wasm snapshot build's zipfile name to include...
2026-01-09  drhFix potential OOB read on the undocumented test functio...
2026-01-08  drhEnhance VACUUM INTO so that if a URI filename is used...
2026-01-08  drhIn the reserve=N query parameter on the VACUUM INTO... reset-reserve
2026-01-08  drhChange the name of the log file for tmstmpvfs.c to...
2026-01-08  stephanFix the sqlite3-worker1.mjs (ESM, non-bundler) build...
2026-01-08  drhMerge all the latest trunk changes into the reset-reser...
2026-01-08  drhFix an off-by-one error in the page number of ELOG_CKPT...
2026-01-08  stephanAdd a missing #if check for SQLITE_OMIT_LOAD_EXTENSION...
2026-01-08  drhMinor bug fixes in tmstmpvfs.c, showdb.c, and showtmlog.c.
2026-01-08  stephanRemove an obsolete '32-bit' label from tester1-worker.
2026-01-08  stephanFix the --size X flag for speedtest1.html when X=0...
2026-01-08  drhEnhance the --vfs command-line option to the CLI such...
2026-01-08  drhIn the showdb utility, the -tmstmp option works without...
2026-01-08  stephanFix ESCALE typo in shell.c, reported in [forum:b8f6a41c...
2026-01-08  drhDo not show LIKE wildcards on table names in the output...
2026-01-08  drhAdd the showtmlog utility for decoding the tmstmpvfs...
2026-01-08  drhImprove showdb so that it does a better job of handling...
2026-01-08  drhAdd the tmstmpvfs.c extension to trunk. It is not...
next