]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-05-30  drhRemove the untested and undocumented "scrub" utility...
2026-05-29  drhBe sure to do floating-point to text conversions in...
2026-05-28  drhFix potential integer overflow in btree overflow page...
2026-05-26  drhFix a potential 1-byte overread in sqlite3changeset_inv...
2026-05-26  drhFix a 32-bit integer overflow in sqlite3changegroup_cha...
2026-05-26  drhFix QRF so that it works sensibly with "--wrap 1"
2026-05-26  drhStrength the defense against malicious command-line...
2026-05-25  drhFix HTML ">" quoting in QRF.
2026-05-25  drhEnhance the defenses against malformed JSONB in the...
2026-05-25  drhFix a potential 1 byte overwrite that could occur when...
2026-05-25  drhFix a potential buffer overwrite that could occur when...
2026-05-21  drhFix the VFSes so that there is no 32-bit integer overfl...
2026-05-21  drhLimit the length of inputs to the spellfix1_editdist...
2026-05-21  drhA join constraint is not an equivalence unless both...
2026-05-20  drhFix a bug causing the session module to dereference...
2026-05-20  drhCheck-in [0d01c90bd7779192] was incomplete in that...
2026-05-20  drhAvoid returning an SQLITE_SCHEMA error from within...
2026-05-20  drhIncrease the patch level to 3.53.2
2026-05-20  drhFix a potential buffer overread in fts5 that could...
2026-05-20  drhSilently ignore nested porter tokenizers in FTS5. ...
2026-05-19  drhPrevent integer overflow in the ICU extension.
2026-05-19  drhFix an assertion fault that can occur in RTree given...
2026-05-19  drhEarly detection of attempts to overwrite an in-use...
2026-05-19  drhLimit the size of input strings to the (disused) spellf...
2026-05-19  drhFix a NULL pointer dereference in the obscure (and...
2026-05-18  drhFix an off-by-one error in matchinfo('b') for FTS3...
2026-05-18  drhLimit the NEAR span in FTS3 to 1 billion, to avoid...
2026-05-18  drhPrevent integer overflow due to database corruption in.
2026-05-18  drhWhen a subquery is an argument to an SQLITE_SUBTYPE...
2026-05-18  drhFix the window-function variant of the json_group_objec...
2026-05-18  drhDo not attempt the OR-optimization on conjuncts that...
2026-05-18  drhCorrection to the bugfix at [212c68249cc0e890&...
2026-05-16  drhWhen two tables are joined by USING, the affinity and...
2026-05-16  drhFix false-negatives in the sqlite3ExprCanReturnSubtype...
2026-05-16  drhHave window functions sum(), total() and avg() correctl...
2026-05-16  drhHave the sqlite_dbpage module correctly handle constrai...
2026-05-11  drhPrevent internal-use-only SQL functions from being...
2026-05-11  drhFix potential buffer overwrite that could occur in...
2026-05-09  stephanIn sqlite-config.tcl remove a reference to the platform...
2026-05-09  drhFix upward propagation of expression properties into...
2026-05-09  drhFix a corner-case floating-point rounding problem in...
2026-05-05  drhVersion 3.53.1 version-3.53.1
2026-05-05  stephanFix a predicate which causes a false error in the OPFS...
2026-05-04  drhWhen using the OR-optimization on a loop created by...
2026-05-02  drhFix a harmless compiler warning.
2026-05-01  drhHarden the recovery extension against SQL injections...
2026-04-27  drhFix a crash that could occur if sqlite3_deserialize...
2026-04-27  drhFeature detection fix for uint128 on RISCV 32-bit.
2026-04-27  stephanIncrease a stack-local buffer size to resolve a test...
2026-04-25  drhFix a single-byte OOB read that could occur in the...
2026-04-23  danUpdate interrupt2.test to avoid using Tcl_GetCommandInf...
2026-04-21  drhVarious minor bug fixes cherrypicked from trunk.
2026-04-21  drhFix another bug in EXISTS-to-JOIN - this one
2026-04-21  stephanReformulate how the OPFS async proxy Worker is loaded...
2026-04-17  stephanOn platforms which support ./configure --with-icu-confi...
2026-04-17  drhFix parsing of options to the .once command.
2026-04-15  drhVersion number to 3.53.1
2026-04-15  danHandle a special case of a corrupt changeset in sqlite3...
2026-04-15  danHandle the case where the name of the constraint in...
2026-04-15  drhBug fix in sqlite3_str_free(): Do not crash if called...
2026-04-12  stephanFix a typo which caused .headers to not show up in...
2026-04-10  stephanEnsure that sqlite3-opfs-async-proxy.js is copied into...
2026-04-10  stephanAPI doc correction for sqlite3_js_retry_busy(). No...
2026-04-10  drhUse sqlite3_malloc() for memory allocation inside of...
2026-04-10  drhFix the printf() optimization added on 2026-03-29 so...
2026-04-10  stephanCorrect shell result code propagation regression introd...
2026-04-09  drhVersion 3.53.0 major-release version-3.53.0
2026-04-09  danFix some buffer overreads that might occur in the sessi...
2026-04-09  danWhen generating make.sh for testrunner, correctly quote...
2026-04-09  danFix some buffer overreads that might occur in the sessi... session-fixes
2026-04-08  drhFix a buffer overflow bug in a recent check-in, reporte...
2026-04-07  stephanFix a few doc typos and inconsistencies. No code changes.
2026-04-07  drhFix incorrect datatype on the auto_ext_leak_tester...
2026-04-07  drhFix redundant typedef in qrf.c when that file is amalga...
2026-04-07  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-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...
next