]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-07-22  drhDo not read past the end of a text buffer looking for...
2023-07-22  drhFix a harmless use-of-initialized-value warning from...
2023-07-21  drhPerformance enhancements for queries using very large...
2023-07-21  drhMark an unreachable branch as NEVER(). big-function-text
2023-07-21  danFix fts5 incremental optimization so that it too can...
2023-07-21  danEnsure the fts5 'optimize' command correctly rewrites...
2023-07-21  drhFix harmless compiler warning introduced by the previou...
2023-07-21  drhAvoid a potentially large strlen() in sqlite3DecOrHexTo...
2023-07-21  drhFurther improvements to large string handling in relati...
2023-07-21  drhFix harmless compiler warning about signed/unsigned...
2023-07-21  drhMultiple optimizations that try to preserve or infer...
2023-07-21  drhMore infrastructure changes towards improving JSON...
2023-07-21  stephanMinor internal cleanups in the opfs-sahpool VFS. opfs-sahpool
2023-07-21  stephanInternal cleanups in the async part of the JS library...
2023-07-20  stephanMinor internal cleanups in JS code.
2023-07-20  danFix some divide-by-zero errors that could occur when...
2023-07-20  danAvoid an infinite loop that could be entered when deali...
2023-07-20  drhExperimental framework upon which to build a better...
2023-07-20  danAdd tests and fixes for the new code on this branch.
2023-07-20  stephanFilter the OPFS VFSes out of the sqlite3-node.mjs build...
2023-07-19  drhPerformance enhancements to the JSON parser and code...
2023-07-19  drhRevise the new JSON parser performance test to make...
2023-07-19  drhDescribe JSON parser performance testing procedure...
2023-07-19  danFix various issues with code added to this branch.
2023-07-19  stephanMore internal refactoring and docs for opfs-sahpool.
2023-07-19  stephanUpdate the development-over-ssh docs for the wasm build.
2023-07-19  drhFurther improvement to JSON parser performance.
2023-07-19  drhFurther performance enhancements to JSON parsing and...
2023-07-19  drhPerformance optimization for parsing large JSONs that...
2023-07-19  stephanMajor restructuring of opfs-sahpool to improve maintain...
2023-07-19  stephanAppearance and legibility improvements for tester1.js.
2023-07-19  drhMerge the latest trunk enhancements into the sqlite3_st... sqlite3_stmt_explain
2023-07-19  drhTwo minor improvements to sum(), one of which was inspi...
2023-07-19  stephanInternal refactoring in opfs-sahpool. Move OPFS tests...
2023-07-18  drhDo not use the [/info/609fbb94b8f01d67|viewscan optimiz...
2023-07-18  drhImproved ".wheretrace" for the VIEWSCAN optimization.
2023-07-18  danFix various problems with fts5 contentless_delete=1...
2023-07-18  stephanMore opfs-sahpool tests.
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  drhMerge the FTS5 memory leak fix from trunk.
2023-07-18  drhEnhance the sqlite3_stmt_explain() interface so that...
2023-07-18  danFix memory leak in fts5 introduced by [def41225].
2023-07-18  stephanMajor restructuring of the opfs-sahpool bits to better...
2023-07-18  danMerge trunk changes with this branch.
2023-07-18  danFix a buffer overrun in fts5 that could occur in 'secur...
2023-07-18  stephanRefactor opfs-sahpool to support multiple instances...
2023-07-17  danFix cases where a row is inserted into a contentless_de...
2023-07-17  danDo not allow the 'delete' command to be used on content...
2023-07-17  danMerge trunk changes into this branch.
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  danStore large tombstone hash tables in multiple database...
2023-07-15  drhAdd the experimental sqlite3_stmt_explain(S,E) interface.
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  danAvoid a case of an infinite loop in fts5 when dealing...
2023-07-12  danFix a crash that may occur when handling corrupt record...
2023-07-12  drhGet access to SQL functions and virtual tables used...
2023-07-12  stephanInternal JS doc fix.
2023-07-12  stephanCorrect handling of the speedtest1 --without-rowid...
2023-07-11  danHave contentless_delete=1 tables support REPLACE statem...
2023-07-11  danHave contentless_delete=1 tables support regular DELETE...
2023-07-11  drhReduce divergence between branches: trunk and wal-shm...
2023-07-11  danUse a hash-table instead of a flat list to store tombst...
2023-07-11  drhGet fault injection for testing working correctly....
2023-07-10  danBegin adding support for deleting rows from contentless...
next