]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
5 hours ago  danWhen reading a super-journal name from a journal file... master
6 hours ago  danFix errors in comments on this branch. Also prefer... super-journal-malloc
6 hours ago  danFix a memory leak that could follow an OOM error in...
6 hours ago  drhImproved documentation for sqlite3_deserialize().
7 hours ago  drhDo not use shared locks on SHM files when the filename...
8 hours ago  danFix a buffer overwrite in fts3 that could occur while...
11 hours ago  drhWhen using a read-only WAL/SHM, handle a corrupt page...
11 hours ago  drhAdd the --raw option to the dbtotxt command-line tool...
12 hours ago  danFix a signed integer overflow that could occur in fts3...
24 hours ago  drhComment improvements on the ".ar -x" command of the...
24 hours ago  drhFix harmless compiler warnings.
31 hours ago  drhFurther improvements to the ".ar" command of the CLI.
33 hours ago  drhThree-pass algorithm for the ".ar x" command in the...
33 hours ago  drhAdd the (undocumented) --debug option to the ".ar"...
46 hours ago  drhImproved detection of corrupt node IDs in RTree shadow...
2 days ago  danWhen reading a super-journal name from a journal file...
2 days ago  danFix a signed-integer overflow in fts5 that might occur...
2 days ago  drhDetect an OOM condition in the realpath() function...
2 days ago  drhFix a possible signed integer overflow in the RBU exten...
2 days ago  drhHarden code that processes Fossil Deltas against OOM...
3 days ago  danAvoid a possible integer overflow when fts5 tokenizes...
3 days ago  drhChange loop counter variables from int to i64 to avoid...
4 days ago  drhFix builds on i486 CPUs. [forum:/info/2025-01-25T12...
4 days ago  danFix another buffer overread in fts5 when processing...
4 days ago  danFix a buffer overread that could occur in fts5 when...
4 days ago  danAvoid a potential use-after-free in fts5. Report [bugs...
4 days ago  danClamp the nToken parameter to the fts5 snippet() functi...
4 days ago  danAdd extra tests to check that non-deterministic functio...
6 days ago  drhImprovements to the GCC compiler bug work-around of...
6 days ago  drhMinor performance enhancement and improved comments...
7 days ago  drhA new approach to working around the GCC bug. gcc-bug-114659
8 days ago  drhDisable the vector-IN-SELECT optimization if the number...
8 days ago  danFix a crash that could be caused by configuring the...
8 days ago  drhFix a possible NULL pointer derefence in the (experimen...
8 days ago  drhExtra testcase() macros to ensure adequate testing...
8 days ago  danFix problems with expressions like "(?,?,?) IN (SELECT...
8 days ago  drhClearly mark the ext/misc/wholenumber.c extension as...
9 days ago  danUpdate the utf-8 decoder in the ICU extension to treat...
9 days ago  danFix a faulty assert() in rtree that could fire when...
9 days ago  drhUse tail recursion on the larger of the two partitions...
9 days ago  danFix an integer overflow problem in fts3 that could...
9 days ago  danFix another buffer overread in fts5 that could occur...
9 days ago  danFix another potential buffer overrun that could occur...
9 days ago  drhFix a potential UAF bug in the zipfile extension.
9 days ago  drhFix negative array index in "testing and debugging...
9 days ago  danAvoid excessive recursion and stack overflow in fts3...
9 days ago  drhThe prefix_length() function should stop at the first...
9 days ago  drhMake the (unused, untested, and unsupported) ext/misc...
10 days ago  danFix a case where sqlite3expert could be tricked into...
10 days ago  danAdd extra test case to zipfile.test. No code changes.
10 days ago  drhFix the CLI so that it works when compiled using STDCALL on
11 days ago  drhEnhance PRAGMA integrity_check so that it better detect...
11 days ago  danDisable transitive WHERE constraints when there are...
11 days ago  danMinor performance improvement for the patch on this... transitive-where-collate-bugs
11 days ago  danFix minor problems surrounding transitive WHERE constra...
11 days ago  drhMake sure the authenticator is called for columns that...
11 days ago  danFor expressions of the form "(x, y...) IN (SELECT a...
11 days ago  danBetter handle a (possibly) potential buffer overrun...
11 days ago  stephanRemove the data type ANY added to the shell's CSV expor...
11 days ago  drhDo not allow the argument to a table-valued function...
11 days ago  drhTest case to show that the change fixes the original... right-ref-cte
11 days ago  drhImprovements to sqlite3SelectCheckOnClauses() to be...
11 days ago  drhBack out the recent change to carray. The intent is...
11 days ago  danFix an integer overflow that could lead to a buffer...
11 days ago  danUpdate new test in zipfile.test so that it does not... zipfile-buffer-overrun
11 days ago  danFix an integer overflow that could lead to a buffer...
11 days ago  drhExtra defenses against integer overflows in the unteste...
12 days ago  drhFix the carray virtual table so that it gives no soluti...
12 days ago  drhTest case to cover the bug fix in the previous check-in.
12 days ago  drhFix the zipfile extension so that ZIP archives containi...
12 days ago  drhFiddle should default to using NO_COLOR since the JS...
12 days ago  drhFix the format() SQL function so that it reports TOOBIG...
13 days ago  drhAdd a test to ensure an application does not try to...
13 days ago  drhHarden the diskused.c extension against NULL pointer...
13 days ago  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.
2026-05-25  drhEnhance the defenses against malformed JSONB in the...
2026-05-25  danUse "-encoding iso8859-1" instead of "-encoding binary...
2026-05-25  danFix a potential 1 byte overwrite that could occur when...
2026-05-25  danFix a potential buffer overwrite that could occur when...
2026-05-23  drhMake the /A substitution in the CLI prompt expansion...
2026-05-22  drhStrengthen the statement about not accepting agentic...
2026-05-22  danUpdate the session module so that it can apply changese...
2026-05-22  danAdd the SQLITE_CHANGESETAPPLY_NOUPDATELOOP option to... session-update-loops
next