]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 hours ago  drhImprove defenses in QRF against trying to run the same... master
2 hours ago  stephanAPI doc correction for sqlite3_js_retry_busy(). No...
3 hours ago  drhUse sqlite3_malloc() for memory allocation inside of...
4 hours ago  drhFix the printf() optimization added at [ccb6b6c4ac21742...
9 hours ago  drhAttempt to work around a bug in legacy Microsoft compilers.
10 hours ago  drhChange a variable name to try to quash a compiler warni...
11 hours ago  stephanCorrect shell result code propagation regression introd...
28 hours ago  drhUse O_TMPFILE (on systems that support it) to security...
28 hours ago  drhUpdates to testrunner.tcl: Shorten the prefix on creat...
28 hours ago  drhVersion number to 3.54.0 to begin the next development...
30 hours ago  drhMake use of O_TMPFILE for more secure temporary file... o_tmpfile
32 hours ago  drhVersion 3.53.0 major-release release version-3.53.0
33 hours ago  danFix some buffer overreads that might occur in the sessi...
37 hours ago  danWhen generating make.sh for testrunner, correctly quote...
38 hours ago  danFix some buffer overreads that might occur in the sessi... session-fixes
2 days ago  drhFix a buffer overflow bug in a recent check-in, reporte...
3 days ago  stephanFix a few doc typos and inconsistencies. No code changes.
3 days ago  drhFix incorrect datatype on the auto_ext_leak_tester...
3 days ago  drhFix redundant typedef in qrf.c when that file is amalga...
3 days ago  stephanReplace a doc reference to a renamed file, as reported...
3 days ago  stephanAdd a dummy auto-extension to the shell in SQLITE_DEBUG...
4 days ago  stephanAdd a call to sqlite3_reset_auto_extension() near the...
6 days ago  drhAppease static analyzers by masking the index to the
6 days ago  stephanAdd some comments to the OPFS async proxy about potenti...
7 days ago  drhEnhance testrunner.tcl so that a PATTERN argument that...
7 days ago  stephanconfigure script: replace two 'file normalize' calls...
7 days ago  drhFix Tcl9 compatibility issues in test_session.c.
8 days ago  drhMinor patch to test/json/json-speed-check.sh. That...
9 days ago  danFix a potential 4-byte overread in the sessions module...
9 days ago  drhAlways use sqlite3_malloc64() in extensions, where...
9 days ago  danFix a problem in the sessions module allowing a NULL...
9 days ago  drhMinor improvements to the documentation on how to compi...
9 days ago  stephanDoc cleanups in opfs-wl. No code changes.
10 days ago  drhAdd appropriate headers to ext/session/sqlite3session...
10 days ago  danAdd an API to the sessions module to add changes one...
10 days ago  danUpdate this branch with changes from trunk. changegroup-change-api
10 days ago  drhTurn an incorrect assert() into a testcase(). Fix...
11 days ago  stephanMove some build docs around for clarity. Move the TARGE...
11 days ago  drhRemove an unused variable in sqlite3Reindex(). Minor...
11 days ago  drhEnhance the printf() formatter to write floating point...
11 days ago  drhFix harmless compiler warnings about unused variable... direct-printf
12 days ago  drhMerge trunk performance enhancements and fixes into...
12 days ago  drhAvoid using unsigned 64-bit integer division on platfor...
12 days ago  drhThe _umulh() intrinsic function is not available on...
13 days ago  drhIn sqlite3_str_vappendf(), write floating-point renderi...
13 days ago  drhRemove a harmless unused variable from the fp-speed...
13 days ago  drhEnhancements to the fp-speed-N.c programs, suggested...
13 days ago  drhReduce the compiled size of the quote() SQL function.
13 days ago  drhTurn an sqlite3VMPrintf() into an sqlite3DbStrDup().
2026-03-27  drhFix up the floating-point speed tests so that they...
2026-03-27  drhAdd a comment to test/fptest01.sql to remind us that...
2026-03-27  drhNew test cases for text→float conversions.
2026-03-27  drhEnable the use of intrinsic high-precision multiplies...
2026-03-27  drhChange the print resolution the fp-speed-1.c test to...
2026-03-27  drhUpdate fp-speed-1.c and fp-speed-2.c to include its...
2026-03-27  drhAdd the fp-speed-2.c performance test program.
2026-03-27  drhAdd a comment showing reserved file-control numbers...
2026-03-26  stephanAdd SQLITE_STRICT_SUBTYPE to PRAGMA compile_options...
2026-03-26  drhEnhance the return value from sqlite3AtoF() so that...
2026-03-26  drhRevamp the return code from sqlite3AtoF() for additiona...
2026-03-26  drhImprovements to the sqlite3AtoF() interface. Add a...
2026-03-26  drhBack out the sqlite3_atof() API, for now.
2026-03-25  drhFix an off-by-one error that cause a loop to (harmlessl...
2026-03-25  drhPerformance optimization when zero-padding in printf().
2026-03-25  drhSmall size reduction and performance increase in sqlite...
2026-03-25  drhSignification optimizations to layout of text for float...
2026-03-25  danHandle the case where the compile-time default page...
2026-03-24  drhPrevent overly long JSON paths from using too much...
2026-03-24  drhLimit JSONB recursion depth in the json_patch() function.
2026-03-24  drhImproved error messages for JSONB nested too deep.
2026-03-24  stephanRemove a stale reference to the long-removed SQLITE_MUT...
2026-03-24  drhMinor simplification to JSON path error reporting.
2026-03-24  drhRecognize artifical JSONB blobs with deep recursion...
2026-03-23  drhMove datatype and structure definitions up near the...
2026-03-23  stephanRequire a button click to start the OPFS concurrency...
2026-03-23  drhUse sqlite3_atof() instead of atof() in the CLI. Dogfo...
2026-03-23  drhMove the definition of the new sqlite3_atof() function...
2026-03-23  drhAdd the sqlite3_atof() interface.
2026-03-22  drhProposed new API routine: sqlite3_atof(). atof
2026-03-22  drhPerformance enhancements and improved documentation...
2026-03-22  drhAdditional performance improvements in sqlite3AtoF... optimize-atof
2026-03-22  drhFurther simplification and performance improvement
2026-03-22  drhPerformance improvements in the floating-point number...
2026-03-21  drhBecause version 3.52.0 was withdrawn, that means QRF...
2026-03-21  drhTry to fix harmless compiler warnings from legacy C...
2026-03-21  drhAdd support for REINDEX EXPRESSIONS
2026-03-21  drhUndo "indices"→"indexes" changes in comments,... reindex-expressions
2026-03-20  drhFix harmless compiler warnings in the csv.c.
2026-03-20  drhIf the argument to REINDEX is EXPRESSIONS (with no...
2026-03-20  drhIf there are not collating sequences, tables, or indexe...
2026-03-20  danEnsure that collation sequences on non-PK columns of...
2026-03-19  drhEnsure that sqlite3RCStr values returned by json_group_...
2026-03-19  danUpdate fts5 scan costs to take into account that a...
2026-03-19  drhRestructure some internal subroutine signatures for...
2026-03-19  drhUse compiler intrinsics to improve the performance of
2026-03-19  danDo not assume that a recursive CTE emits rows in ORDER...
2026-03-19  danReverse the if() condition added by this branch. forum-deb1eadf4d
2026-03-18  drhContinue enforcing the legacy declaration-before-statem...
2026-03-18  drhAdd logic to silently and transparently deal with stale...
2026-03-18  drhMinor optimization to error message generation in integ... idxdelete-tolerance
next