]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-12-06  larrybrMerge from trunk prepratory to branch end. sha3sum_text_validation
2022-12-06  larrybrAvoid several -Wall warnings in textfixture build.
2022-12-06  larrybrFor CLI .sha3sum, emit warning to stderr for any invali...
2022-12-06  danHave sqlite3_stmt_scanstatus_v2() return an NCYCLE...
2022-12-06  larrybrClear a few more -Wall warnings and simplify dynaprompt...
2022-12-06  drhFix compiler warnings in the new dynamic continuation...
2022-12-06  drhIn the unix backend, when implementing the defenses...
2022-12-06  danSupport an SQLITE_SCANSTAT_NCYCLE statistic for "CO...
2022-12-06  larrybrAdd optional feature: A CLI continuation prompt which...
2022-12-06  larrybrAdd optional feature: A CLI continuation prompt which... dynamic_prompt
2022-12-05  danEnhance the sqlite3_stmt_scanstatus() API and add sqlit...
2022-12-05  danUpdate comments in sqlite.h.in to account for sqlite3_s... scanstatus_v2
2022-12-05  danMerge latest trunk changes.
2022-12-05  danAdd loops and rows counters to "USE TEMP B-TREE FOR...
2022-12-05  danAdd test case that should have been part of previous...
2022-12-05  danFix a problem in the memdb vfs xLock() function allowin...
2022-12-05  stephanRemove SQLITE_EXPERIMENTAL tag from sqlite3_vtab_collat...
2022-12-05  drhRemove obsolete "experimental" comments on the virtual...
2022-12-05  drhImproved query planner cost estimates. Fix for ticket...
2022-12-05  drhUse the smaller estimated row size for searching IPK... qp-tuning
2022-12-04  larrybrFix safe mode authorizer callback to reject disallowed...
2022-12-04  stephanExport sqlite3_result_zeroblob/zeroblob64() to wasm.
2022-12-03  danEnhance SQLITE_SCANSTAT_NCYCLE so that it reports on...
2022-12-03  drhIncrease the nominal row size for IPK index lookups...
2022-12-03  drhAdd TOTAL rows to the output generated by tool/vdbe_pro...
2022-12-03  danAdd CYCLES scanstat measurement to "USE TEMP B-TREE...
2022-12-03  drhAdd a test case to show that ticket [e8b674241947eb3b...
2022-12-03  drhFurther improvements to the estimated cost of sorting...
2022-12-03  larrybrCause CLI .sha3sum to warn of text fields that do not...
2022-12-03  stephanCorrect a memory leak in tester1.js.
2022-12-03  stephansqlite3.wasm.allocFromTypedArray() now optionally accep...
2022-12-03  stephanRename wasm.xWrap.resultAdapter() X:free entries to...
2022-12-03  stephanDoc typo fix for SQLITE_MAX_ALLOCATION_SIZE in malloc...
2022-12-03  stephanMove kvvfs xRead()/xWrite() buffer from function-local...
2022-12-03  stephanJavaScript: add sqlite3.wasm.realloc(), sqlite3.capi...
2022-12-03  stephanwasm build: rename the path to the wasm docs checkout...
2022-12-03  stephanwasm snapshot and doc-related build automation tweaks.
2022-12-03  stephanRework the oo1.DB's distinct-per-VFS post-open() step...
2022-12-03  drhTuning the query planner by adjusting the weights that...
2022-12-02  danEnhance the sqlite3_stmt_scanstatus() API and add sqlit...
2022-12-02  stephanMinor internal tweaks to the OPFS VFS. Resolve a missin...
2022-12-02  stephanOPFS VFS: translate createSyncAccessHandle() exceptions...
2022-12-02  drhFor the sqlite3_bind and sqlite3_result interfaces...
2022-12-02  drhUse sqlite3_result_int64() instead of sqlite3_result_in...
2022-12-02  stephanMinor touchups to the JS test index page and test serve...
2022-12-02  stephanwasm builds: explicitly set a default stack size becaus...
2022-12-02  stephanwasm: after building snapshot zip file, emit instructio...
2022-12-02  stephanCorrect the problem which triggered the rollback in...
2022-12-02  stephanRoll back the SQLITE_DEFAULT_PAGE_SIZE part of [c260895...
2022-12-02  stephansqlite3-wasm.c: code legibility and coding style tweaks...
2022-12-02  stephanExpand JS tests for db export/import and document reaso...
2022-12-02  stephanRemove extraneous/unused sqlite3.oo1.version object...
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...
next