]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-03-27  jan.nijtmansFix for forum-post [/forum/forumpost/b5fde3596c|b5fde35... tclsqlite-db-copy-fix
2025-03-27  drhFix an off-by-one bug in the ".dbtotxt" command from...
2025-03-26  drhReduce the delay caused by anti-virus retries in Window...
2025-03-26  drhOn winOpen(), redo the read-only test on every retry... winopen-retry
2025-03-26  drhFurther attempted improvements at fast-fail for an...
2025-03-26  drhAttempt to reduce the amount of retry time when trying...
2025-03-25  stephanConfigure script internal cleanups. Factor out the...
2025-03-24  drhClarify and reduce redundancy in an assert() in walChec...
2025-03-24  danTest that the sqlite3changeset_apply() function is...
2025-03-24  danAdd test cases to session1.test.
2025-03-23  stephanCorrect a --force flag which should be -force in a...
2025-03-23  stephanRemove tool/tclConfigShToAutoDef.sh, as that functional...
2025-03-23  stephanInternal configure refactoring to support an ongoing...
2025-03-22  drhFix the generate_series() enhancement from check-in...
2025-03-22  stephanReplace use of autosetup/lib/*.auto for sqlite-custom...
2025-03-22  stephanIn the post-configure validation, ensure than no more...
2025-03-22  stephanSlight corrections to the new docs in autosetup/README.md.
2025-03-22  stephanDocument the new configuration customization approach...
2025-03-22  stephanTeach mkautoconfamal.sh to avoid copying autosetup...
2025-03-22  stephanAdd a mechanism to the configure script to allow certai...
2025-03-22  stephanConfigure script internal cleanups and re-orgs. No...
2025-03-22  stephanIn the autoconf bundle, do not strip binaries during...
2025-03-21  stephanSlightly simplify proj-current-proc-name.
2025-03-21  stephanFix a multi-arg expr call in proj-current-proc-name...
2025-03-21  drhTeach the CLI that VT100-escape codes that do things...
2025-03-21  stephanFlesh out the new proc-debug and its infrastructure...
2025-03-21  stephanProxy configure's msg-debug with proc-debug, which...
2025-03-20  stephanTeach the configure script to be able find a default...
2025-03-20  drhFix a problem in the sqlite_dbpage() table-valued funct...
2025-03-19  stephanAvoid running test cases involving ANSI control charact...
2025-03-18  drhChange the generate_series() table-valued function...
2025-03-18  danFix a problem that could occur when the RHS of an IN...
2025-03-18  stephanInternal doc touchups in ext/wasm/mkwasmbuilds.c. No...
2025-03-18  stephanVery slight simplification of the run-fuzzcheck rules.
2025-03-18  stephanGeneral updates to autosetup/README.md.
2025-03-18  stephanUpdate the docs in tool/mkccode.tcl to reflect that...
2025-03-17  drhPrevent integer overflow when parsing NEAR queries...
2025-03-17  stephanAdd support for the --with-wasi-sdk configure flag...
2025-03-16  stephanFix a long-standing filename digest computation bug...
2025-03-16  stephanAdd --asan-fsanitize=... configure flag to the canonica...
2025-03-16  stephanConfigure-internal doc cleanups. No functional changes.
2025-03-16  stephanConsolidate some much-duplicated run-fuzzcheck recipe...
2025-03-16  drhRework the run-fuzzcheck makefile target so that it...
2025-03-15  drhEnhance the fuzzcheck testing tool with new command...
2025-03-15  drhMake use of the C99 flexible array feature, when availa...
2025-03-15  drhWork around compilers that do not understand flexible... flex-array
2025-03-15  drhFix alignment problems on Linux with -m32 and on Mac...
2025-03-15  danSpeed up parsing of very long fts3 query expressions.
2025-03-15  stephanConfigure-internal build cleanups (no functional change...
2025-03-15  stephan-fsanitize is a CFLAG, not LDFLAG, so rename some vars...
2025-03-15  stephanFor fuzzcheck-asan, dynamically determine the list...
2025-03-15  drhOmit the -fsanitize=bounds-strict for now, as that...
2025-03-15  drhUse flexible arrays in the recovery extension and in...
2025-03-15  drhUse flexible arrays whereever appropriate in FTS5.
2025-03-15  drhConvert the Fts5Sorter.aIdx field to a flexible array.
2025-03-14  drhTurn Fts5Colset.aiCol into a flexible array.
2025-03-14  drhIn FTS3, rename the MatchinfoBuffer.aMatchinfo field...
2025-03-14  drhFix one of two flexible arrays in FTS3.
2025-03-14  drhUse flexible arrays for RTREE.
2025-03-14  drhKeyInfo is now an indeterminate size, so we cannot...
2025-03-14  drhMake use of the flexible-array feature of C99, when...
2025-03-14  stephanFix an internal doc typo reported in [forum:e25e581f917...
2025-03-14  stephanMinor doc corrections for the sahpool-digest fix and... sahpool-digest
2025-03-14  stephanCherrypick the [2b582c0097e33] doc addition, which...
2025-03-13  drhFix the generate_series extension for the case where...
2025-03-12  drhThe --echo flag on the CLI also echos dot-commands...
2025-03-11  drhAvoid running test cases involving ANSI control charact... windows-ansi
2025-03-11  drhThe substitute "puts" command used by the Windows imple...
2025-03-10  drhEnsure that the TEMP database has been initialized...
2025-03-10  stephanAdd an explicit db close to test/walsetlk.test to work...
2025-03-10  drhDisable the [d1ba200234f40b84|count-of-view optimizatio...
2025-03-06  stephanBack out the most significant part of [5c28a17253e2f...
2025-03-06  stephanVarious typo fixes reported by Daniel Dumitriu. No...
2025-03-06  stephanAdditional 'array index is signed char' warning cleanup...
2025-03-06  stephanFix a tcl typo in the previous checkin which triggers...
2025-03-06  stephanHave the configure script report cygwin as SQLITE_OS_UN...
2025-03-05  danHave the recover module add "PRAGMA foreign_keys =...
2025-03-05  drhAlways ignore comments in the schema of a database...
2025-03-05  danUpdate the recovery extension so that it works with...
2025-03-05  drhUse AtomicRead() and AtomicWrite() to access the pcache...
2025-03-05  drhImprovement output for ".schema --indent" in the CLI...
2025-03-04  stephanMinor configure script cleanups which started out as...
2025-03-04  stephanRoll back part of [6d87a8efe]: the check for tclsh90...
2025-03-04  stephantclsqlite3 patch from Christian Werner: replace FILE...
2025-03-04  stephanTeach autosetup how to find tclsh v9.0 on cygwin.
2025-03-04  stephanMakefile doc updates. Remove a couple extraneous target...
2025-03-04  stephanMinor doc typo fixes via [forum:65bd941da8|forum post...
2025-03-04  stephanDocument the EXTRA_SRC makefile var and add --amalgamat...
2025-03-03  stephanInternal configure script cleanups. Resolve an as-yet...
2025-03-03  stephanMinor configure script doc tweaks. This is also a note...
2025-03-02  drhEnsure that detection of control characters by comparis...
2025-03-01  stephanUse SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_I...
2025-03-01  drhAdd an assert() in vdbesort.c to help both humans and...
2025-02-28  drhIn the CLI, ensure that all calls to ctype.h macros...
2025-02-28  stephanLatest upstream autosetup. Fixes two minor corner-case...
2025-02-27  stephanApproximately 100 typo corrections spanning the whole...
2025-02-27  stephanReimplement testrunner_data.tcl::trd_get_bin_name(...
2025-02-27  drhStrive to make sorts stable in the mkpragmatab.tcl...
2025-02-27  drhMerge back a sequence of three changes that were branch...
2025-02-27  drhFix build break in [e2bd23f251359e7a]. build-break
next