]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-07-18  stephanFix a shadowed var in opfs-sahpool and add more tests.
2023-07-18  stephanFurther refactoring of opfs-sahpool and start integrati...
2023-07-18  stephanMajor restructuring of the opfs-sahpool bits to better...
2023-07-18  stephanRefactor opfs-sahpool to support multiple instances...
2023-07-17  stephanAnother -DSQLITE_TEMP_STORE=3 to 2 change for the wasm...
2023-07-17  stephansahpool vfs: rename defaultCapacity to initialCapacity...
2023-07-17  stephanChange wasm build's -DSQLITE_TEMP_STORE=3 to -DSQLITE_T...
2023-07-16  stephanRemove an extraneous JS script import.
2023-07-16  stephanAdd sqlite3-vfs-opfs-sahpool.js to ext/wasm/api/README.md.
2023-07-16  stephanMinor doc tweaks.
2023-07-16  stephanCorrect a missing assignment. Minor doc additions.
2023-07-16  stephanDoc tweaks only, no code changes.
2023-07-16  stephanAdd a way to remove the opfs-sahpool's persistent state...
2023-07-16  stephanMove SAH pool configuration options from the library...
2023-07-16  stephanspeedtest1.js: only install opfs-sahpool if it's provid...
2023-07-16  stephanDuring "opfs" VFS init, check for URL param opfs-disabl...
2023-07-16  stephanMicro-optimizations in opfs-sahpool.
2023-07-16  stephanRedefine what the opfs-sahpool installation promise...
2023-07-15  stephanMinor cleanups in the opfs-sahpool VFS.
2023-07-15  stephanCorrect opfs-sahpool VFS after the pebkac involving...
2023-07-15  stephanspeedtest1 JS: only add --memdb flag by default if...
2023-07-15  stephanRename opfs-sahpool removeCapacity() to reduceCapacity().
2023-07-15  stephanopfs-sahpool VFS now seems to work, in that it runs...
2023-07-15  stephanMore work on porting the sahpool bits. Revert to random...
2023-07-14  stephanSwitch opfs-sahpool to use deterministic backing-store...
2023-07-14  stephanIntegrate the opfs-sahpool VFS into the JS build and...
2023-07-14  stephanInitial sketches for an alternate OPFS VFS which uses...
2023-07-14  stephanMinor internal cleanups in the OPFS VFS.
2023-07-14  stephanMinor wasm build cleanups.
2023-07-13  stephanReintroduce WASMFS+OPFS support, albeit as a separate...
2023-07-13  stephanMinor cleanups related to reintroducing wasmfs support. wasmfs-2023
2023-07-13  stephanMore work on the wasmfs build and its test apps.
2023-07-13  stephanGet speedtest1 wasmfs variant running again.
2023-07-13  drhFix an off-by-one error in tests for cells overflowing...
2023-07-13  stephanSignificant surgery on the wasm build on the way to...
2023-07-13  stephanMore work on the wasmfs build. Resolve the inconsistent...
2023-07-13  stephanMinor cleanups in the wasmfs build.
2023-07-13  stephanGet wasmfs build and its bare-bones test app working...
2023-07-13  stephanReplace 'self' with 'globalThis' in some JS test code. 12/head
2023-07-13  stephanJS: change the default OPFS VFS journal mode from PERSI...
2023-07-13  stephanRemove obsolete ext/wasm/api/sqlite3-wasi.h.
2023-07-12  stephanInternal JS doc fix.
2023-07-12  stephanCorrect handling of the speedtest1 --without-rowid...
2023-07-11  drhReduce divergence between branches: trunk and wal-shm...
2023-07-08  drhAlways use the "LL" suffix on 64-bit integer literals.
2023-07-08  drhFix harmless scan-build warnings.
2023-07-07  drhOmit the use of memmove() in sqlite3FpDecode() in an...
2023-07-07  drhFor the "Valgrind" test scenario, set LONGDOUBLE_TYPE...
2023-07-07  drhAdd option 2 to SQLITE_TESTCTRL_USELONGDOUBLE to move...
2023-07-06  drhImproved handling of integer inputs to the new sum...
2023-07-06  drhA more precise implementation of sqlite3RealToI64().
2023-07-06  drhFix octet_length() test cases so that they work when...
2023-07-06  drhUse the Kahan-Babushka-Neumaier algorithm to improve...
2023-07-06  drhFix minor inaccuracies in the new sum() algorithm. kahan-babuska-neumaier-summation
2023-07-06  drhExperimental attempt to boost the accuracy of sum(...
2023-07-06  drhUse "volatile" isntead of "#pragma" to get floating...
2023-07-05  drhThis is alternative work-around for the x86 float-point... fix-dekker-with-volatile
2023-07-05  drhImproved comments on the work-around to the GCC x86...
2023-07-05  drhWork around for an apparent GCC bug. See
2023-07-05  drhMake the order of operations explicit for the error...
2023-07-05  drhSimplification of the dekkerMul2() subroutine.
2023-07-05  drhAdd the ieee754_inc(r,N) function to the ieee754.c...
2023-07-03  drhEnhance the sqlite3AtoF() function so that it can opera...
2023-07-03  drhEnhance sqlite3AtoF() so that it honors the USELONGDOUB... fp-to-decimal-refactor
2023-07-03  drhStore the fp-speed-1.c test program used to measure...
2023-07-03  drhAdd the --nolongdouble option to speedtest1.c.
2023-07-03  drhImproved precision of binary-to-decimal conversion...
2023-07-03  drhWhether or not to use the long-double floating point...
2023-07-03  drhNew test cases for floating-point conversions.
2023-07-03  drhUse Dekker double-precision floating point to do the...
2023-07-03  drhFinal clean-up of the idea of using Dekker double-preci... fp-to-decimal-branch1
2023-07-03  drhSqueeze as many bits as we can out of normalization.
2023-07-03  drhFaster Dekker multiplication that removes the restricti...
2023-07-03  drhFix one constant in the normalization logic. Improved...
2023-07-03  drhReplace the dodgy error estimating logic in the previou...
2023-07-03  drhAn idea for improving accuracy of fp-to-decimal convers...
2023-07-01  drhThis check-in adds the use of "long double" to sqlite3F...
2023-07-01  drhReinstate the fpdecode() SQL function for testing,...
2023-07-01  drhImproved rounding policy.
2023-07-01  drhImproved response to Infinity and NaN. Remove the...
2023-07-01  drhProgress towards fixing corner-case floating-point...
2023-06-30  drhFix an issue with the "+" attribute in printf().
2023-06-30  drhBegin cutting over sqlite3FpDecode() into printf()...
2023-06-30  drhAdd decimal rounding to the sqlite3FpDecode() routine.
2023-06-30  drhExperiments with a new algorithm for converting ieee...
2023-06-30  danAdd support for sqlite3_stmt_scanstatus_v2() profiling...
2023-06-30  danImprove support for sqlite3_stmt_scanstatus_v2() profil...
2023-06-30  danAdd support for sqlite3_stmt_scanstatus_v2() profiling...
2023-06-30  danAdd extra debugging code for sqlite3_stmt_scanstatus_v2...
2023-06-30  drhCompletely unwind the enhanced precision sum() from...
2023-06-30  drhOmit the doubleToReal() function in vdbemem.c. Use the
2023-06-30  drhMake the sum() function less precise and slower in...
2023-06-29  drhCleanup and commenting of the new DECIMAL extension...
2023-06-29  drhEnhancements to the DECIMAL extension:
2023-06-29  drhFix harmless compiler warnings about unused function...
2023-06-29  drhImprove the range of floating-point numbers that can...
2023-06-29  drhFurther refine the dtostr() testing function in the...
2023-06-29  drhChange the (undocumented) dtostr() SQL function in...
2023-06-29  drhAdd the decimal_sci(X) function to the Decimal extensio...
2023-06-29  drhCLI enhancements to facilitate SQLite core testing:
next