]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-11-16  drhSimplify the new syntax to be just "COMMIT AND CONTINUE... commit-and-begin
2024-11-15  drhLoad all the latest trunk enhancements, and especially...
2024-11-15  drhEnhance the vfstrace extension such that the output...
2024-11-15  stephanIn the interest of minimizing downstream disruption...
2024-11-15  drhAnother approach at implementing COMMIT AND BEGIN.
2024-11-15  stephanGeneric auto.def cleanups. No functional differences.
2024-11-15  stephanbuildtclext.tcl: work around a case, reported in [forum...
2024-11-15  stephanconfigure: add optional pkg-config support for detectin...
2024-11-15  stephanWhen checking pkg-config for ICU support use icu-io... autosetup-icu-pkg-config
2024-11-15  stephanconfigure script doc additions for the ICU feature...
2024-11-15  stephanAn experiment in optionally using pkg-config to determi...
2024-11-14  drhAttempt to hold a lock across the COMMIT AND BEGIN...
2024-11-14  drhFix assertion faults in the COMMIT AND BEGIN path.
2024-11-14  drhMerge more makefile enhancements from trunk into the...
2024-11-14  stephanFix typo in the handling of the new --dev flag which...
2024-11-14  stephanRemove $prefix/include from the default -I path because...
2024-11-14  drhMerge makefile enhancements from trunk into the commit...
2024-11-14  drhAdd new makefile target "sqlite3d" (where the "d" means...
2024-11-14  stephanAdd --enable-dev configure flag which sets various...
2024-11-14  drhMerge the latest trunk enhancements and fixes into...
2024-11-14  stephanRemove unused sqlite_cfg.h.in from the build.
2024-11-14  stephanFix a state makefile dependency which refered to the... makefile-simplification
2024-11-14  drhRemove some obsolete macros from the CLI.
2024-11-14  stephanRemove unused sqlite_cfg.h.in (sqlite_cfg.h gets genera...
2024-11-14  danFix a problem with window functions min() and max(...
2024-11-14  stephanDocument the if block at the end of sqlite-check-tcl.
2024-11-14  stephanconfigure: avoid performing multiple checks for -lm...
2024-11-14  drhEarly prototype code for COMMIT AND BEGIN. Does not...
2024-11-13  drhEnhance the vfstrace.c extension to show symbolic names...
2024-11-13  drhFix a memory leak in the ".dump" command of the CLI...
2024-11-13  drhAdd the test/fork-test.c test program.
2024-11-13  drhAdd the SQLITE_FCNTL_NULL_IO file-control.
2024-11-12  drhEnsure that the sqlite3_index_info.idxStr string coming...
2024-11-11  drhClarify the documentation to make it clear that rows...
2024-11-11  danFix the fts5 trigram tokenizer so that it handles non...
2024-11-11  drhAdd the ".dbtotxt" command to the CLI.
2024-11-11  stephanWrap some exceptionally long lines in main.mk. Add...
2024-11-11  drhUse Win32 APIs to read/write the console in Windows...
2024-11-11  stephanDoc update to account for [05073350087b].
2024-11-11  stephanRename proj-define-if-opt-truthy to the more accurate...
2024-11-09  danFix a case in fts3 where a corrupt database record...
2024-11-09  stephanFix a deps problem, introduced in [1bd9de719], which...
2024-11-09  stephanSimplify usage of proj-assert by making the expr prefix...
2024-11-09  stephanRemove three unused files from autosetup/.
2024-11-09  stephanRemove an unused lib import from auto.def.
2024-11-08  drhIncrease the minimum SQLITE_LENGTH_LIMIT from 1 to...
2024-11-08  danFix an assert() failure in sqlite3recover.c.
2024-11-08  stephanRemove one dep from .tclenv.sh which is only valid...
2024-11-08  stephanAdd 'tcl' makefile target which builds all but tclexten...
2024-11-08  stephanAdd missing CFLAGS.intree_includes to T.compile.tcl...
2024-11-08  stephanMore closely emulate the legacy build's handling of...
2024-11-08  stephanSupport clients passing in LDFLAGS to configure/make...
2024-11-08  stephanDisable setting of the SONAME (enabled by [2a2419ef742...
2024-11-07  danFix an OOB write that could occur in fts3 when dealing...
2024-11-07  stephanExtend the set of --flags which get cleared/unset when...
2024-11-07  stephanDoc touchups in the line-editing feature check code.
2024-11-07  stephantcl configuration: --with-tcl=prefix is equivalent...
2024-11-07  drhFurther improvements to the ".mode json" output in...
2024-11-07  stephanAutosetup doc touchups.
2024-11-07  stephanExtend the list of "truthy" config values to include...
2024-11-07  stephanAdd some internal docs to auto.def explaining certain...
2024-11-07  stephanDocument the purpose of a global auto.def var added...
2024-11-07  stephanWhen --with-linenoise refers to the msteveb flavor...
2024-11-07  stephanAdd mention of file-isexec in autosetup/README.md.
2024-11-07  stephanChange several 'file exists' checks for tclsh to file...
2024-11-07  stephanFor platforms where tclsh is found but tclConfig.sh...
2024-11-06  drhFix an FTS3 corruption test case that depends on the...
2024-11-06  stephanRe-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CO...
2024-11-06  stephanElaborate on how autosetup selects a tclsh to use.
2024-11-06  drhFix typo in the LICENSE.md file.
2024-11-06  stephanMinor doc tweaks.
2024-11-06  stephanWhen constructing the auto-reconfigure commands, only...
2024-11-06  stephanMinor doc tweaks and typo fixes.
2024-11-06  stephanSplit the motivation of the makefile var naming convent...
2024-11-06  stephanAdd a section to autosetup/README.md describing the...
2024-11-06  stephanAdd autosetup/README.md - maintenance-related docs...
2024-11-06  stephanEnhance the --with-emsdk flag to use a default value...
2024-11-05  drhImprove the ".mode json" output of the CLI so that...
2024-11-05  danHave the xBestIndex method of the generate_series virtu...
2024-11-05  stephanWork around a TCL {list-quoting} quirk when escaped...
2024-11-05  stephanRemove the --enable-rbu flag from the configure script...
2024-11-05  drhEnsure that the one-line running status output from...
2024-11-05  stephanauto.def: remove an extraneous global var, some dead...
2024-11-05  stephanEnhance the rpath configure check to honor --exec-prefi...
2024-11-05  stephanRoll back [47e50fa84dacf83c] for consistency with the...
2024-11-05  stephanAdd the --enable-rbu configure flag and building of...
2024-11-05  stephanRemove some dead makefile code.
2024-11-05  stephanChange a (#define HAVE_FCHMOD) to (#define HAVE_FCHMOD...
2024-11-05  stephansqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free...
2024-11-04  drhFix the percentile extension so that works as an indepe...
2024-11-04  drhFix harmless compiler warnings.
2024-11-04  drhEnsure that the database encoding is detected before...
2024-11-04  danAvoid loading the entire record into memory for an...
2024-11-04  stephanFix two mismatched uses of malloc() and sqlite3_free...
2024-11-04  stephanFix typo of --libexec ==> --libexecdir, discovered...
2024-11-04  stephanEnsure that the ext/wasm fiddle build undefines certain...
2024-11-04  stephanWhen installing the shared lib, re-activate the accommo...
2024-11-04  stephanMinor internal doc additions.
2024-11-04  stephanLatest upstream autosetup to get handling of (==ignorin...
2024-11-04  stephanLatest upstream jimsh0.c, which accounts for the proble...
next