]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
10 days ago  stephanRevert the native impl of kvvfs's xOpen() (as distinct... mistake
10 days ago  danFix a problem that could cause fts5 to return incorrect...
10 days ago  danRegardless of whether the platform is 32 or 64-bits...
10 days ago  drhFix rounding behavior in the decimal extension when...
11 days ago  drhPrevent array overflow when decoding a corrupted value...
11 days ago  drhRemove the unused, untested, experiemental "blobio...
11 days ago  drhDo not allow ridiculous "columns=N" values in the ...
12 days ago  drhMake the --header option to the CLI sticky, so that...
13 days ago  danWhen reading a super-journal name from a journal file...
13 days ago  danFix errors in comments on this branch. Also prefer... super-journal-malloc
13 days ago  danFix a memory leak that could follow an OOM error in...
13 days ago  drhImproved documentation for sqlite3_deserialize().
13 days ago  drhDo not use shared locks on SHM files when the filename...
13 days ago  danFix a buffer overwrite in fts3 that could occur while...
13 days ago  drhWhen using a read-only WAL/SHM, handle a corrupt page...
13 days ago  drhAdd the --raw option to the dbtotxt command-line tool...
13 days ago  danFix a signed integer overflow that could occur in fts3...
2026-06-11  drhComment improvements on the ".ar -x" command of the...
2026-06-11  drhFix harmless compiler warnings.
2026-06-11  drhFurther improvements to the ".ar" command of the CLI.
2026-06-11  drhThree-pass algorithm for the ".ar x" command in the...
2026-06-11  drhAdd the (undocumented) --debug option to the ".ar"...
2026-06-11  drhImproved detection of corrupt node IDs in RTree shadow...
2026-06-10  danWhen reading a super-journal name from a journal file...
2026-06-10  danFix a signed-integer overflow in fts5 that might occur...
2026-06-10  drhDetect an OOM condition in the realpath() function...
2026-06-10  drhFix a possible signed integer overflow in the RBU exten...
2026-06-10  drhHarden code that processes Fossil Deltas against OOM...
2026-06-09  danAvoid a possible integer overflow when fts5 tokenizes...
2026-06-09  drhChange loop counter variables from int to i64 to avoid...
2026-06-08  drhFix builds on i486 CPUs. [forum:/info/2025-01-25T12...
2026-06-08  danFix another buffer overread in fts5 when processing...
2026-06-08  danFix a buffer overread that could occur in fts5 when...
2026-06-08  danAvoid a potential use-after-free in fts5. Report [bugs...
2026-06-08  danClamp the nToken parameter to the fts5 snippet() functi...
2026-06-08  danAdd extra tests to check that non-deterministic functio...
2026-06-06  drhImprovements to the GCC compiler bug work-around of...
2026-06-06  drhMinor performance enhancement and improved comments...
2026-06-05  drhA new approach to working around the GCC bug. gcc-bug-114659
2026-06-04  drhDisable the vector-IN-SELECT optimization if the number...
2026-06-04  danFix a crash that could be caused by configuring the...
2026-06-04  drhFix a possible NULL pointer derefence in the (experimen...
2026-06-04  drhExtra testcase() macros to ensure adequate testing...
2026-06-04  danFix problems with expressions like "(?,?,?) IN (SELECT...
2026-06-04  drhClearly mark the ext/misc/wholenumber.c extension as...
2026-06-03  danUpdate the utf-8 decoder in the ICU extension to treat...
2026-06-03  danFix a faulty assert() in rtree that could fire when...
2026-06-03  drhUse tail recursion on the larger of the two partitions...
2026-06-03  danFix an integer overflow problem in fts3 that could...
2026-06-03  danFix another buffer overread in fts5 that could occur...
2026-06-03  danFix another potential buffer overrun that could occur...
2026-06-03  drhFix a potential UAF bug in the zipfile extension.
2026-06-03  drhFix negative array index in "testing and debugging...
2026-06-03  danAvoid excessive recursion and stack overflow in fts3...
2026-06-03  drhThe prefix_length() function should stop at the first...
2026-06-03  drhMake the (unused, untested, and unsupported) ext/misc...
2026-06-02  danFix a case where sqlite3expert could be tricked into...
2026-06-02  danAdd extra test case to zipfile.test. No code changes.
2026-06-02  drhFix the CLI so that it works when compiled using STDCALL on
2026-06-01  drhEnhance PRAGMA integrity_check so that it better detect...
2026-06-01  danDisable transitive WHERE constraints when there are...
2026-06-01  danMinor performance improvement for the patch on this... transitive-where-collate-bugs
2026-06-01  danFix minor problems surrounding transitive WHERE constra...
2026-06-01  drhMake sure the authenticator is called for columns that...
2026-06-01  danFor expressions of the form "(x, y...) IN (SELECT a...
2026-06-01  danBetter handle a (possibly) potential buffer overrun...
2026-06-01  stephanRemove the data type ANY added to the shell's CSV expor...
2026-06-01  drhDo not allow the argument to a table-valued function...
2026-06-01  drhTest case to show that the change fixes the original... right-ref-cte
2026-06-01  drhImprovements to sqlite3SelectCheckOnClauses() to be...
2026-06-01  drhBack out the recent change to carray. The intent is...
2026-06-01  danFix an integer overflow that could lead to a buffer...
2026-06-01  danUpdate new test in zipfile.test so that it does not... zipfile-buffer-overrun
2026-06-01  danFix an integer overflow that could lead to a buffer...
2026-06-01  drhExtra defenses against integer overflows in the unteste...
2026-05-31  drhFix the carray virtual table so that it gives no soluti...
2026-05-31  drhTest case to cover the bug fix in the previous check-in.
2026-05-31  drhFix the zipfile extension so that ZIP archives containi...
2026-05-31  drhFiddle should default to using NO_COLOR since the JS...
2026-05-31  drhFix the format() SQL function so that it reports TOOBIG...
2026-05-30  drhAdd a test to ensure an application does not try to...
2026-05-30  drhHarden the diskused.c extension against NULL pointer...
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-29  drhRename the ext/misc/analyze.c extension to ext/misc...
2026-05-29  drhThe -csv option to the CLI also sets "-limits off"...
2026-05-28  danAvoid a resource leak in an error path in the icu exten...
2026-05-28  drhFix an infinite loop that can occur in the unused,...
2026-05-28  danFix a problem with shell tool function analyze() and...
2026-05-28  drhFix potential integer overflow in btree overflow page...
2026-05-26  stephanPatch test/indexexpr1.test to work when built with...
2026-05-26  stephanFix an OOM check in shell.c.in. Addresses [forum:2026...
2026-05-26  danFix a potential 1-byte overread in sqlite3changeset_inv...
2026-05-26  danFix 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  drhFix a minor problem with test case mjournal-3.3.
2026-05-25  drhEarly malformed JSON errors in json_each() and json_tre...
2026-05-25  drhFix to testrunner.tcl so that it will run on FreeBSD.
next