]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2026-01-07  drhAdd the --csv option to the "pgidx" option to the ...
2026-01-07  drhEnhance the VACUUM INTO command such that if the target...
2026-01-07  drhFix the static build. timestamp-vfs
2026-01-07  drhImprovements to logging. Better log-file names. Log...
2026-01-07  drhEnhance QRF so that it terminates more quickly if it...
2026-01-06  drhAdd the -p or --port option to sqlite3_rsync.
2026-01-06  drhDocumentation tweaks.
2026-01-06  drhEnhance the timestamp-vfs prototype so that it also...
2026-01-06  drhUpdate to the sqlite3_get_clientdata() documentation...
2026-01-05  danUpdate the regexp extension so that the "-" character...
2026-01-05  drhAdd the experimental tmstmpvfs.c extension that adds...
2026-01-04  stephanFix an uninitialized var use reported in [forum:88561a4...
2026-01-03  drhFix yet another bug in the [/info/e33da6d5dc964db8...
2026-01-02  drhMinor change to an #if in the Windows VFS, which I...
2026-01-02  danEnsure that loops created by the exists-to-join optimiz...
2026-01-02  drhChange the shelltest target on the windows makefile...
2026-01-01  drhFurther improvements to testrunner.tcl documentation.
2026-01-01  drhUpdates to the testrunner documentation.
2025-12-31  drhVerify the effect of "--titles on" in the "insert"...
next