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