]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 hours ago  drhLimit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH... master
4 hours ago  danFix instances of potential buffer overflow caused by...
6 hours ago  drhFix a possible call to memcpy() with a NULL source...
22 hours ago  drhConsistent error messages for excess trigger nesting.
22 hours ago  danSpeed up SQL aggregate functions percentile() and media...
23 hours ago  drhNew Windows makefile targets for common EXEs that omit...
23 hours ago  danImprove comments in percentSort(). pecentile-partial-sort
23 hours ago  drhEnhance SQLITE_LIMIT_TRIGGER_DEPTH so that it also...
24 hours ago  stephanChange the PACKAGE_BUGREPORT config option point to...
24 hours ago  danFix a problem sometimes causing an UPSERT to incorrectl...
24 hours ago  drhImprovements to handling of inequality constraints...
24 hours ago  drhAdditional tweaks and test cases for generate_series... series-boundry-cases
26 hours ago  drhBetter behavior for generate_series() in cases where...
26 hours ago  danAvoid a possible buffer overrun in 32-bit builds of...
27 hours ago  stephanRevert the native impl of kvvfs's xOpen() (as distinct...
28 hours ago  danFix a problem that could cause fts5 to return incorrect...
29 hours ago  danRegardless of whether the platform is 32 or 64-bits...
30 hours ago  drhFix rounding behavior in the decimal extension when...
39 hours ago  drhPrevent array overflow when decoding a corrupted value...
42 hours ago  drhRemove the unused, untested, experiemental "blobio...
44 hours ago  drhDo not allow ridiculous "columns=N" values in the ...
2 days ago  danSpeed up SQL aggregate functions percentile() and media...
2 days ago  drhMake the --header option to the CLI sticky, so that...
3 days ago  danWhen reading a super-journal name from a journal file...
3 days ago  danFix errors in comments on this branch. Also prefer... super-journal-malloc
3 days ago  danFix a memory leak that could follow an OOM error in...
3 days ago  drhImproved documentation for sqlite3_deserialize().
3 days ago  drhDo not use shared locks on SHM files when the filename...
4 days ago  danFix a buffer overwrite in fts3 that could occur while...
4 days ago  drhWhen using a read-only WAL/SHM, handle a corrupt page...
4 days ago  drhAdd the --raw option to the dbtotxt command-line tool...
4 days ago  danFix a signed integer overflow that could occur in fts3...
4 days ago  drhComment improvements on the ".ar -x" command of the...
4 days ago  drhFix harmless compiler warnings.
4 days ago  drhFurther improvements to the ".ar" command of the CLI.
5 days ago  drhThree-pass algorithm for the ".ar x" command in the...
5 days ago  drhAdd the (undocumented) --debug option to the ".ar"...
5 days ago  drhImproved detection of corrupt node IDs in RTree shadow...
5 days ago  danWhen reading a super-journal name from a journal file...
5 days ago  danFix a signed-integer overflow in fts5 that might occur...
6 days ago  drhDetect an OOM condition in the realpath() function...
6 days ago  drhFix a possible signed integer overflow in the RBU exten...
6 days ago  drhHarden code that processes Fossil Deltas against OOM...
7 days ago  danAvoid a possible integer overflow when fts5 tokenizes...
7 days ago  drhChange loop counter variables from int to i64 to avoid...
7 days ago  drhFix builds on i486 CPUs. [forum:/info/2025-01-25T12...
7 days ago  danFix another buffer overread in fts5 when processing...
8 days ago  danFix a buffer overread that could occur in fts5 when...
8 days ago  danAvoid a potential use-after-free in fts5. Report [bugs...
8 days ago  danClamp the nToken parameter to the fts5 snippet() functi...
8 days ago  danAdd extra tests to check that non-deterministic functio...
9 days ago  drhImprovements to the GCC compiler bug work-around of...
9 days ago  drhMinor performance enhancement and improved comments...
11 days ago  drhA new approach to working around the GCC bug. gcc-bug-114659
11 days ago  drhDisable the vector-IN-SELECT optimization if the number...
12 days ago  danFix a crash that could be caused by configuring the...
12 days ago  drhFix a possible NULL pointer derefence in the (experimen...
12 days ago  drhExtra testcase() macros to ensure adequate testing...
12 days ago  danFix problems with expressions like "(?,?,?) IN (SELECT...
12 days ago  drhClearly mark the ext/misc/wholenumber.c extension as...
12 days ago  danUpdate the utf-8 decoder in the ICU extension to treat...
12 days ago  danFix a faulty assert() in rtree that could fire when...
13 days ago  drhUse tail recursion on the larger of the two partitions...
13 days ago  danFix an integer overflow problem in fts3 that could...
13 days ago  danFix another buffer overread in fts5 that could occur...
13 days ago  danFix another potential buffer overrun that could occur...
13 days ago  drhFix a potential UAF bug in the zipfile extension.
13 days ago  drhFix negative array index in "testing and debugging...
13 days ago  danAvoid excessive recursion and stack overflow in fts3...
13 days ago  drhThe prefix_length() function should stop at the first...
13 days ago  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...
next