]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2025-05-06  drhFix a bug in the NOT NULL/IS NULL optimization of check...
2025-05-06  drhFix the sqlite3VdbeTypeofColumn() function so that...
2025-05-06  drhFix console-I/O on Windows for DEBUG=3 builds. Broken by
2025-05-03  drhEnhance sqlite3_rsync so that if the first attempt...
2025-05-03  drhFix a harmless redundant variable declaration in sqlite...
2025-05-03  drhAddition summary results output when using -vvv on...
2025-05-03  drhPromote the --protocol option to sqlite3_rsync from...
2025-05-03  drhEnhance sqlite3_rsync (in a backwards-compatible way...
2025-05-03  drhImprovements to protocol negotiation. faster-rsync
2025-05-02  drhClean up command-line parsing. Add the undocumented
2025-05-02  drhNow appears to be working. More testing needed. Refin...
2025-05-02  drhBug fixes. Added new debugging features to better...
2025-05-02  drhThis is the start of an experiment in getting sqlite3_r...
2025-05-02  drhDo not allow sqlite3_rsync to convert the replica from...
2025-05-01  drhEnhance sqlite3_rsync so that, by default, it will...
2025-05-01  drhAllow sqlite3_rsync to work on non-WAL-mode databases... rsync-non-wal-mode
2025-04-30  drhFix a harmless problem in the CLI in which SQL errors...
2025-04-30  drhFix an issue in Bloom filters on RHS subsqueries to...
2025-04-29  stephanUpstream teaish for a tcl portability fix on Haiku...
2025-04-29  drhRemove the run-fuzzcheck makefile targets, since testru...
2025-04-29  drhAdd the "--fuzzdb FILENAME" to testrunner.tcl as an...
2025-04-29  drhUpdate testrunner.tcl documentation. Fix typo in testr...
2025-04-29  drhImproved --explain display of FUZZDB test plans in...
2025-04-29  drhDo not run FUZZDB on either Windows-Memdebug or Windows...
2025-04-29  drhMake testrunner.tcl more restrictive about which config...
2025-04-28  drhTestrunner.tcl now runs fuzzcheck-asan and fuzzcheck...
2025-04-28  drhIf the FUZZDB environment variable is set when running...
2025-04-28  drhEnhance testrunner.tcl so that it does not build testfi...
2025-04-28  drhFix testrunner.tcl so that it honors pattern matches...
2025-04-28  drhRemove a stray blank line from the test/testrunner...
2025-04-28  drhRemove long-obsolete performance testing scripts from...
2025-04-28  stephantea: pull in upstream teaish. Consolidate the build...
2025-04-27  stephanproj.tcl: correct the auto-reconfigure rules to include...
2025-04-27  stephanautoconf/tea: the default value of --threadsafe=X is...
2025-04-25  drhFix an off-by-one error in an assert(), discovered...
2025-04-25  stephanTeaish internal API tweaks and ensure that -encoding...
2025-04-23  stephanUpstream teaish fixes and improvements.
2025-04-22  drhFix a problem in the fts5matchinfo.test file that preve...
2025-04-22  stephanLatest upstream jimtcl to fix rare segfault cases.
2025-04-22  stephanGeneric cleanups and fixes in the teaish build.
2025-04-21  drhRemove an extra conditional that was inserted earlier...
2025-04-21  drhFurther improvements to the decision of whether or...
2025-04-21  drhDo a better job of providing bug compatibility with...
2025-04-19  danUpdate to comments in sqlite3session.h.
2025-04-18  drhAdd an appropriate _declspec to the declaration of...
2025-04-17  stephanUpstream teaish, which simplifies how extension metadat...
2025-04-17  drhWhen logging errors using sqlite3_log() and the error...
2025-04-17  drhIncrease the size of the output buffer for sqlite3_log().
2025-04-16  stephanAdd docs explaining how to test the teaish build.
2025-04-16  stephanLatest upstream teaish. Most notably it adds the abilit...
2025-04-16  stephanUpdate doc/tcl-extension-testing.md for Unix systems...
2025-04-16  drhAttempt to provide EBCDIC translations to the tables...
2025-04-16  stephanChange the target libdir name in the teaish build to...
2025-04-16  stephanA portability fix for proj.tcl: some Tcl builds do...
2025-04-16  stephanLatest upstream teaish for fixes and improvements.
2025-04-15  drhCorrectly handle the case of a multi-column UNIQUE...
2025-04-15  drhFix a minor typo in a code comment.
2025-04-15  stephanCleanups and refactoring in proj.tcl and teaish.
next