]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
46 hours ago  drhMinor clarifications to the JSONB format documentation. master
2 days ago  drhRemove the memvfs.c extension, to prevent it from being...
2 days ago  drhFix typo in the previous check-in. Remove surplus...
2 days ago  drhHarden the debugging vtab "delta_parse()" which is...
2 days ago  drhIn the ".open" command of the CLI if using the --new...
3 days ago  danFix -DSQLITE_OS_OTHER=0 builds.
3 days ago  drhCorrection to [ae303dab2f534e2c] to use the right loop...
3 days ago  danFix a buffer overrun in the zipfile extension that...
3 days ago  drhAdd the --ifexists option to the CLI and to the ".open...
3 days ago  drhPrevent embedded 0x00 characters in the output strings...
4 days ago  danFix a buffer overread in demo code in ext/misc/memvfs.c.
4 days ago  drhEnable the CLI to be compiled with SQLITE_OMIT_AUTHORIZ...
4 days ago  drhFix various compiler warnings.
4 days ago  drhFix the new generate_series() to correctly deal with...
5 days ago  danFix another potential buffer overread in the zipfile...
5 days ago  drhStrengthen the fts5_locale() function against integer...
5 days ago  danFix a buffer overread in the zipfile extension code.
5 days ago  drhImprove whereSolver() so that it always finds a unique...
6 days ago  drhFix JSONB logic so that it correctly interprets large...
6 days ago  drhLarge JSON5 hexadecimal integer literals are positive... json5-hex-fix
6 days ago  drhBack out check-in [9abaa0ac2b304934] as the code remove...
6 days ago  drhRevamp the implementation of generate_series to simplif...
6 days ago  stephanRemove the long-defunct wasmfs build of speedtest1...
6 days ago  drhMinor bug fixes. Many new test cases. series-refactor
7 days ago  stephanUse new c-pp features to simplify generation of the...
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...
8 days ago  stephanDelay replacing the wasm file name strings until they...
8 days ago  stephanConsolidate some duplicate code in mkwasmbuilds.c.
8 days ago  stephanClean up how the speedtest1 64-bit test/demo files...
8 days ago  stephanGet 64-bit builds of speedtest1.wasm running in order...
8 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_...
9 days ago  stephanwasm dist: add --snapshot flag, add -64 flag to include...
9 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...
10 days ago  drhAdd an assert() to fix a harmless compiler warning...
10 days ago  drhFix a harmless compiler warning in FTS5.
10 days ago  drhRework the set_table_name() function in the CLI to...
10 days ago  drhSpecial case the "decimal(-0.0)" output to show exactly...
10 days ago  stephanGenerate 64-bit variants of tester1.js/html. Enhance...
10 days ago  drhFix a harmless compiler warning in IEEE754.
10 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...
next