]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 hours ago  drhAttempt to align instances of the sqlite3_mutex object... master
4 hours ago  drhFix comment typo
27 hours ago  drhImproved detection of when the alternative windows...
28 hours ago  drhRelax arbitrary length restrictions on some error messa...
29 hours ago  stephanIncrease a stack-local buffer size to resolve a test...
29 hours ago  danFix a crash that could occur if sqlite3_deserialize...
34 hours ago  stephanRefactor the uint128 type check to consolidate duplicat...
35 hours ago  stephanFeature detection fix for uint128 on RISCV 32-bit,...
46 hours ago  drhImprovements to temp-file cleanup on close in the CLI.
3 days ago  drhIn the CLI, eliminate the 2-second delay before getting...
3 days ago  drhSimplify the modePush()/modePop() implementation in...
3 days ago  danDo not run expridx2.test as part of the "journaltest...
3 days ago  danFix a single-byte OOB read that could occur in the...
3 days ago  drhMinor code simplification in the CLI.
3 days ago  drhFix a problem in the CLI in which the ".www" command...
3 days ago  drhFix test cases due to recent CLI default prompt changes...
4 days ago  drhImprovements to the default prompt for the CLI.
4 days ago  drhImproved default prompt in the CLI.
4 days ago  drhFix harmless compiler warnings. Enhance the CLI prompt...
4 days ago  drhFix a bug in [dbc1d6f0a3452607] that disrupts the displ...
5 days ago  drhImprovements to the #define mechanism in the CLI that...
5 days ago  danHave testrunner.tcl return a non-zero exit status if...
5 days ago  drhNew CLI prompt escape sequences: /r, /A, /v, /V, and...
5 days ago  drhFix harmless compiler warning.
5 days ago  stephanCLI shell: handle the special case of .prompt "" to...
5 days ago  danWhen updating indexes on expressions, omit the update...
5 days ago  danAdd OOM test for the new code on this branch. index-detect-noop
5 days ago  drhMark branches that are believed to be unreachable.
5 days ago  danInstead of adding a branch to OP_IdxInsert, use an...
5 days ago  danEnable the optimization on this branch for indexes...
5 days ago  danFix P3/P5 confusion in the comment above OP_IdxDelete.
6 days ago  danDetect and omit cases where an index key is being repla...
6 days ago  drhFix a integer type bug in the previous check-in.
6 days ago  drhQRF and the CLI preserve zero bytes when outputing...
6 days ago  drhFix harmless compiler warning in QRF.
6 days ago  danDisable optimization of nested EXIST loops. Possible...
6 days ago  drhFix the BETWEEN operator so that it propagates the...
6 days ago  danCorrectly dequote the constraint name passed to ALTER...
7 days ago  danDisable optimization of nested EXIST loops. Possible... disable-nested-exist-opt
7 days ago  drhFix an off-by-one buffer size calculation in the decima...
7 days ago  drhDo not unnecessarily delay opening the database file...
7 days ago  drhFix another bug in [/info/e33da6d5dc964db8|EXISTS-to...
7 days ago  stephanReformulate how the OPFS async proxy Worker is loaded...
8 days ago  drhFix the fileio extension for Windows builds so that...
9 days ago  drhFix a harmless compiler warning in test/speedtest1.c.
10 days ago  drhPerformance improvement in the substr() and length...
10 days ago  drhFix a test case that started failing due to a change...
11 days ago  danUpdate interrupt2.test to avoid using Tcl_GetCommandInf...
11 days ago  drhHelp-text and comment fixes in the CLI. Add the output...
11 days ago  drhLess error-prone parsing of ".once" options. Fix for...
11 days ago  drhFix testrunner.tcl so that it does not create directori...
11 days ago  drhImproved comments explaining the logic, and improved...
12 days ago  drhMinor updates to testrunner documentation.
12 days ago  danRun C-language tests in tests/c/ as part of release...
13 days ago  drhThe sqlite3_str_new() interface never returns NULL...
13 days ago  drhBug fix in sqlite3_str_free(): Do not crash if called...
13 days ago  drhAdd support for the analyze() extension function to...
13 days ago  drhImprove the analyze() extension so that it returns...
13 days ago  drhFix harmless compiler warnings seen by MSVC in the...
13 days ago  drhAdd the analyze() SQL function implemented the ext...
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  stephanOn platforms which support ./configure --with-icu-confi...
13 days ago  danAvoid a potentially undefined left-shift in the fts5...
13 days ago  danHandle the case where the name of the constraint in...
13 days ago  drhCompute the average fanout for b-trees of depth 2 or...
13 days ago  stephanMinor doc typo fixes contributed by BrickViking.
13 days ago  drhCode simplifications. Return NULL is the specified...
13 days ago  danHandle a special case of a corrupt changeset in sqlite3...
13 days ago  danHave the session module detect some corrupt changesets... corrupt-changeset_fix
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  danHandle a special case of a corrupt changeset in sqlite3...
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  danEnsure c-tests use the locally built sqlite3.h file... c-tests
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-14  stephanPass the ICU-related build flags through the 'tclextens... tclextension-icu
2026-04-14  stephanTweak 'make tclextension' to pass on any --with-icu...
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  danUpdate test/c/snprintf1.c to test the result of 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...
next