]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2025-04-15  danAvoid a potential integer overflow in non-default build...
2025-04-15  stephanFurther cleanups and code consolidation between teaish...
2025-04-15  stephanSlight simplifications in the teaish build.
2025-04-14  stephanUpdate teaish to the latest upstream copy. Move some...
2025-04-14  drhImproved estimate on the number of output rows in a...
2025-04-14  stephanJNI: part 3 (of 3) of typos and Java style tweaks sugge...
2025-04-14  stephanJNI: part 2 of typos and Java style tweaks suggested...
2025-04-14  stephanJNI: part 1 of typos and Java style tweaks suggested...
2025-04-14  stephanDoc/help text tweaks in autoconf/tea.
2025-04-14  stephanMinor cleanups and fixes in the autoconf/tea pieces.
2025-04-13  stephanLatest upstream teaish, which restructures the teaish...
2025-04-12  stephantea build: use autosetup's file-normalize instead of...
2025-04-12  stephanPort autoconf/tea from the autotools to autosetup.
2025-04-12  stephanMove the post-configure dot-in-file validation from...
2025-04-12  stephanDoc typo fix. teaish
2025-04-12  stephanEliminate a duplicate -lz flag in the teaish build.
2025-04-12  stephanAdd missing teaish.test.tcl.
2025-04-12  stephanAdd missing exports of various LDFLAGS and CFLAGS for...
2025-04-12  stephanCorrect out-of-tree build for autoconf/tea.
2025-04-12  stephanInitial port of the TEA build (autoconf/tea) from autot...
next