]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-20  drhExperimental prototype for "PRAGMA loadall(TABLE_OR_IND... pragma-loadall
2025-02-18  drhMerge the latest trunk enhancements into the bedrock...
2025-02-18  drhMerge all the latest trunk enhancements into the wal2...
2025-02-18  stephanUpdate path on the web server for test/snapshot instanc...
2025-02-17  drhAdd an ORDER BY to a test case for skip-scan to make...
2025-02-17  danFix problems in test script fkey6.test.
2025-02-17  danFix a typo in a comment in wal.c.
2025-02-17  drhAdditional changes making it easier to prove that integ...
2025-02-17  drhCode changes that make it easier to prove that no 32...
2025-02-17  stephanAdd two generated files to the distclean rules of the...
2025-02-17  stephanReplace TEXE (legacy name) with T.exe (3.48+ name)...
2025-02-17  drhHarden the SQLITE_DBCONFIG_LOOKASIDE interface against...
2025-02-17  drhFix a typo (a missing ")") in a comment that is used...
2025-02-16  stephanInternal reordering/re-grouping of some configure flags...
2025-02-16  stephanRe-add the --disable-static-shell configure feature...
2025-02-16  stephanUpdate autoconf/Makefile.msc from tool/mkmsvcmin.tcl.
2025-02-16  stephanAPI naming typo reported in [forum:416f2d8dec|forum...
2025-02-16  drhAdd a typecast to avoid 32-bit integer overflow in...
2025-02-15  stephanRemove tea version check from tool/srctree-check.tcl...
2025-02-15  stephanAutomate update of the library version number in autoco...
2025-02-15  stephanDLL installation rules no longer create versioned symli...
2025-02-15  stephanA cleaner workaround for [6a21d6a2], provided by autose...
2025-02-14  stephanMore informative output for the pthread feature test.
2025-02-14  stephanMake failure to find pthreads support non-fatal unless...
2025-02-14  stephanSimplify the --help workaround introduced in [6a21d6a2ed].
2025-02-14  stephanWork around a autosetup --help bug which only(?) trigge...
2025-02-14  stephanICU config support: add more details to error messages...
2025-02-14  drhFix test cases added for [d7b90d92ffbfc61f] so that...
2025-02-13  stephanWhen using the --out-implib build option, install the...
2025-02-13  danEnsure the counts of "deferred FK violations" and ...
2025-02-12  danFix a few 32-bit overflow problems in showdb.c.
2025-02-12  stephanconfigure --help cleanups and eliminate the use of...
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  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  drhMerge version 3.49.0 into the bedrock branch.
2025-02-06  drhMerge version 3.49.0 into the wal2 branch.
2025-02-06  drhVersion 3.49.0 version-3.49.0
2025-02-05  danIf SQLite is compiled with SQLITE_ENABLE_WAL_BIGHASH...
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  drhMerge all the latest trunk enhancements into the bedroc...
2025-02-03  drhMerge the latest trunk enhancements into the wal2 branch.
next