]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-10-01  danFix some problems with DROP CONSTRAINT and DROP NOT...
2025-09-30  danFix handling of FK constraints that immediately follow...
2025-09-30  danFix some DROP CONSTRAINT and DROP NOT NULL cases involv...
2025-09-29  danAdd further tests for the new ALTER TABLE commands...
2025-09-27  danAdd test cases for ALTER TABLE and attached databases.
2025-09-27  danAdd OOM injection tests for new commands on this branch.
2025-09-27  danAdd tests for ALTER TABLE authorization callbacks and...
2025-09-27  danFix authorization callbacks for the new commands on...
2025-09-27  danAdd experimental implementations of ALTER TABLE command...
2025-09-27  stephanext/wasm/c-pp.c: add #savepoint support. Consolidate...
2025-09-27  drhUse sqlite3_malloc64() and sqlite3_realloc64() everywhe...
2025-09-27  drhFix a bug in the ".dbtotxt" command of the CLI that...
2025-09-27  drhAvoid integer overflow in memory allocation for the
2025-09-27  drhAdditional cleanup and refinement of the regexp.c exten...
2025-09-27  stephanTeach c-pp how to replace configure-script-like @tokens...
2025-09-27  stephanRemove and edit some comments.
2025-09-27  stephanAdd wasm.ptr to the module-symbols.html output.
2025-09-27  stephanLatest upstream c-pp.c for the ability to process multi...
2025-09-26  stephanDelay replacing the wasm file name strings until they...
2025-09-26  stephanConsolidate some duplicate code in mkwasmbuilds.c.
2025-09-26  stephanClean up how the speedtest1 64-bit test/demo files...
2025-09-26  stephanGet 64-bit builds of speedtest1.wasm running in order...
2025-09-26  stephanReinstate the Module.instantiateWasm() override and...
2025-09-26  drhLimit the complexity of a REGEXP pattern using SQLITE_L...
2025-09-26  drhIn the regexp extension, limit the maximum value of...
2025-09-26  stephanGet wasmfs build working in the new setup. Disable...
2025-09-26  drhFix harmless integer overflows caused by over-sized...
2025-09-26  stephanDocs and dead code removal in mkwasmbuilds.c.
2025-09-26  danFix some integer overflow problems when handling corrup...
2025-09-26  drhAdd new table-valued functions jsonb_each() and jsonb_t...
2025-09-26  drhFix a harmless compiler warning. jsonb_each
2025-09-26  stephanIn c-pp.c, use (void)x instead of an empty if(x){}...
2025-09-26  drhOn-demand loading of JSON virtual tables.
2025-09-26  stephanMore build docs. Add a speedtest1 64-bit build but...
2025-09-26  stephanBuild cleanups and dead code removal.
2025-09-25  drhAdd JSON table-valued functions jsonb_each() and jsonb_...
2025-09-25  stephanwasm dist: add --snapshot flag, add -64 flag to include...
2025-09-25  stephanReplace ext/wasm/dist.make with mkdist.sh and get dist...
2025-09-25  stephanOverhaul the wasm build to (A) support more coexisting...
2025-09-25  drhFix the translation of "\v" in JSON5.
2025-09-25  stephanRemove some superfluous tabs and add the mkwasmbuilds... wasm-rebuild-2025
2025-09-25  stephanMinor logging fix for the wasm-opt build step.
2025-09-25  stephanMove fiddle.make into the main makefile. Various adjace...
2025-09-25  danAvoid an integer overflow in the shell tool when output...
2025-09-25  drhConvert the ShellText object in the CLI to use sqlite3_...
2025-09-25  danAvoid an integer overflow ([forum:/forumpost/b3abe06121...
2025-09-25  stephanMinor build cleanups.
2025-09-25  stephanConsolidate the speedtest1 wasm build into the new...
2025-09-25  stephanWasm build deps fixes.
2025-09-24  stephanMove the static makefile code from mkwamsbuilds.c into...
2025-09-24  stephanCosmetic makefile tweaks.
2025-09-24  drhFix the makefile so that "<tt>test/testrunner.tcl relea...
2025-09-24  stephanGet the tester1 worker1/promiser demos building again...
2025-09-24  drhAdd an assert() to fix a harmless compiler warning...
2025-09-24  drhFix a harmless compiler warning in FTS5.
2025-09-24  drhRework the set_table_name() function in the CLI to...
2025-09-24  drhSpecial case the "decimal(-0.0)" output to show exactly...
2025-09-24  stephanGenerate 64-bit variants of tester1.js/html. Enhance...
2025-09-24  drhFix a harmless compiler warning in IEEE754.
2025-09-24  drhAdditional short-circuit optimizations for AND/OR opera...
2025-09-24  drhSimplification to the AND/OR short-circuit logic. short-circuit
2025-09-24  danImprove performance of window function queries that...
2025-09-24  drhFixes to short-circuit AND/OR evaluation.
2025-09-24  stephanAdd docs to mkwasmbuilds.c explaining the purpose of...
2025-09-24  drhFactor out the code that handles AND and OR short-circu...
2025-09-24  drhFix incorrect buffer size computation for the base64...
2025-09-24  drhRestrict the size of the LIMIT on a generate_series...
2025-09-24  stephanCosmetic build tweaks.
2025-09-24  stephanFix the positioning of the wasm-bare-bones flag init.
2025-09-24  stephanIn speedtest1, always use fatal_error() to exit fatally...
2025-09-24  stephanFurther wasm build refactoring. Get speedtest1 building...
2025-09-24  stephanMove some of the generated wasm makefile utility code...
2025-09-24  stephanGeneric build simplifications.
2025-09-24  stephanGet fiddle building properly again and fiddle/fiddle...
2025-09-24  drhImproved short-circuit evaluation of AND and OR. All...
2025-09-23  stephanGet fiddle/fiddle.debug building again but they're...
2025-09-23  drhImprovements to short-circuit evaluation of AND and...
2025-09-23  drhIn the ieee754 extension, render -0.0 as 'ieee754(...
2025-09-23  stephanGet most of the wasm build (re)working and much prettier.
2025-09-23  stephanCosmetic wasm build tweaks. Fixed wasm-opt use, broken...
2025-09-23  stephanMake it easier to pick out which parallel build message...
2025-09-23  stephanMore build restructuring.
2025-09-23  stephanCreate each distinct wasm build into its own dir, inste...
2025-09-23  stephanStart reworking the wasm build (again) with an eye...
2025-09-23  stephanAdd makefile target '64bit' to ext/wasm/GNUmakefile...
2025-09-23  stephanSlight correction to the diagram in the previous checkin.
2025-09-22  stephanAdd a high-level diagram showing how sqlite3.js gets...
2025-09-22  stephanRefactor and simplify the JS API bootstrap steps.
2025-09-22  stephanUpdate ext/wasm/api/README.md for recent changes.
2025-09-22  stephanCleanups and docs in the internal parts of the JS lib...
2025-09-22  drhRevise [a4430d262b3e129d] to preserve legacy behavior...
2025-09-22  stephanIn wasm.ptr.coerce(), treat the undefined value the...
2025-09-22  stephanMinor doc updates. No functional changes.
2025-09-22  stephanRework the JS/WASM pieces for compatibility with both...
2025-09-22  danFix a problem with handling of 4-byte utf-8 characters...
2025-09-22  stephanExperimenting with a custom wasm loader, but don't... wasm-64bit
2025-09-21  stephanMinor internal optimizations in the wasm glue.
2025-09-21  stephanA minor optimization in wasm.realloc().
2025-09-21  stephanRemove some stale makefile comments. Add a little widge...
2025-09-21  stephanImprove db-close-time cleanup in the face of WASM envir...
next