]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-06-17  stephanproj.tcl portability fixes and cleanups suggested in... linux-named-apple
2025-06-16  drhFix an issue going back to version 3.39.0 with transiti...
2025-06-16  drhImproved debugging output for the transitive constraint...
2025-06-16  drhMake the show-%p-az-zero hack of the previous check...
2025-06-16  drhAdd an "#if 0" that can be changed to "1" to cause...
2025-06-12  danHave sqlite3_setlk_timeout() take the database handle...
2025-06-11  danFix a problem with UPDATEs on fts5 tables that contain...
2025-06-11  drhFix the concat_ws() SQL function so that it includes...
2025-06-10  drhImproved selection of the divisor when subdividing...
2025-06-10  drhMinor corrections to the new Bitvec testing logic.
2025-06-10  drhEnhancements to sqlite3BitvecBuiltinTest() that allow...
2025-06-10  drhImproved diagnostics for Bitvec: Add the sqlite3ShowBi...
2025-06-09  drhAdjustments to ext/misc/fileio.c in an attempt to get...
2025-06-06  drhRemove unnecessary whitespace and otherwise improve...
2025-06-06  drhUpdate the "msort" function in Lemon so that it works...
2025-06-05  drhRemove the clunky test_windirent.h and test_windirent...
2025-06-05  drhEnhance the FSDIR virtual table with a new "level"...
2025-06-04  stephantea build: add an info-exists check after a 'scan'...
2025-06-03  stephanApply the duplicate 'export default' workaround to...
2025-06-03  drhEnhance sqlite3_rsync so that it works even if the...
2025-06-03  drhFix an off-by-one error in sqlite3_rsync, reported in
2025-06-03  drhFix harmless compiler warning introduced by the setlk...
2025-06-02  drhFix JSONB edit so that when it is trying to reduce...
2025-06-02  drhIncrease the version number to 3.51.0
2025-06-02  danFixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds...
2025-06-02  danFix os_win.c so that SQLITE_ENABLE_SETLK_TIMEOUT=2... setlk-snapshot-fix
2025-06-02  drhImprove the accuracy of affinity and collating sequence...
2025-06-02  danUpdates to new test cases to run with SQLITE_ENABLE_SET...
2025-06-02  danMerge trunk changes into this branch.
2025-06-02  stephanSlight modernization of the TEA README.txt.
2025-06-02  stephanTEA: remove the stale man page and references to the...
2025-06-02  drhRemove an unnecessary parameter from sqlite3VdbeRecordU...
2025-06-02  drhFix stale comments related to KeyInfo. Add new assert...
2025-06-01  drhFix an off-by-one error in the size computation of...
2025-06-01  drhFix VACUUM so that it works even when ATTACH_WRITE...
2025-05-31  drhEnhance "box" and "column" mode formatting in the CLI...
2025-05-31  danUpdate a few test scripts so that they run on windows.
2025-05-31  drhNew makefile target "xdevtest" works like "releasetest...
2025-05-31  danFix an affinity problem caused by a USING or NATURAL...
2025-05-31  drhRelax query flattener constraint (3b) and thereby allow...
2025-05-31  danFix assert() statements in os_unix.c and os_win.c....
2025-05-31  stephanMove a mis-located makefile comment block.
2025-05-31  stephantcl extension: UDFs may now 'break' to return an SQL...
2025-05-31  stephanAdd some missing UNUSED_PARAMETER() annotations to...
2025-05-30  drhFollow-up to the previous: The same optimization suppr...
2025-05-30  danIf blocking locks are enabled, avoid using the busy...
2025-05-30  drhWhen synthesizing an ON constraint from a USING or...
2025-05-30  danAvoid invoking the busy-handler if a blocking lock...
2025-05-30  stephanConfigure-related fixes and additions, most notably...
2025-05-30  stephanRandom typo fixes in JNI docs.
2025-05-30  drhUse a more robust backup definition for offsetof().
2025-05-30  danAdd "include <stddef.h>" to fts5 and rtree to ensure...
2025-05-30  stephanSquelch an interesting but harmless struct initializati...
2025-05-29  stephanFix the missing -lm link flag for the sqlite3 shell...
2025-05-29  drhExtend the fix for ticket [623eff57e76d45f6] so that...
2025-05-29  drhFix a goofy hash function in Lemon. No changes to...
2025-05-29  drhVersion 3.50.0 major-release version-3.50.0
2025-05-28  drhDo not use a partial index unless the WHERE clause...
2025-05-28  drhDo not use a partial index if the truth of the WHERE... silly-partial-indexes
2025-05-26  drhSlight change to tool/split-sqlite3c.tcl to make it...
2025-05-26  drhFix a bug in the speedtest.tcl testing script that...
2025-05-26  stephanIn the TEA build, enable USE_TCL_STUBS on Mac platforms.
2025-05-26  danOn OpenBSD, do not test fuzzcheck with ubsan as part...
2025-05-26  drhAvoid calls to sprintf() in Lemon, since OpenBSD hates...
2025-05-26  stephanWhen detecting TCLLIBDIR, skip over //zipfs paths,...
2025-05-26  stephantclsqlite.c doc typo fix.
2025-05-24  drhChange json_group_object() so that it ignores entries...
2025-05-24  stephanvtablog.c doc fixes reported in [forum:416d1e37b2|forum...
2025-05-24  drhAmend the previous: Set SQLITE_JSON_MAX_DEPTH to 500...
2025-05-23  drhLimit JSON recursion depth to 500 when running ASAN...
2025-05-23  drhAdd the --osmalloc option to the test/speedtest.tcl...
2025-05-22  danFix a problem with using streaming iterators with sqlit...
2025-05-19  drhClarify some malloc size computations to simplify the...
2025-05-19  drhMake the new sqlite3_setlk_timeout() interface accessib...
2025-05-19  drhRemove stray tab characters from source files.
2025-05-19  drhFix a harmless comment typo
2025-05-19  drhAdjust the tool/warnings.sh script so that it works...
2025-05-17  stephanLatest teaish pieces, most significantly for tcl portab...
2025-05-17  stephanMinor tcl doc update. tea-cleanups
2025-05-17  stephanRename feature-tests.tcl to feature.tcl. Haiku tcl...
2025-05-17  stephanLatest upstream teaish pieces for minor fixes. Restruct...
2025-05-16  drhImproved version of the previous check-in.
2025-05-16  drhFix the optimization of check-in [663f5dd32d9db832...
2025-05-15  drhAdd the --enablefk option to the "changeset apply"...
2025-05-15  drhEnhance the "changeset" utility program with new comman...
2025-05-15  drhRework the showHelp() function in the CLI implementatio...
2025-05-14  drhBack out the "low-quality index" query planner hack...
2025-05-13  drhFix trunk fork.
2025-05-13  stephanAdjust the strftime() test in test/date4.test to remove...
2025-05-13  drhFirst cut at enhancing the fsdir virtual table so that...
2025-05-13  drhOmit the unused readdir_r() routine from test_windirent.c
2025-05-12  stephanSession extension doc typo fix reported in [forum:75e94...
2025-05-12  drhFix a coding mistake in vfstrace.
2025-05-11  drhRemove a redundant typedef from the sqlite3_rsync.c...
2025-05-10  drhProvide the SQLITE_BUG_COMPATIBLE_20250510 compile...
2025-05-10  drhAdd enforcement of the obscure JSON5 syntax rule that...
2025-05-08  drhFix PRAGMA trusted_schema=OFF and similar so that it...
2025-05-08  stephanInternal doc typo fix. No code changes.
2025-05-07  drhFix a harmless warning about and oversize shift operati...
2025-05-06  danAdd test cases for the NOT NULL/IS NULL optimization...
next