]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-12-03  larrybrMake conglomerateur help with extension packaging.... extension_opts
2022-12-02  larrybrExperimental branch for more flexible selection of...
2022-12-01  stephansqlite3_js_create_file() now accepts an ArrayBuffer...
2022-12-01  stephanReformulate and simplify some JS tests related to the...
2022-12-01  stephanExpand "sqlite3_vfs*" JS-to-WASM function argument...
2022-11-30  drhAdd a testcase() macro to verify that the case of a...
2022-11-30  drhFix an over-zealous assert() reported by Yong Heng.
2022-11-30  drhAttempt to rationalize the bits associated with ".where...
2022-11-30  stephanRename some JS files from X.js to X.c-pp.js to keep...
2022-11-30  drhAlways use nanosleep() (instead of usleep() or sleep...
2022-11-30  stephanInstall sqlite3_malloc/sqlite3_free() as the JS-side...
2022-11-30  stephanSimplify how the OPFS VFS async proxy copies initial...
2022-11-30  stephanOPFS VFS: remove an invalid TODO and fix a property...
2022-11-30  stephanRename some OPFS JS files. Prevent JS bindings of sqlit...
2022-11-30  stephanRefactor a significant chunk of the OPFS sqlite3_vfs...
2022-11-30  stephanDoc and logging text tweaks in the OPFS async proxy...
2022-11-29  stephansqlite3.oo1.OpfsDb: default to journal_mode=persist...
2022-11-29  stephanOPFS speedtest1: hide a currently-broken/to-fix WASMFS...
2022-11-29  drhChange the handling of hwtime.h to make it easier to...
2022-11-29  danFix legacy build system main.mk to include basexx.c...
2022-11-29  stephanRename one instance of opfs.OpfsDb to oo1.OpfsDb, as...
2022-11-29  stephanMinor internal cleanups and docs in the OPFS sqlite3_vfs.
2022-11-29  stephanInternal restructuring of the OPFS sqlite3_vfs in order...
2022-11-29  stephanAdd an explicit warning about the current API-instabili...
2022-11-28  drhCheck-in [8d5b76593d82b3a5] contained an error that...
2022-11-28  larrybrGet ext/misc/basexx.c into the testfixture.exe build...
2022-11-28  drhFix harmless compiler warnings.
2022-11-28  drhImplementation of enhancement request [695a1a53dea6b240...
2022-11-28  danAdd the SQLITE_FCNTL_RESET_CACHE verb. Use it to ensure...
2022-11-28  drhTest cases added derived from the enhancment ticket. covering-indexed-expr
2022-11-28  drhMerge trunk changes into covering-index-expr branch.
2022-11-28  drhRework the covering index checking routine, whereIsCove...
2022-11-28  larrybrAdd (optional) base64 and base85 UDF extensions.
2022-11-28  larrybrSync w/trunk, zap surplus space. base_convert
2022-11-28  danEnsure the RETURNING clause is honoured when a row...
2022-11-28  larrybrConform CLI .trace arg handling to its help.
2022-11-27  stephanDocument an OPFS API change in Chrome v108 which does...
2022-11-26  drhBetter reporting of when the WHERE clause analysis...
2022-11-26  drhShow which AggInfo.aCol an Expr node represents in...
2022-11-26  drhMerge trunk fixes into the covering-indexed-expr branch.
2022-11-26  drhFix an incorrect assertion-fault in the "TREETRACE...
2022-11-26  stephanOPFS VFS: add the opfs-unlock-asap=1 URI flag which...
2022-11-26  drhExperimental changes to help the query planner detect...
2022-11-25  drhRelax restriction (8) on the push-down optimization...
2022-11-25  drhFix #ifdefs so that restrictions (8) and (9) of the...
2022-11-25  drhImmprove the query planner such that it is able to...
2022-11-25  drhAdd restriction (9) to the push-down optimization:...
2022-11-25  drhRemove a redundant assert() statement. agg-with-indexed-expr
2022-11-25  drhImprove the robustness of the updateAccumulator() routi...
2022-11-25  drhImproved comments. Add assert()s to verify that the...
2022-11-24  drhCorrectly deal with IF-NULL-ROW operators when dealing...
2022-11-24  larrybrSpeed up base85() conversions and sync w/trunk.
2022-11-24  drhTake care not to try to add comments to a TK_AGG_COLUMN...
2022-11-24  drhChange a NEVER() into an assert().
2022-11-24  danFix a test case in fts3expr4.test to account for differ...
2022-11-24  stephanMore work on the OPFS concurrency testing app. opfs-unlock-asap
2022-11-24  stephanJS documentation cleanups. No code changes.
2022-11-24  danUpdate multiplex3.test to account for the fact that...
2022-11-24  drhAdd NEVER() and ALWAYS() macros on branches that are...
2022-11-24  drhNew test cases. Fix the logic so that it works for...
2022-11-24  larrybrSpeed up base64 conversions, and add test with more...
2022-11-24  stephanAdd sqlite3.oo1.DB.prototype.checkRc() and tests for...
2022-11-24  drhMerge the latest trunk changes into the agg-with-indexe...
2022-11-24  drhAdd explanatory comment to the new optimization. And...
2022-11-23  stephanMinor JS doc updates.
2022-11-23  stephanAdd optional zSchema argument to sqlite3_js_db_export().
2022-11-23  stephanOPFS concurrency test: add a URL flag to enable/disable...
2022-11-23  stephanAdd an experimental OPFS VFS-specific URI flag, opfs...
2022-11-23  drhAggregates with GROUP BY now make use of expressions...
2022-11-23  drhThis attempt at modifying AggInfo to make use of indexe...
2022-11-23  stephanInitial infrastructure for adding a mode to the OPFS...
2022-11-23  danUpdate Makefile.in to include new target "sqlite3r...
2022-11-23  stephanRemove a bit of over-cleverness which breaks loading...
2022-11-23  stephanOPFS concurrency tester: ensure that the work interval...
2022-11-23  drhFurther foundation prep work prior to starting to flesh...
2022-11-22  larrybrAdd more baseNN tests, get oversize error trapping...
2022-11-22  drhMerge enhancements and fixes from trunk.
2022-11-22  drhAdd the stub function: optimizeAggregateUsingIndexedExp...
2022-11-22  mistachkinAvoid naming collision between the sha1 and shathree...
2022-11-22  drhInclude the treetrace bitmap comment accidentally omitt...
2022-11-22  drhMerge trunk fixes and enhancements into the agg-with...
2022-11-22  drhRename the SELECTTRACE macro to TREETRACE, so that...
2022-11-22  larrybrSync w/trunk. Ready for merge to trunk.
2022-11-22  larrybrAdd test/basexx1.test to test is_base85(t), base85...
2022-11-22  drhFix the error message in the CLI for "no such VFS".
2022-11-22  danAdd Makefile.in targets for sqlite3r.c and sqlite3r... make-sqlite3r.c
2022-11-22  drhSince the memory registers used by the columns and...
2022-11-22  larrybrFix last function pointer in sqlite3Apis init. Reported...
2022-11-22  drhOmit the unnecessary AggInfo.mnReg field.
2022-11-22  drhFactor out the allocation of registers for aggregates...
2022-11-22  drhThis is the first in what is anticipated to be a long...
2022-11-22  drhConvert an ALWAYS() in sqlite3DbSpanDup() into an asser...
2022-11-21  drhSplit out the debugging code that dumps an AggInfo...
2022-11-21  drhChange the name of the Parse.pIdxExpr field to pIdxEpr...
2022-11-21  stephanOPFS contention test: give each worker a distinct recog...
2022-11-21  drhPerformance optimization and size reduction in insertCe...
2022-11-21  drhPerformance optimization to sqlite3BtreeInsert().
2022-11-21  drhSmall performance improvement in sqlite3BtreeTransferRow().
2022-11-21  stephanAdd new JS tests dir to those pushed to the test server.
2022-11-21  stephanMore tweaking of OPFS concurrency measures and the...
next