]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-10-13  drhImprovements to the description of the OPFLAG_TYPEOFARG... isnull-opt
2022-10-13  drhAdjust the implementation of sqlite3VdbeTypeofColumn...
2022-10-13  drhProposed optimization to the IS NULL and NOT NULL opera...
2022-10-12  drhUpdates to the fuzzer query invariant checker - trackin...
2022-10-12  drhChanges to Makefile.msc to fix the build on Windows...
2022-10-12  stephanMerge fiddle-opfs branch into trunk.
2022-10-12  stephanMerge trunk into fiddle-opfs as a preliminary step... fiddle-opfs
2022-10-12  stephanAdd initial infrastructure for setting up function...
2022-10-12  stephanMinor doc cleanups and corrections in sqlite3-wasm.c
2022-10-12  stephanCorrect mismatched H1 tags in test code. Minor CSS...
2022-10-12  drhAdd the sqlite3_value_encoding() interface.
2022-10-11  drhEnhance the OP_IsType opcode so that it is slightly...
2022-10-11  drhImproved the ability of the CLI to handle very long...
2022-10-10  drhEnhance the "PRAGMA integrity_check" statement so that...
2022-10-10  drhCode clean-up for the integrity_check enhancement. integrity_check_datatypes
2022-10-10  drhFix corner-case bugs in the new integrity_check logic...
2022-10-10  drhAn attempt to enhance PRAGMA integrity check so that...
2022-10-10  drhImproved detection of database corrupting when moving...
2022-10-09  stephanRemove some extraneous debug output.
2022-10-09  stephanRemove a now-unnecessary --cachesize flag for the OPFS...
2022-10-09  stephanMinor cleaups in the post-init async phase of sqlite3...
2022-10-09  stephanRemove ext/wasm/kvvfs.make which was inadvertently...
2022-10-09  stephanRefactor kvvfs JS bits to make use of [ea370b9b05f7ed7e...
2022-10-09  stephanRefactor os_kv.c so that the kvvfs read/write/delete...
2022-10-09  stephanAdd -DSQLITE_OS_KV_OPTIONAL to speedtest1 flags for...
2022-10-08  drhWhen casting an odd-length BLOB into a TEXT with encodi...
2022-10-07  danFix a problem causing the seek-scan optimization to...
2022-10-07  drhImproved tracing output for showing all registers used...
2022-10-06  danFix a problem that occurred when using a bloom filter...
2022-10-04  stephanReplace time-based auto-unlock of opfs sync handles...
2022-10-04  drhAttempt to clarify the operation of the xLock and xUnlo...
2022-10-04  stephanTweaks to the opfs async wait/relinquish times.
2022-10-04  drhChange the name of the autoconf-generated configuration...
2022-10-04  stephanUpdate ext/wasm/api/README.md to account for recent...
2022-10-04  stephanOPFS async proxy: add a wait-and-retry policy to the...
2022-10-04  stephanUpdate the 'start in speedtest kvvfs' link in speedtest...
2022-10-04  stephanMinor pstack doc update.
2022-10-04  stephanMinor cleanups and additions in sqlite3.capi.wasm.pstack.
2022-10-04  stephanAdd a test/debug mechanism to shut down the OPFS async...
2022-10-03  stephanSet default page cache size to 16mb in wasm builds...
2022-10-03  stephanAdd a --cachesize flag to the speedtest1-worker-opfs...
2022-10-03  stephanMinor JS doc updates and typo fixes.
2022-10-03  stephanAdd configurable cache_size to batch-runner and speedte...
2022-10-03  stephanOmit WAL mode from the wasm build.
2022-10-03  drhAdjust the --help output for speedtest1 to clarify...
2022-10-03  drhCopy all of the fiddle-opfs changes to speedtest1 into...
2022-10-03  stephanResolve/remove a TODO.
2022-10-03  drhAdd the --vfs option to speedtest1.
2022-10-03  stephanExport sqlite3_trace_v2() to wasm and use it to ensure...
2022-10-03  stephanReimplement fiddle_reset_db() so that it works with...
2022-10-03  stephanExperimentally relinquish the OPFS VFS sync access...
2022-10-03  stephanAdd journal=MODE to the list of supported URL flags...
2022-10-03  stephanOPFS VFS now lazily opens its sync access handle, as...
2022-10-03  stephanPartial revert of [a82e6faaa642] to remove the 'I'...
2022-10-03  stephanMinor JS API tweaks prompted by documenting them.
2022-10-02  stephanMore cleanups in the UDF argument and result handling...
2022-10-02  stephanMinor doc typo fix in sqlite.h.in.
2022-10-02  stephanJS: clean up create_function() wrapper and add support...
2022-10-02  stephanjs: implement a hand-written wrapper for sqlite3_create...
2022-10-02  stephanDoc typo fixes.
2022-10-02  stephanMore fleshing out of sqlite3.capi.wasm.pstack.
2022-10-02  stephanDocument the roles of the new (this past week) JS files...
2022-10-02  stephanGeneral internal cleanups in the oo1 API.
2022-10-01  drhPerformance optimization in sqlite3_prepare() (discover...
2022-10-01  stephanCorrect fiddle db export breakage caused by a post...
2022-10-01  stephanPedantic constness tweak.
2022-10-01  stephanwasm: correct a memleak caused by a shadowed var in...
2022-10-01  stephanFiddle: fix makefile dependency issue and duplicate...
2022-10-01  stephanMerge trunk into fiddle-opfs branch.
2022-10-01  stephanTweak sqlite3-worker1.js to be able to load either...
2022-10-01  drhReplace the Parse.disableVtab field with Parse.prepFlag...
2022-10-01  stephanNote two wasm-related potential TODOs.
2022-09-30  stephanRemove a couple of weird quirks of the Worker1 and...
2022-09-30  stephanTweaks to the Worker1 and Promiser APIs prompted by...
2022-09-30  drhRemove one of the NEVER() macros added by [5166acf3f004...
2022-09-30  drhNew test cases in fuzzdata8.db
2022-09-30  drhFix a bug in the demoDelete fix from [d76a301e22e05722].
2022-09-30  drhAdd NEVER() to two error-detection tests that were...
2022-09-30  stephanAdd JS wrapper for sqlite3_exec() which knows how to...
2022-09-30  danBetter handle a case of database corruption where a...
2022-09-30  stephanAdd sqlite3.version object. Add more state to the Worke...
2022-09-30  stephanAdd oo1.JsStorageDb.clearStorage/storageSize() methods...
2022-09-30  stephanbatch-runner.js: force WebSQL batches to not abort...
2022-09-30  drhImprovements to the "demoDelete" method in the demovfs...
2022-09-30  stephanExpose sqlite3_msize() to wasm.
2022-09-30  stephanAdd oo1.JsStorageDb() as a convenience wrapper for...
2022-09-30  stephanwasm: expose sqlite3_de/serialize(), sqlite3_malloc...
2022-09-29  stephanAdd JS infrastructure to ostensibly allow us to customi...
2022-09-29  stephanEnsure that the wasm builds always, even when passing...
2022-09-29  stephanFinish eliminating explicit Emscripten module dependenc...
2022-09-29  stephanRework the Emscripten-emitted module loader/init functi...
2022-09-28  drhFix misuse of the sqlite3_set_auxdata() interface in...
2022-09-28  stephanWasm: expose sqlite3_exec() and use it to simplify...
2022-09-28  stephanMore work on batch-runner.html/js to facilitate speed...
2022-09-28  stephanCorrect duplicate copies of sqlite3-api.js being embedd...
2022-09-28  stephanWork around broken -Os wasm builds by adding the -g3...
2022-09-27  stephanMinor doc correction.
2022-09-27  drhProvide the SQLITE_MAX_ALLOCATION_SIZE compile-time...
2022-09-27  stephanComment the -O2 wasm builds as being broken (mysterious...
2022-09-27  stephanWASM API renaming. Reworked JS API bootstrap's async...
next