]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-07-28  drhA failed attempt to add a new sqlite3_result_zerotermin... sqlite3_result_zeroterminated
2023-07-27  danFix a couple of compiler warnings in fts5_index.c.
2023-07-27  danAdd the contentless_delete=1 option to fts5. For creati...
2023-07-27  stephanDynamically determine whether the wasm.xWrap() argc...
2023-07-27  stephanAccommodate a breaking change in emcc 3.1.44.
2023-07-27  drhFix a performance regression in JSON associated with...
2023-07-26  drhReduce the number of memory allocations when parsing...
2023-07-26  drhMinor changes to make coverage testing easier.
2023-07-26  drhChange a switch() case to default for coverage.
2023-07-26  drhMake sure jsonReplaceNode() always leaves the JsonParse...
2023-07-26  danAdd the ".scanstats vm" command to the shell tool....
2023-07-26  danImprove the output when ".scanstats vm" is enabled. scanstatus-exp
2023-07-26  drhImproved caching and reuse of JSON parses.
2023-07-26  drhChange the debugging "json_parse(X)" function so that...
2023-07-26  drhMore comment improvements in json.c. Do not run jsonLo...
2023-07-26  drhImproved comments and other cleanup for the changes...
2023-07-26  stephanRemove the batch SQL runner from the JS build's 'all...
2023-07-26  stephanAdd SAHPoolUtil.getFileNames() method, and tests for...
2023-07-26  drhFix jsonForceRCStr() to also add the NULL terminator.
2023-07-26  stephanReformulate [907dfc4a7aa1] using awk instead of sed...
2023-07-26  drhMerge the latest trunk fixes into the json-opt branch.
2023-07-26  drhAdd the concept of an RCStr string - a "Reference Count...
2023-07-26  drhExtend the enhancement to json_set() and json_replace... json-opt-rcstr
2023-07-26  drhAdd the JsonParse.zAlt field to old revised JSON text...
2023-07-25  drhClarify ownership of the various objects involved in...
2023-07-25  drhIncremental improvements to JSON parsing - trying to...
2023-07-25  danFix a harmless "set-but-not-used" compiler warning...
2023-07-25  danMerge trunk changes into this branch.
2023-07-25  danAdd extra test for 'deletemerge'.
2023-07-25  danChange the name of the fts5 'delete-automerge' option...
2023-07-25  drhFix a minor problem with error reporting in JSON.
2023-07-25  drhCreate the new RCStr class of strings and try to use...
2023-07-25  danFurther tests for 'delete-automerge'.
2023-07-25  stephanReformulate a (sed -i) construct in ext/wasm/GNUmakefil...
2023-07-24  drhIt is an error to try to insert a BLOB value into JSON.
2023-07-24  drhClean up some #defines in json.
2023-07-24  drhRework the JSON parse structure to facilitate better...
2023-07-24  danAdd the fts5 'delete-automerge' integer option. A level...
2023-07-24  drhIncremental progress toward improved caching of parsed...
2023-07-24  stephanResolve an ES6 module export construct which is incompa...
2023-07-24  drhMerge the latest trunk enhancements into the json-opt...
2023-07-23  stephanWhen writing the filename header in a opfs-sahpool...
2023-07-22  stephanAdd the opfs-sahpool sqlite3_vfs implementation to...
2023-07-22  danIntegrate contentless delete with auto-merge.
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  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  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.
next