]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  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  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
2025-02-27  danAdd support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE...
2025-02-27  stephanInternal doc typo fixes reported in [forum:01d15f21b6...
2025-02-26  stephanTeach testrunner how to run local binaries which have...
2025-02-26  stephanTest testrunner.tcl to identify an msys environment.
2025-02-26  stephanUndo part of [69e83ab859c], as that order of operations...
2025-02-26  stephanconfigure: extend the readline detection a bit so that...
2025-02-26  stephanShift some bootstrapping configure bits to avoid emitti...
2025-02-26  stephanFix a bug in mkwasmbuilds.c which caused sqlite3.wasm...
2025-02-25  drhDisable some misuse tests that sometimes cause segfault...
2025-02-25  stephanApproximately 50 typo fixes, spanning the whole tree...
2025-02-25  drhFix a test case that was broken when the default -...
2025-02-25  drhChange the default control-character escape algorithm...
2025-02-25  drhFix harmless "unused parameter" compiler warnings.
2025-02-25  drhImproved help messages for the --escape option in the...
2025-02-25  stephanConfigure script cosmetics: emit the host/build system...
2025-02-25  stephanRestructure [826bad10e9ccd6f71e] as that structure...
2025-02-25  drhEnhancements to help avoid problems in the CLI when...
2025-02-25  stephanDiverse configure tweaks to better support package...
2025-02-25  danReinstate the assert() removed by [0f6223b8]. Avoid...
2025-02-25  danFix a test script problem causing errors with Tcl 9.
2025-02-25  drhSmall performance improvement for the new %#Q conversio... unistr
2025-02-25  drhUpdate the autoconf Makefile for nmake to support SETLK...
2025-02-25  danAvoid running certain tests in walsetlk2.test if SQLITE...
2025-02-25  drhConsolidate two different UTF8 encoders into a single...
2025-02-25  danRemove an assert() added by [e88212b1] that is sometime...
2025-02-24  drhFix the new shellA.test test script so that it works...
2025-02-24  danSupport SQLITE_ENABLE_SETLK_TIMEOUT on windows.
2025-02-24  stephanSlightly simplify auto.def and autoconf/auto.def. configure-dll-support
2025-02-24  drhUse an assert() to fix a harmless (false-positive)...
2025-02-24  stephanautoconf/auto.def: remove a define which made superfluo...
2025-02-24  stephanconfigure: in autoconf build if both --disable-shared...
2025-02-24  drhOnly use unistr() in columnar formats when strictly...
2025-02-24  drhAdd the unistr_quote() function that works like quote...
2025-02-24  drhBug fix and initial test-case infrastructure for contro...
2025-02-24  drhOngoing work to get all the quoting and escaping variat...
2025-02-24  stephanConfigure doc tweaks. Move the package version/build...
2025-02-24  stephanFurther consolidation of auto.def and autoconf/auto...
2025-02-24  danMerge latest changes from trunk into this branch. win32-enable-setlk
2025-02-24  stephanMove the configure output about the SQLite version...
2025-02-24  stephanFurther consolidation of the main auto.def and the...
2025-02-24  stephanConfigure-internal doc tweaks. Fix the distclean rules...
2025-02-24  stephanAdd some internal notes about potential changes for...
2025-02-24  stephanUpdate jimsh0.c from upstream autosetup to address...
2025-02-24  drhMake column output modes in the CLI responsive to the...
2025-02-24  drhThree different --escape modes: symbol, ascii, off.
2025-02-23  drhFurther improvements to control-character escapes in...
2025-02-23  drhWork toward VT100-safe output from the CLI by default.
2025-02-23  stephanAdd (disabled) infrastructure for disabling use of...
2025-02-23  stephanInternal cleanups to how certain linker flags are tested.
next