]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-10-30  stephanRefactoring towards being able to distinguish locking... opfs-locking-result-codes
2022-10-30  stephanAdjust automatic OPFS locking retries such that they...
2022-10-30  stephanMinor WASM build cleanups. Enable custom Module.instant...
2022-10-30  stephanReduce wasm module's starting memory from 128mb to...
2022-10-30  mistachkinMinor updates to the Windows batch tools.
2022-10-29  stephanUpdate ext/wasm/README.md for recent developments.
2022-10-29  stephanMore styling of module-symbols.html.
2022-10-29  stephanExpand and document the wasm doc-update make rules...
2022-10-29  stephanMove the sqlite3.capi.wasm namespace to sqlite3.wasm...
2022-10-28  drhFix harmless compiler warnings in testing code.
2022-10-28  drhAdd sqlite3recover() support to fuzzcheck.
2022-10-28  stephanRemove sqlite3_interrupt() from the WASM build, as...
2022-10-28  stephanAdd ext/wasm/module-symbols.html. Adjacent minor JS...
2022-10-28  stephanMinor sqlite3.oo1 API reorg prompted by documenting.
2022-10-27  drhFix a minor problem with sqlite_dbdata.
2022-10-27  danFix another crash in the recover extension triggered...
2022-10-27  danFix another problem to do with recovering from in-memor...
2022-10-27  danEnsure that the VFS wrapper in the recover extension...
2022-10-27  danFix an assert() failure in the recover extension trigge...
2022-10-27  drhIn the CLI, ensure that input to utf8_width_print is...
2022-10-27  danChange the name of the ".recover" command option "...
2022-10-27  stephanspeedtest1.html: when vfs==kvvfs, increase --size from...
2022-10-27  drhAutomatically set temp_store=MEMORY if the VFS is kvvfs.
2022-10-27  drhDo not accept a NULL pointer for the filename in KVVFS.
2022-10-27  drhThe kvvfs VFS should remember the page size when writin...
2022-10-27  stephanRe-enable the .recovery and .dbinfo commands in shell...
2022-10-27  danDo not use sqlite3_result_text16() in the recover exten...
2022-10-27  danFix a problem with running ".recover" on an in-memory...
2022-10-27  danDo not use sqlite3_mutex_xxx() functions in sqlite3reco...
2022-10-27  stephanMinor doc typo fixes.
2022-10-27  stephanRestructure and simplify the feature-detection #defines...
2022-10-27  stephanExpose sqlite3_randomness() to WASM and add a custom...
2022-10-26  danDisable the push-down optimization for sub-queries...
2022-10-26  drhRemove an unused variable from the recovery extension.
2022-10-26  danAdd the "recover" extension in ext/recover/, for salvag...
2022-10-26  danRemove an undefined left-shift operation from the recov... recover-extension 7/head
2022-10-26  danMerge further changes from trunk, including fix to...
2022-10-26  danMake the shell .recover command and the dbdata.c module...
2022-10-26  stephanCorrect misuse of localhost-mode-only symbol S in fiddl...
2022-10-26  stephanCorrected link to fiddle in ext/wasm/index.html (broken...
2022-10-26  stephanReplace the newly-removed oo1.DB.getFilename() with...
2022-10-26  stephanRemove oo1.DB.hasFilename() and getFilename(), as they...
2022-10-26  drhRemove the sqlite3StdTypeMap global constant that was...
2022-10-26  stephanAdd --download-version flag to ext/wasm/version-info...
2022-10-25  stephanAdd doc page link to the wasm dist README.txt.
2022-10-25  stephanCorrect -O level for fiddle build when built from the...
2022-10-25  stephanRename fiddle.html to index.html and move fiddle push...
2022-10-25  stephanspeedtest1: use the current (or default) vfs->xDelete...
2022-10-25  drhEnhance the sqlite3_strglob() and sqlite3_strlike(...
2022-10-25  drhMake the ".dump" command of the CLI more robust against...
2022-10-25  danMerge latest trunk changes with this branch.
2022-10-25  stephanMinor doc tweaks in the JS GNUmakefile.
2022-10-25  stephanRemove persistence from the 'reverse log order?' checkb...
2022-10-25  stephanMinor cleanups and doc improvements in the OPFS sqlite3...
2022-10-24  drhFix typo in comment.
2022-10-24  drhAdd a comment to a previously undescribed member of...
2022-10-24  danUse the same "PRAGMA synchronous" setting for the outpu...
2022-10-24  drhImprove the ability of the query planner to recognize...
2022-10-24  drhUpdate the fuzzinvariant logic in fuzzcheck to the...
2022-10-24  drhFix built-in documentation for the ".mode qbox" command...
2022-10-24  drhTest cases for covering indexes on wide tables. covering-index-enh
2022-10-23  drhThe wide-table covering index detection must take into...
2022-10-22  drhMore frequently send the complete SELECT statement...
2022-10-22  drhEnhance the query planner with the ability to discern...
2022-10-22  drhThis branch attempts to improve the detection of coveri...
2022-10-22  drhClarification on the meaning of SrcList and SrcItem...
2022-10-21  stephanAdd SQLITE_DQS to the compileoptions_used list, per...
2022-10-21  stephanMacro name typo fix in OS_KV builds.
2022-10-21  drhEnsure that the RtreeCell object in rtreeUpdate has...
2022-10-21  stephanAdd kvvfs tests to tester1.js. Fix a scopedAlloc()...
2022-10-21  stephanAdd timing info and OPFS sanity tests to tester1.js
2022-10-21  stephanExpose sqlite3_vfs_unregister() to WASM and unregister...
2022-10-20  stephanMake semantics for UDF xFinal() result handling and...
2022-10-20  stephanAdd more JS tests. Flesh out the aggregate UDF tests...
2022-10-20  stephanApply magic.txt correction and addition reported in...
2022-10-20  stephanRename sqlite3_web_... to sqlite3_js_... Document the...
2022-10-20  drhAdd a bit to the optimization disabling mask for the...
2022-10-20  danAdd test case for previous commit.
2022-10-20  drhOnly enable the bMaybeNullRow flag on IndexedExpr for...
2022-10-20  drhThe generalized indexed expression optimization of...
2022-10-20  danFix minor problems in test1.c test code.
2022-10-20  stephanRework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_v...
2022-10-20  stephanMinor internal JS cleanups.
2022-10-19  drhIn the CLI, never use strcmp() or strncmp() directly...
2022-10-19  danMove file /ext/misc/dbdata.c to the /ext/recover/ direc...
2022-10-19  drhFix references to "SrcList_item" in comments as that...
2022-10-19  drhIf a query uses an index where one or more of the colum...
2022-10-19  stephanUpdate the wasm/js 'push' rule to account for this...
2022-10-19  stephanRename several demo/test files and include more of...
2022-10-19  stephanMinor wasm/js build tweaks.
2022-10-19  stephanUpdate the dist rules for this evening's js/wasm build...
2022-10-19  stephanApply considerable acrobatics to get the JS/WASM delive...
2022-10-19  stephanConsiderable wasm/js build cleanups and reworking....
2022-10-18  drhIf a virtual column whose value is constant gets indexe... index-expr-opt
2022-10-18  stephanMore work on the JS end-user deliverables. Add tool...
2022-10-18  drhImproved byte-code comments for the OP_Column opcodes...
2022-10-18  drhFix the indexed expression resolver for generated colum...
2022-10-18  drhMerge recent trunk fixes into the index-expr-opt branch.
2022-10-18  danAdd new test file windowE.test, to test the window...
2022-10-18  drhCorrect sort order for serial-type 10 entries in the...
next