]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-06-23  drhFix a typo in a comment. No code changes.
2026-06-23  stephanMakefile doc tweaks. No functional changes.
2026-06-23  stephanImprove robustness against corrupt kvvfs journal files...
2026-06-23  danFix a NULL pointer dereference that could occur in...
2026-06-23  drhFix a NULL pointer dereference that can occur when...
2026-06-23  drhFix an OOB read in the next_char() function of the
2026-06-23  drhFix dequoting error on the instantiation parameters...
2026-06-23  drhFix rounding behavior for all-9s decimals in the decima...
2026-06-22  danAdd the BTREE_HINT_TABLECURSOR cursor-hint. This is...
2026-06-21  stephanCorrect test from [96a48a15760a] - that journal was...
2026-06-21  stephanExtend the test from the previous check-in a bit.
2026-06-21  stephanAdd a JS test demonstrating that [7c4db1cd2d06] recover...
2026-06-21  stephanFix a result value semantics bug which broke applicatio...
2026-06-21  stephanFix a potential integer overflow when decoding a corrup...
2026-06-20  drhFix an incorrect assert() in check-in [984c9b181801c1de]
2026-06-20  stephanCorrect misuse of a loop control variable in writing...
2026-06-19  drhAdd the sqlite3_result_str() interface and use it to...
2026-06-19  drhUse SQLITE_FINISH in a few places in the core, to help... sqlite3-result-str
2026-06-19  drhPut the sqlite3OomStr singleton in "const" space to...
2026-06-19  drhAdditional changes based on Claude analysis.
2026-06-19  drhFurther refinements and uses for sqlite3_result_str().
2026-06-19  drhPrototype implementation for a new sqlite3_result_str...
2026-06-19  drhFix the format() SQL function so that it returns an...
2026-06-19  danFix a cast in fts3_write so that it is applied as inten...
2026-06-19  danFix an fts5 problem causing attempts to create locale...
2026-06-18  drhFix a memory size computation error on 32-bit platforms...
2026-06-17  drhSmall parsing performance improvement by reducing the...
2026-06-17  drhRemove the unnecessary Parse.szOpAlloc field, for small...
2026-06-17  drhSmall performance boost in the sqlite3VdbeResolveLabel...
2026-06-17  drhSafer conversion from double to 64-bit integer in two...
2026-06-17  drhAdditional refinements to the large floating-point...
2026-06-17  drhFix CLI CSV test cases so that they suppress the CR...
2026-06-17  drhFix the OR-to-IN optimization so that it works in cases...
2026-06-16  drhTypo fix in a comment used to generate documentation...
2026-06-16  danAfter opening a non-covering index cursor, pass the... cursor-hint-tblcsr
2026-06-16  drhLimit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH...
2026-06-16  danFix instances of potential buffer overflow caused by...
2026-06-16  drhFix a possible call to memcpy() with a NULL source...
2026-06-15  drhConsistent error messages for excess trigger nesting.
2026-06-15  danSpeed up SQL aggregate functions percentile() and media...
2026-06-15  drhNew Windows makefile targets for common EXEs that omit...
2026-06-15  danImprove comments in percentSort(). pecentile-partial-sort
2026-06-15  drhEnhance SQLITE_LIMIT_TRIGGER_DEPTH so that it also...
2026-06-15  stephanChange the PACKAGE_BUGREPORT config option point to...
2026-06-15  danFix a problem sometimes causing an UPSERT to incorrectl...
2026-06-15  drhImprovements to handling of inequality constraints...
2026-06-15  drhAdditional tweaks and test cases for generate_series... series-boundry-cases
2026-06-15  drhBetter behavior for generate_series() in cases where...
2026-06-15  danAvoid a possible buffer overrun in 32-bit builds of...
2026-06-15  stephanRevert the native impl of kvvfs's xOpen() (as distinct...
2026-06-15  danFix a problem that could cause fts5 to return incorrect...
2026-06-15  danRegardless of whether the platform is 32 or 64-bits...
2026-06-15  drhFix rounding behavior in the decimal extension when...
2026-06-15  drhPrevent array overflow when decoding a corrupted value...
2026-06-14  drhRemove the unused, untested, experiemental "blobio...
2026-06-14  drhDo not allow ridiculous "columns=N" values in the ...
2026-06-13  danSpeed up SQL aggregate functions percentile() and media...
2026-06-13  drhMake the --header option to the CLI sticky, so that...
2026-06-12  danWhen reading a super-journal name from a journal file...
2026-06-12  danFix errors in comments on this branch. Also prefer... super-journal-malloc
2026-06-12  danFix a memory leak that could follow an OOM error in...
2026-06-12  drhImproved documentation for sqlite3_deserialize().
2026-06-12  drhDo not use shared locks on SHM files when the filename...
2026-06-12  danFix a buffer overwrite in fts3 that could occur while...
2026-06-12  drhWhen using a read-only WAL/SHM, handle a corrupt page...
2026-06-12  drhAdd the --raw option to the dbtotxt command-line tool...
2026-06-12  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...
next