]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  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...
12 days ago  drhImproved short-circuit evaluation of AND and OR. All...
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  stephanAdd makefile target '64bit' to ext/wasm/GNUmakefile...
13 days ago  stephanSlight correction to the diagram in the previous checkin.
13 days ago  stephanAdd a high-level diagram showing how sqlite3.js gets...
13 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
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...
2025-09-21  stephanFix a Number/BigInt descrepancy in oo1.DB() when passed...
2025-09-21  stephanFix a StructType.dispose()/ondispose() memleak in Jaccw...
2025-09-21  stephanGeneral cleanups and dead code removal.
2025-09-21  stephanRemove some dead code and stray debug output. Fix ...
2025-09-21  stephanUpdate the JS SQLTester for recent sqlite3.wasm changes.
2025-09-21  stephanGeneric cleanups and simplifications in JS code.
2025-09-21  stephanRename wasm config entry pointerSizeof to pointerSize...
2025-09-21  stephanRestructure the interface for the sqlite3.wasm pointer...
2025-09-21  stephanReduce sqlite3.js build size by about 30kb by stripping...
2025-09-21  stephanReduce sqlite3.js build size by about 30kb by stripping...
2025-09-21  stephanRemove some dead code.
2025-09-21  stephanMinor cleanup in sqlite3.wasm.ptrAdd().
2025-09-21  stephanRemove some fiddle debug output.
2025-09-21  stephanResolve the non-functional 64-bit JS vtabs and VFSes...
2025-09-20  stephanDetermine the WASM environment's pointer size at runtim...
2025-09-20  stephanAdd missing sqlite3_vtab::xIntegrity wasm mapping....
2025-09-20  stephanAdd missing sqlite3_vtab::xIntegrity wasm mapping....
2025-09-20  stephanReinstate the working-again commit/rollback/update...
2025-09-20  stephanFurther tweaks towards 64-bit wasm. Fiddle is failing...
2025-09-20  stephanGet speedtest1's wasm build working.
2025-09-20  stephanImprove deps handling of fiddle's gzipped output files...
2025-09-20  stephanGet all but 3 of the tester1.js test groups running...
2025-09-20  stephanGet several hundred more lines of tester1.js running...
2025-09-20  stephanFurther work on 64-bit WASM builds. It now gets through...
2025-09-20  danIf the file-system supports f2fs style atomic-writes...
2025-09-20  drhFix the decimal_cmp() extension function to give correc...
2025-09-20  stephanGet the wasm tests running in a 64-bit build up through...
2025-09-20  stephanGet about 1/3rd of the tests running with MEMORY64...
2025-09-20  stephanBaby steps towards 64-bit pointers. Get it building...
2025-09-19  stephanInitial experimentation with a -sMEMORY64=1 wasm build...
2025-09-19  stephanAdd some comments describing the ways in which building...
2025-09-19  stephanInitial build-side tweaks to pave the way for a 64...
2025-09-19  drhImprove imposter tables: (1) Read-only unless writeable...
2025-09-19  stephanDiverse cleanups and docs in the JS and kvvfs pieces...
2025-09-19  drhImprovements to imposter tables: (1) They are read... imposter-tables
2025-09-19  stephanWasm: (A) diverse internal doc updates. (B) when genera...
2025-09-19  drhFix typo in the name of the CursorHints optimization...
2025-09-19  drhFix a harmless compiler warning.
2025-09-18  drhFix the new walckptnoop.test test module so that it...
2025-09-18  drhTry to make the carray extension easier to compile...
2025-09-18  drhFix harmless compiler warning in the CLI.
2025-09-17  stephanImprove the quote-stripping when importing a db into...
2025-09-17  drhRemove newly unreachable code in the solver of the...
2025-09-17  drhIn the date/time functions, a timezone suffix of "...
2025-09-16  danIf the file-system supports f2fs style atomic-writes... atomic-write-fix
2025-09-15  danUpdates to where.c to handle vtabs in joins more simila...
2025-09-15  danMerge latest trunk with this branch. vtab-planner-fixes
2025-09-15  stephanDiverse internal cleanups in the JS/WASM pieces. A...
2025-09-14  stephanExpose sqlite3_set_errmsg() to the JNI bindings.
2025-09-14  stephanExpose the new sqlite3_set_errmsg() to wasm. Refactor...
2025-09-13  danUpdates to where.c to handle vtabs in joins more simila...
2025-09-13  drhInitialize the sqlite3_set_errmsg entry on the loadable...
2025-09-13  drhAdd --enable-dbstat and --enable-dbpage options to...
2025-09-13  drhEnhance the integerValue() routine in the CLI so that...
2025-09-12  stephanAdd a TODO regarding replacing the internal sqlite3__wa...
2025-09-12  danAdd sqlite3_set_errmsg(). Use this in sqlite3changeset_...
2025-09-12  drhTypo fixes. Make sqlite3_set_errmsg() accessible to... sqlite3-set-errmsg
2025-09-12  drhAdd more details to comments in the previous check-in.
2025-09-12  danAdd experimental API sqlite3_set_errmsg(). Use this...
2025-09-11  drhFix an off-by-one error in sqlite3_rsync.
2025-09-11  drhImproved support for VxWorks.
2025-09-11  drhFix a harmless compiler warning in the CLI. Gcc genera...
2025-09-11  stephanLatest upstream autosetup, with project-local s/--debug...
2025-09-11  stephanConfigure script portability improvements for HP-UX...
2025-09-11  stephanIn mkautoconfamal.sh use $MAKE if it's set so that...
2025-09-10  drhMinor #ifdef changes to the carray.c extension so that...
2025-09-10  drhUse a separate mutex (SQLITE_MUTEX_STATIC_VFS2) for... vxworks
2025-09-10  danChange the order of some paragraphs within documentatio...
2025-09-10  drhThe GetSystemTimePreciseAsFileTime() API does not exist...
2025-09-09  drhIf open files in VxWorks, do not unlink the file unless...
next