]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-08  drhImprovements to the hash table used to store symbols... hash-improvements
2025-02-07  drhFix comments on the Parse.nMaxArgs field so that they...
2025-02-07  drhFurther reduction in the amount of memset() needed...
2025-02-07  stephanMac-specific build fixes discussed in [forum:9dfd5b8fd5...
2025-02-07  drhReduce the amount of memset() needed to initialize...
2025-02-07  stephanconfigure: change extension of static libraries from...
2025-02-07  stephanReorder a piece of ext/wasm/GNUmakefile to correct...
2025-02-07  stephanFix out-of-tree builds of the autoconf bundle, as repor...
2025-02-07  stephanBump TEA configure.ac version number.
2025-02-06  drhAdjust the test/speedtest.tcl script so that it uses...
2025-02-06  drhFix a harmless typo in a comment.
2025-02-06  stephanBump version number to 3.50.0 for the next dev cycle.
2025-02-06  stephanFix a dependencies/order-of-operations bug in ext/wasm...
2025-02-06  drhVersion 3.49.0 version-3.49.0
2025-02-05  drhFix a harmless unused-parameter compiler warning introd...
2025-02-05  stephanSummarize known incompatibilities/gotches between JimTC...
2025-02-05  stephanUpstream JimTCL patch and minor tcl script tweaks to...
2025-02-05  drhAttempted improvements to the SQLITE_DBCONFIG_... docum...
2025-02-04  drhDetect and report signed integer overflow in the sumInv...
2025-02-03  drhTest case for the FTS3 fix in the previous check-in.
2025-02-03  drhFix a potential UAF in FTS3.
2025-02-03  drhNew dbsqlfuzz case added to fuzzdata8.db. fuzzer-20250203
2025-02-03  drhThe Parse.addrExplain field is never even if SQLITE_OMI...
2025-02-03  drhEnhance fuzzcheck so that the --sqlid and --dbid option...
2025-02-03  drhFixes and improved documentation to the new --sqlid... fuzzcheck-improvements
2025-02-03  drhEnhance fuzzcheck so that the --sqlid and --dbid option...
2025-02-03  drhFix for a potential UAF in FTS5.
2025-02-03  stephanImprove the JS-side sqlite3_set_auxdata() test to also...
2025-02-03  danFix a use-after-free case in fts5 provoked by fuzzdata8... fuzz-data
2025-02-03  drhNew test case for test/fuzzdata8.db
2025-02-03  stephanRework [76c8435a] to eliminate automatic JS-to-WASM...
2025-02-03  stephanAdd a more complete test for [76c8435a] and add some...
2025-02-03  drhFix the build process on Windows so that it generates...
2025-02-03  drhBring the autoconf-tarball Makefile.msc into alignment... windows-build-issue
2025-02-03  stephanCorrect the FuncPtrAdapter signature for the JS binding...
2025-02-03  drhAdjust the build process to avoid extra CR characters...
2025-02-03  drhThe "clean" target on Makefile.msc should not delete...
2025-02-02  drhAdd a header comment to test/speedtest1.c that outlines...
2025-02-02  drhUpdate to the "--help" output from speedtest1.
2025-02-02  stephanURL typo fix in code comments. No code changes.
2025-02-01  drhAdd a missing "db2 close" to the ext/session/session_ge...
2025-02-01  drhFix a comment typo - in a comment used to generate...
2025-02-01  drhRemove an ALWAYS() added by [2567298f4b0fdfeb] because...
2025-02-01  drhEnable SQLITE_ENABLE_NORMALIZE for several test configu...
2025-02-01  drhFix an issue with sqlite3_normalized_sql() caused by...
2025-02-01  stephanJS doc typo fixes. No functional changes.
2025-01-31  drhTweaks to [4b4f33d791fe4318] to make it easier to test.
2025-01-31  drhFix test case numbering in tests recently added to...
2025-01-31  stephanExpose the new SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE...
2025-01-31  danRemove an assert() that is not true if a trace-callback...
2025-01-31  danFix a problem with LIKE and GLOB processing in utf...
2025-01-31  drhIf any errors occur while processing sqlite_dbpage...
2025-01-31  drhThree new options to sqlite3_db_config(): ATTACH_CREAT...
2025-01-31  stephanMinor wasm-specific doc touchups.
2025-01-31  drhImprovements to the SQLITE_DBCONFIG option documentation. extra-security
2025-01-31  stephanCorrect a typo in tool/emcc.sh.in which could cause...
2025-01-31  drhAdd the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (defaul...
2025-01-31  drhMerge all the latest trunk changes into the extra-secur...
2025-01-30  drhThe reuse-subroutine optimization [c9a3498113074bbc...
2025-01-30  drhRemove an unused parameter from an internal-use subrout...
2025-01-30  drhImprovements to the TCL interface for Tcl9 as suggested...
2025-01-30  drhUpdates to the compile-for-windows.md document.
2025-01-30  stephanMinor code de-duplication across the top-level auto...
2025-01-30  drhDisable a test case that (intentionally) does use-after...
2025-01-30  stephanFix build regression, introduced in [d2fe6b05f38d9d...
2025-01-29  danFix bug in sessions handling of FK constraints introduc...
2025-01-28  drhEnhance the if() and iif() SQL functions so that they...
2025-01-28  danFix sessions module handling of tables with generated...
2025-01-28  drhFix a copy/paste typo in the output of vfstrace for...
2025-01-28  drhSimplifh the IdList object to remove unnecessary fields...
2025-01-28  drhFix typo in speedtest.md.
2025-01-28  drhApparently I got the logic of [abfe488ed67e2e35] confus...
2025-01-28  drhRemove an ALWAYS() in the star-query heuristic that...
2025-01-27  drhUse hashing to accelerate column matching on INSERT...
2025-01-27  drhEnhance ./configure to issue an unambiguious error...
2025-01-27  drhAvoid splitting a hyperlink across lines in the documen...
2025-01-26  drhMake two private routines in FTS "static" so that they...
2025-01-26  drhFurther comment improvements in the star-query heuristi...
2025-01-26  drhSmall size and complexity reduction on the star-query...
2025-01-25  drhRevise the strategy used by the star-query heuristic...
2025-01-25  drhImprovments to debug output on the star-query heuristic.
2025-01-25  drhAvoid calling computeMxChoice() after an OOM as some...
2025-01-24  drhRemove an incorrect ALWAYS() added in check-in [7cfbe14...
2025-01-24  stephanClarify handling of a NULL for the 2nd argument to...
2025-01-24  drhImprove the star-query heuristic so that it does a...
2025-01-24  drhThe debugging output for WhereLoop objects now shows... star-query-heuristic
2025-01-24  drhMinor tweaks to the star-query detection and processing.
2025-01-24  stephanCorrect a version number in autosetup/README.md.
2025-01-24  drhWhen looking for star-queries, do not count a table...
2025-01-24  stephanUpdate autosetup/README.md to reflect recent refactoring.
2025-01-24  stephanReplace a handful of hard tabs in string literals with...
2025-01-24  stephanMinor additions to ext/wasm/README.md.
2025-01-24  stephanUpdate ext/wasm/README.md to reflect simplifications...
2025-01-24  stephanRemove extraneous are-we-making-clean guards from the...
2025-01-23  stephanwasm: de-list demo-worker1-promiser-esm.html from the...
2025-01-23  drhFix a possible infinity loop in debugging-printf logic...
2025-01-23  stephanWhen running wasm-opt, ignore any failure because it...
2025-01-23  stephanRemove some now-dead makefile code, rename a var for...
2025-01-23  stephanInitial support for post-processing wasm files with...
2025-01-23  stephanMove small parts of ext/wasm/GNUmakefile into ext/wasm...
next