]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
6 hours ago  drhUse O_TMPFILE (on systems that support it) to security... master
6 hours ago  drhUpdates to testrunner.tcl: Shorten the prefix on creat...
6 hours ago  drhVersion number to 3.54.0 to begin the next development...
8 hours ago  drhMake use of O_TMPFILE for more secure temporary file... o_tmpfile
10 hours ago  drhVersion 3.53.0 major-release release version-3.53.0
12 hours ago  danFix some buffer overreads that might occur in the sessi...
16 hours ago  danWhen generating make.sh for testrunner, correctly quote...
17 hours ago  danFix some buffer overreads that might occur in the sessi... session-fixes
29 hours ago  drhFix a buffer overflow bug in a recent check-in, reporte...
2 days ago  stephanFix a few doc typos and inconsistencies. No code changes.
2 days ago  drhFix incorrect datatype on the auto_ext_leak_tester...
2 days ago  drhFix redundant typedef in qrf.c when that file is amalga...
2 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...
3 days ago  stephanAdd a call to sqlite3_reset_auto_extension() near the...
5 days ago  drhAppease static analyzers by masking the index to the
5 days ago  stephanAdd some comments to the OPFS async proxy about potenti...
6 days ago  drhEnhance testrunner.tcl so that a PATTERN argument that...
6 days ago  stephanconfigure script: replace two 'file normalize' calls...
6 days ago  drhFix Tcl9 compatibility issues in test_session.c.
7 days ago  drhMinor patch to test/json/json-speed-check.sh. That...
8 days ago  danFix a potential 4-byte overread in the sessions module...
8 days ago  drhAlways use sqlite3_malloc64() in extensions, where...
8 days ago  danFix a problem in the sessions module allowing a NULL...
8 days ago  drhMinor improvements to the documentation on how to compi...
8 days ago  stephanDoc cleanups in opfs-wl. No code changes.
9 days ago  drhAdd appropriate headers to ext/session/sqlite3session...
9 days ago  danAdd an API to the sessions module to add changes one...
9 days ago  danUpdate this branch with changes from trunk. changegroup-change-api
9 days ago  drhTurn an incorrect assert() into a testcase(). Fix...
10 days ago  stephanMove some build docs around for clarity. Move the TARGE...
10 days ago  drhRemove an unused variable in sqlite3Reindex(). Minor...
10 days ago  drhEnhance the printf() formatter to write floating point...
10 days ago  drhFix harmless compiler warnings about unused variable... direct-printf
11 days ago  drhMerge trunk performance enhancements and fixes into...
11 days ago  drhAvoid using unsigned 64-bit integer division on platfor...
11 days ago  drhThe _umulh() intrinsic function is not available on...
12 days ago  drhIn sqlite3_str_vappendf(), write floating-point renderi...
12 days ago  drhRemove a harmless unused variable from the fp-speed...
12 days ago  drhEnhancements to the fp-speed-N.c programs, suggested...
12 days ago  drhReduce the compiled size of the quote() SQL function.
12 days ago  drhTurn an sqlite3VMPrintf() into an sqlite3DbStrDup().
13 days ago  drhFix up the floating-point speed tests so that they...
13 days ago  drhAdd a comment to test/fptest01.sql to remind us that...
13 days ago  drhNew test cases for text→float conversions.
13 days ago  drhEnable the use of intrinsic high-precision multiplies...
13 days ago  drhChange the print resolution the fp-speed-1.c test to...
13 days ago  drhUpdate fp-speed-1.c and fp-speed-2.c to include its...
13 days ago  drhAdd the fp-speed-2.c performance test program.
13 days ago  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
2026-03-18  drhComment improvements. Ensure that tests in shellB...
2026-03-18  drhImprove the integrity-check error message when floating...
2026-03-18  danDo not assume that a recursive CTE emits rows in ORDER...
2026-03-18  drhTake care not to overread the record header when decodi...
2026-03-18  danPad the allocation in vdbeIsMatchingKey() a little...
2026-03-18  drhAdjust the fix at [f7389cdb129d3386] so that integrity_...
2026-03-18  drhSimplification to the logic that decides whether or...
next