]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2022-10-18  drhMerge trunk fixes into the index-expr-opt branch.
2022-10-18  drhFix sqlite3VdbeRecordCompareWithSkip() so that it sorts...
2022-10-17  stephanAdd ext/wasm/README-dist.txt, intended to have been...
2022-10-17  stephanInitial draft of archive generation for the wasm/js...
2022-10-17  stephanRepair version-info.c after a local mishap caused all...
2022-10-17  drhMerge trunk changes into the index-expr-opt branch.
2022-10-17  drhFix a potential call to strlen() with a null argument...
2022-10-17  stephanMissing file-rename for the previous checkin.
2022-10-17  stephanRework ext/wasm/version-info.c to make it more useful...
2022-10-17  drhImproved comments and function names. No logic changes.
2022-10-17  drhGet the indexed expression optimization working for...
2022-10-17  drhMerge trunk enhancements into index-expr-opt branch.
2022-10-17  drhMake use of alloca() in wherePathSolver() when SQLITE_U...
2022-10-17  drhRemove a use of alloca() that does more harm than good.
2022-10-16  stephanTypo fix.
2022-10-16  stephanMinor tweak to get bring an edge case of oo1.DB.createF...
2022-10-16  stephanAdd aggregate function support to sqlite3.oo1.DB.create...
2022-10-16  stephanJS: add build-time-generated version info to the sqlite...
2022-10-16  stephanAdd a top-level license and build-time version info...
2022-10-15  drhEnable the index-on-expression optimization even when...
2022-10-15  drhOnly extract an expression from an index when the index...
2022-10-14  drhMerge fixes from trunk.
2022-10-14  danFix a problem with using the push-down optimization...
2022-10-14  drhAdd missing initializer from the extension loader....
2022-10-14  stephanGeneric minor cleanups and docs in the OPFS async proxy.
2022-10-14  danFix a problem in the LIKE and GLOB operators that may...
2022-10-14  stephanRemove a resolved TODO comment.
2022-10-14  drhCancel IndexExpr objects when they go out of scope.
2022-10-13  drhThis experimental branch attempts to use columns for...
2022-10-13  stephanMove the rest of testing1.js into tester1.js and elimin...
2022-10-13  drhOptimize the IS NULL and IS NOT NULL operators so that...
2022-10-13  drhImprovements to the description of the OPFLAG_TYPEOFARG... isnull-opt
2022-10-13  drhAdjust the implementation of sqlite3VdbeTypeofColumn...
2022-10-13  drhFix a typo in the documentation of the OP_Column opcode.
2022-10-13  drhProposed optimization to the IS NULL and NOT NULL opera...
2022-10-13  stephanPort the first 180-odd unit tests from testing1.* into...
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...
next