]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 days ago  drhUse SQLITE_FINISH in a few places in the core, to help... sqlite3-result-str
2 days ago  drhPut the sqlite3OomStr singleton in "const" space to...
2 days ago  drhAdditional changes based on Claude analysis.
2 days ago  drhFurther refinements and uses for sqlite3_result_str().
2 days ago  drhPrototype implementation for a new sqlite3_result_str...
2 days ago  drhFix the format() SQL function so that it returns an...
2 days ago  danFix a cast in fts3_write so that it is applied as inten...
2 days ago  danFix an fts5 problem causing attempts to create locale...
3 days ago  drhFix a memory size computation error on 32-bit platforms...
4 days ago  drhSmall parsing performance improvement by reducing the...
4 days ago  drhRemove the unnecessary Parse.szOpAlloc field, for small...
4 days ago  drhSmall performance boost in the sqlite3VdbeResolveLabel...
4 days ago  drhSafer conversion from double to 64-bit integer in two...
4 days ago  drhAdditional refinements to the large floating-point...
4 days ago  drhFix CLI CSV test cases so that they suppress the CR...
4 days ago  drhFix the OR-to-IN optimization so that it works in cases...
5 days ago  drhTypo fix in a comment used to generate documentation...
5 days ago  drhLimit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH...
5 days ago  danFix instances of potential buffer overflow caused by...
6 days ago  drhFix a possible call to memcpy() with a NULL source...
6 days ago  drhConsistent error messages for excess trigger nesting.
6 days ago  danSpeed up SQL aggregate functions percentile() and media...
6 days ago  drhNew Windows makefile targets for common EXEs that omit...
6 days ago  danImprove comments in percentSort(). pecentile-partial-sort
6 days ago  drhEnhance SQLITE_LIMIT_TRIGGER_DEPTH so that it also...
6 days ago  stephanChange the PACKAGE_BUGREPORT config option point to...
6 days ago  danFix a problem sometimes causing an UPSERT to incorrectl...
6 days ago  drhImprovements to handling of inequality constraints...
6 days ago  drhAdditional tweaks and test cases for generate_series... series-boundry-cases
6 days ago  drhBetter behavior for generate_series() in cases where...
6 days ago  danAvoid a possible buffer overrun in 32-bit builds of...
6 days ago  stephanRevert the native impl of kvvfs's xOpen() (as distinct...
6 days ago  danFix a problem that could cause fts5 to return incorrect...
6 days ago  danRegardless of whether the platform is 32 or 64-bits...
6 days ago  drhFix rounding behavior in the decimal extension when...
7 days ago  drhPrevent array overflow when decoding a corrupted value...
7 days ago  drhRemove the unused, untested, experiemental "blobio...
7 days ago  drhDo not allow ridiculous "columns=N" values in the ...
8 days ago  danSpeed up SQL aggregate functions percentile() and media...
8 days ago  drhMake the --header option to the CLI sticky, so that...
9 days ago  danWhen reading a super-journal name from a journal file...
9 days ago  danFix errors in comments on this branch. Also prefer... super-journal-malloc
9 days ago  danFix a memory leak that could follow an OOM error in...
9 days ago  drhImproved documentation for sqlite3_deserialize().
9 days ago  drhDo not use shared locks on SHM files when the filename...
9 days ago  danFix a buffer overwrite in fts3 that could occur while...
9 days ago  drhWhen using a read-only WAL/SHM, handle a corrupt page...
9 days ago  drhAdd the --raw option to the dbtotxt command-line tool...
9 days ago  danFix a signed integer overflow that could occur in fts3...
10 days ago  drhComment improvements on the ".ar -x" command of the...
10 days ago  drhFix harmless compiler warnings.
10 days ago  drhFurther improvements to the ".ar" command of the CLI.
10 days ago  drhThree-pass algorithm for the ".ar x" command in the...
10 days ago  drhAdd the (undocumented) --debug option to the ".ar"...
11 days ago  drhImproved detection of corrupt node IDs in RTree shadow...
11 days ago  danWhen reading a super-journal name from a journal file...
11 days ago  danFix a signed-integer overflow in fts5 that might occur...
11 days ago  drhDetect an OOM condition in the realpath() function...
11 days ago  drhFix a possible signed integer overflow in the RBU exten...
12 days ago  drhHarden code that processes Fossil Deltas against OOM...
12 days ago  danAvoid a possible integer overflow when fts5 tokenizes...
12 days ago  drhChange loop counter variables from int to i64 to avoid...
13 days ago  drhFix builds on i486 CPUs. [forum:/info/2025-01-25T12...
13 days ago  danFix another buffer overread in fts5 when processing...
13 days ago  danFix a buffer overread that could occur in fts5 when...
13 days ago  danAvoid a potential use-after-free in fts5. Report [bugs...
13 days ago  danClamp the nToken parameter to the fts5 snippet() functi...
13 days ago  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...
next