]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
13 days ago  drhAdd a missing open_db() call in the new ".dbstat" comma... analyze-sql-func
13 days ago  drhAdd the .dbstat command to the CLI.
13 days ago  drhCompute the average fanout for b-trees of depth 2 or...
13 days ago  drhCode simplifications. Return NULL is the specified...
13 days ago  drhMerge trunk enhancements and fixes into the analyze...
13 days ago  drhVarious minor tweaks and refinements to the analyze...
13 days ago  drhImplementation of the analyze() SQL function is now...
13 days ago  drhMuch, but not all, of the report generation is added...
13 days ago  danIn RBU vacuum commands, do as SQLite does and ignore...
13 days ago  drhCheck-in [495e4851d4296b49] breaks the build for Window...
2026-04-14  drhFurther fixes and clarifications. Now ready to start...
2026-04-14  drhFurther improvements to error messages and robustness.
2026-04-14  drhImproved error messages and robustness.
2026-04-14  drhInitial prototype implementation of a new run-time...
2026-04-14  stephanMinor README typo fix reported off-list by BrickViking.
2026-04-13  drhFix typos and inaccuracies in comments. No changes...
2026-04-13  drh".prompt" command improvements in the CLI: Guard again...
2026-04-13  drhImprovements to the prompt_filename() function in the...
2026-04-13  stephanLatest upstream jimsh0.c.
2026-04-12  stephanDoc typo fix which broke the docsrc build, reported...
2026-04-12  drhBug fix in the revised ".prompt" command of the CLI...
2026-04-12  stephanFix a typo which causes .headers to not show up in...
2026-04-11  drhChange the prompt escape design yet again, to use ...
2026-04-11  drhCLI prompt design change: The escape character is...
2026-04-11  drhTwo C-preprocessor macros SQLITE_PS1 and SQLITE_PS2...
2026-04-11  drhMake sqlite3_incomplete() available to extensions.
2026-04-11  stephanWhen fiddle terminal mode is enabled, add a link to...
2026-04-11  drhFix harmless UB in sqlite3_incomplete().
2026-04-11  stephanfiddle: disable jquery.terminal's pre-processing of...
2026-04-11  drhImprovements to the interactive prompt in the CLI:
2026-04-11  drhFix harmless compiler warnings. cli-prompt
2026-04-11  drhInitial test cases for the CLI prompt enhancements.
2026-04-11  drhAdd --reset, --show, and -- options to the ".prompt...
2026-04-11  drhEnhancements to shell_prompt_test() for better testing...
2026-04-11  drhRemove arbitrary limits on the length of CLI prompts...
2026-04-11  drhFix the \B escape for prompts so that it uses wcwid...
2026-04-10  stephanEnsure that sqlite3-opfs-async-proxy.js is copied into...
2026-04-10  stephanEnsure that sqlite3-opfs-async-proxy.js is copied into...
2026-04-10  stephanA protype of .prompt support in fiddle but its utility...
2026-04-10  stephanExpose the main /fiddle object to the browser dev conso...
2026-04-10  drhFix minor issues on Windows.
2026-04-10  drhFix prompt for in-memory databases. Fix the continuati...
2026-04-10  drhReplace the former dynamic-continuation prompt logic...
2026-04-10  drhAdd the \B escape for CLI prompts. Change the... cli-prompt-redo
2026-04-10  drhThe \H escape on a prompt string fills in with...
2026-04-10  drhMerge trunk fixes and enhancements into the cli-prompt...
2026-04-10  drhImprove defenses in QRF against trying to run the same...
2026-04-10  stephanAPI doc correction for sqlite3_js_retry_busy(). No...
2026-04-10  drhUse sqlite3_malloc() for memory allocation inside of...
2026-04-10  drhFix the printf() optimization added at [ccb6b6c4ac21742...
2026-04-10  drhPrototype sqlite3_incomplete() - a variant of sqlite3_c...
2026-04-10  drhAttempt to work around a bug in legacy Microsoft compilers.
2026-04-10  drhChange a variable name to try to quash a compiler warni...
2026-04-10  stephanCorrect shell result code propagation regression introd...
2026-04-10  drhImprovements to the way \x works so that it can...
2026-04-09  drhA prototype of code that shows how to expand backslash...
2026-04-09  drhStore the prompts as part of the ShellState object...
2026-04-09  drhStrip out the legacy dynamic prompt generation. It...
2026-04-09  drhClean-ups in prompt generation in the CLI.
2026-04-09  drhUse O_TMPFILE (on systems that support it) to security...
2026-04-09  drhUpdates to testrunner.tcl: Shorten the prefix on creat...
2026-04-09  drhVersion number to 3.54.0 to begin the next development...
2026-04-09  drhMake use of O_TMPFILE for more secure temporary file... o_tmpfile
2026-04-09  drhMerge the 3.53.0 release changes into the cli-prompt...
2026-04-09  drhVersion 3.53.0 major-release release version-3.53.0
2026-04-09  danFix some buffer overreads that might occur in the sessi...
2026-04-09  danWhen generating make.sh for testrunner, correctly quote...
2026-04-09  danFix some buffer overreads that might occur in the sessi... session-fixes
2026-04-08  drhFix a buffer overflow bug in a recent check-in, reporte...
2026-04-07  stephanFix a few doc typos and inconsistencies. No code changes.
2026-04-07  drhFix incorrect datatype on the auto_ext_leak_tester...
2026-04-07  drhFix redundant typedef in qrf.c when that file is amalga...
2026-04-07  stephanReplace a doc reference to a renamed file, as reported...
2026-04-06  stephanAdd a dummy auto-extension to the shell in SQLITE_DEBUG...
2026-04-06  stephanAdd a call to sqlite3_reset_auto_extension() near the...
2026-04-04  drhAppease static analyzers by masking the index to the
2026-04-04  stephanAdd some comments to the OPFS async proxy about potenti...
2026-04-03  drhEnhance testrunner.tcl so that a PATTERN argument that...
2026-04-03  stephanconfigure script: replace two 'file normalize' calls...
2026-04-03  drhFix Tcl9 compatibility issues in test_session.c.
2026-04-02  drhMinor patch to test/json/json-speed-check.sh. That...
2026-04-02  drhImprovements to the syntax hints in the continuation...
2026-04-01  danFix a potential 4-byte overread in the sessions module...
2026-04-01  drhAlways use sqlite3_malloc64() in extensions, where...
2026-04-01  danFix a problem in the sessions module allowing a NULL...
2026-04-01  drhMinor improvements to the documentation on how to compi...
2026-04-01  stephanDoc cleanups in opfs-wl. No code changes.
2026-03-31  drhAdd appropriate headers to ext/session/sqlite3session...
2026-03-31  danAdd an API to the sessions module to add changes one...
2026-03-31  danUpdate this branch with changes from trunk. changegroup-change-api
2026-03-31  drhTurn an incorrect assert() into a testcase(). Fix...
2026-03-30  stephanMove some build docs around for clarity. Move the TARGE...
2026-03-30  drhRemove an unused variable in sqlite3Reindex(). Minor...
2026-03-29  drhEnhance the printf() formatter to write floating point...
2026-03-29  drhFix harmless compiler warnings about unused variable... direct-printf
2026-03-29  drhMerge trunk performance enhancements and fixes into...
2026-03-29  drhAvoid using unsigned 64-bit integer division on platfor...
2026-03-29  drhThe _umulh() intrinsic function is not available on...
2026-03-28  drhIn sqlite3_str_vappendf(), write floating-point renderi...
2026-03-28  drhRemove a harmless unused variable from the fp-speed...
next