]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-05-01  drhThis is an idea for new APIs to improve upon sqlite3_se... push-pop-authorizer
2026-05-01  drhFix an SQLITE_MISUSE memory error in check-ini [1f94035...
2026-05-01  drhHarden the recovery extension against SQL injections...
2026-05-01  drhCheck-in [1786fcd5b4ee6cd9] works great and generates...
2026-04-30  drhThe value for /f and other filename substitutions in...
2026-04-30  drhRemove lots of code used to support legacy Windows...
2026-04-30  drhFix a harmless compiler warning in src/mutex_w32.c.
2026-04-30  drhFix the memdb1.test test module so that it runs correct...
2026-04-30  drhChange the CLI warning that appears in the header about...
2026-04-30  drhAdd the /m escape to the CLI prompt string. Use it...
2026-04-29  danFix a crash that could occur if the destination databas...
2026-04-29  drhReduce the number of system calls in the os_win.c thunk... omit-legacy-windows
2026-04-29  drhFurther simplifications to the interface to the Windows...
2026-04-29  drhSimplify the Windows interface by removing support...
2026-04-28  drhUpdates and simplifications to the mutex implementation... win-mutex-revamp
2026-04-28  drhAttempt to align instances of the sqlite3_mutex object...
2026-04-28  drhFix comment typo
2026-04-27  drhImproved detection of when the alternative windows...
2026-04-27  drhRelax arbitrary length restrictions on some error messa...
2026-04-27  stephanIncrease a stack-local buffer size to resolve a test...
2026-04-27  danFix a crash that could occur if sqlite3_deserialize...
2026-04-27  stephanRefactor the uint128 type check to consolidate duplicat...
2026-04-27  stephanFeature detection fix for uint128 on RISCV 32-bit,...
2026-04-26  drhImprovements to temp-file cleanup on close in the CLI.
2026-04-25  drhIn the CLI, eliminate the 2-second delay before getting...
2026-04-25  drhSimplify the modePush()/modePop() implementation in...
2026-04-25  danDo not run expridx2.test as part of the "journaltest...
2026-04-25  danFix a single-byte OOB read that could occur in the...
2026-04-25  drhMinor code simplification in the CLI.
2026-04-25  drhFix a problem in the CLI in which the ".www" command...
2026-04-24  drhFix test cases due to recent CLI default prompt changes...
2026-04-24  drhImprovements to the default prompt for the CLI.
2026-04-23  drhImproved default prompt in the CLI.
2026-04-23  drhFix harmless compiler warnings. Enhance the CLI prompt...
2026-04-23  drhFix a bug in [dbc1d6f0a3452607] that disrupts the displ...
2026-04-23  drhImprovements to the #define mechanism in the CLI that...
2026-04-23  danHave testrunner.tcl return a non-zero exit status if...
2026-04-23  drhNew CLI prompt escape sequences: /r, /A, /v, /V, and...
2026-04-23  drhFix harmless compiler warning.
2026-04-23  stephanCLI shell: handle the special case of .prompt "" to...
2026-04-22  danWhen updating indexes on expressions, omit the update...
2026-04-22  danAdd OOM test for the new code on this branch. index-detect-noop
2026-04-22  drhMark branches that are believed to be unreachable.
2026-04-22  danInstead of adding a branch to OP_IdxInsert, use an...
2026-04-22  danEnable the optimization on this branch for indexes...
2026-04-22  danFix P3/P5 confusion in the comment above OP_IdxDelete.
2026-04-22  danDetect and omit cases where an index key is being repla...
2026-04-22  drhFix a integer type bug in the previous check-in.
2026-04-22  drhQRF and the CLI preserve zero bytes when outputing...
2026-04-21  drhFix harmless compiler warning in QRF.
2026-04-21  danDisable optimization of nested EXIST loops. Possible...
2026-04-21  drhFix the BETWEEN operator so that it propagates the...
2026-04-21  danCorrectly dequote the constraint name passed to ALTER...
2026-04-21  danDisable optimization of nested EXIST loops. Possible... disable-nested-exist-opt
2026-04-21  drhFix an off-by-one buffer size calculation in the decima...
2026-04-21  drhDo not unnecessarily delay opening the database file...
2026-04-21  drhFix another bug in [/info/e33da6d5dc964db8|EXISTS-to...
2026-04-21  stephanReformulate how the OPFS async proxy Worker is loaded...
2026-04-20  drhFix the fileio extension for Windows builds so that...
2026-04-18  drhFix a harmless compiler warning in test/speedtest1.c.
2026-04-18  drhPerformance improvement in the substr() and length...
2026-04-17  drhFix a test case that started failing due to a change...
2026-04-17  danUpdate interrupt2.test to avoid using Tcl_GetCommandInf...
2026-04-17  drhHelp-text and comment fixes in the CLI. Add the output...
2026-04-17  drhLess error-prone parsing of ".once" options. Fix for...
2026-04-16  drhFix testrunner.tcl so that it does not create directori...
2026-04-16  drhImproved comments explaining the logic, and improved...
2026-04-16  drhMinor updates to testrunner documentation.
2026-04-16  danRun C-language tests in tests/c/ as part of release...
2026-04-15  drhThe sqlite3_str_new() interface never returns NULL...
2026-04-15  drhBug fix in sqlite3_str_free(): Do not crash if called...
2026-04-15  drhAdd support for the analyze() extension function to...
2026-04-15  drhImprove the analyze() extension so that it returns...
2026-04-15  drhFix harmless compiler warnings seen by MSVC in the...
2026-04-15  drhAdd the analyze() SQL function implemented the ext...
2026-04-15  drhAdd a missing open_db() call in the new ".dbstat" comma... analyze-sql-func
2026-04-15  drhAdd the .dbstat command to the CLI.
2026-04-15  stephanOn platforms which support ./configure --with-icu-confi...
2026-04-15  danAvoid a potentially undefined left-shift in the fts5...
2026-04-15  danHandle the case where the name of the constraint in...
2026-04-15  drhCompute the average fanout for b-trees of depth 2 or...
2026-04-14  stephanMinor doc typo fixes contributed by BrickViking.
2026-04-14  drhCode simplifications. Return NULL is the specified...
2026-04-14  danHandle a special case of a corrupt changeset in sqlite3...
2026-04-14  danHave the session module detect some corrupt changesets... corrupt-changeset_fix
2026-04-14  drhMerge trunk enhancements and fixes into the analyze...
2026-04-14  drhVarious minor tweaks and refinements to the analyze...
2026-04-14  danHandle a special case of a corrupt changeset in sqlite3...
2026-04-14  drhImplementation of the analyze() SQL function is now...
2026-04-14  drhMuch, but not all, of the report generation is added...
2026-04-14  danEnsure c-tests use the locally built sqlite3.h file... c-tests
2026-04-14  danIn RBU vacuum commands, do as SQLite does and ignore...
2026-04-14  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...
next