]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-13  drhOmit an optimization that did not work - it runs faster... default-in-values
2025-02-13  drhRemove an unnecessary branch. Improvements to error...
2025-02-13  drhFix various problems. Appears to be working now.
2025-02-13  drhThis version still does not work. This is an increment...
2025-02-12  drhAn attempt to allow the DEFAULT keyword in the VALUES...
2025-02-12  drhMerge the latest trunk changes into the default-in...
2025-02-12  danRemove old function declaration accidentally left in...
2025-02-12  stephanTiny tcl comment tweaks. No functional changes.
2025-02-11  drhOmit the src/pragma.h file. It is generated by the...
2025-02-11  drhOmit the src/ctime.c source file, since it is automatic...
2025-02-11  stephanRename a configure-internal function and fix handling...
2025-02-11  stephanMove the configure flags definition and handling into...
2025-02-11  stephanMake the --out-implib support ([6092b0b86bf93a3d])...
2025-02-11  stephanAdapt [https://fossil-scm.org/home/info/3bff7b92d6d...
2025-02-10  drhRemove a pointless line of code.
2025-02-10  drhAdd the --size option to the test/speedtest.tcl script.
2025-02-10  stephanMinor autosetup doc tweaks.
2025-02-10  drhMake the "mix1" testset the default for speedtest1.
2025-02-10  drhEnhance speedtest1 with a new testset that calls sqlite...
2025-02-10  stephanAdd jimsh.exe and jimsh0.exe to the clean rules in...
2025-02-10  stephanconfigure: when dlopen() is not found, only fail fatall...
2025-02-10  drhConvert some expensive NEVER() and ASSERT() macros...
2025-02-10  drhSmall performance increase in jsonTranslateBlobToText().
2025-02-09  drhPerformance optimization to the substr() SQL function.
2025-02-09  drhPerformance and size optimization for the sqlite3Column...
2025-02-09  stephanUpdate the 'clean' rules for autoconf/Makefile.in to...
2025-02-09  stephanApply [6092b0b8] to autoconf/Makefile.in.
2025-02-09  stephanconfigure: if the linker supports --out-implib, generat...
2025-02-09  stephanwasm: add some build-time validation to ensure that...
2025-02-09  stephanwasm: when building in -O0 mode (typical dev mode)...
2025-02-09  stephanJS: add a mechanism to the Worker1 exec API to fetch...
2025-02-09  stephanconfigure: when transfering ENABLE/OMIT flags from...
2025-02-09  drhAdd the "star" testset to speedtest1. Include it as...
2025-02-08  drhPut a 16-byte hash table for column names on each Table...
2025-02-08  drhUse the sqlite3ColumnIndex() routine to look up a colum...
2025-02-08  drhFix GCC-isms and compiler warnings introduced by recent...
2025-02-08  drhImprovements to the symbol table hash: faster lookups...
2025-02-08  drhImprovements to the hash table used to store symbols... hash-improvements
2025-02-07  stephanbuild: work around a report of (install -d DIR) failing...
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  drhThis is an experimental change to investigate the feasi...
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...
next