]> git.ipfire.org Git - thirdparty/sqlite.git/history - ext
Omit the OP_SqlExec to "PRAGMA integrity_check" added by [348fa7aaf7958b3f]
[thirdparty/sqlite.git] / ext /
2024-05-01  danFix another problem in the recovery extension where...
2024-05-01  danFix a problem causing the recovery extension to use...
2024-04-26  drhFix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET...
2024-04-26  stephanInternal JS doc touchups. No functional changes.
2024-04-26  stephanAdditional internal docs in the wasm utilities.
2024-04-26  drhFurther fixes and improvements to the generate_series...
2024-04-26  drhUse hex flag masks rather than decimals in ext/misc...
2024-04-26  drhEnhance the generated_series() table-valued-function...
2024-04-25  drhImprovement to the way that affinity is determined...
2024-04-25  stephanwasm: add a makefile comment about the static sqlite3...
2024-04-24  stephanRemove an undocumented feature from the JS Worker1...
2024-04-23  drhFix a problem with vector IN operators used with an...
2024-04-23  stephanRemove some dead WASM-side code.
2024-04-23  stephanMinor touchups in JS docs and exception messages.
2024-04-23  stephanWhen running the 'dist' target in ext/wasm for an SEE...
2024-04-22  danAdd extra tests for aborting conflicts in the sessions...
2024-04-22  stephanMinor cleanups to [8fbda563d2f5].
2024-04-22  stephanExtend the JS/WASM SEE build support by (A) filtering...
2024-04-22  stephanFor sqlite3.oo1.DB JavaScript classes, bypass execution...
2024-04-09  danFix a "shift exponent is too large" usan error that...
2024-04-09  danAvoid some performance problems in the recover extensio...
2024-04-08  drhEnhance the WHERE-clause push-down optimization so...
2024-04-08  drhFix a harmless compiler warning in the ICU extension...
2024-04-04  stephanOptimize sqlite3.oo1.DB.exec() for the rowMode='object...
2024-04-04  drhAdd the "interstage-heuristic" that attempts to avoid...
2024-04-04  stephanFix exception propagation when the opfs-sahpool VFS...
2024-04-02  drhAdd an optional 3rd argument to the icu_load_collation...
2024-03-27  danUpdate comments in fts5.h.
2024-03-25  drhImprovements to the vtablog.c extension: Eliminate...
2024-03-25  drhImprovements to the vtablog.c extension, for better...
2024-03-21  stephanAdd comments (only, no code) to the JS sqlite3_config...
2024-03-18  danFix asan problems in sqlite3rbu.c. Enable RBU for sanit...
2024-03-18  danAvoid spurious SQLITE_IOERR_DATA errors when reading...
2024-03-18  drhAdd the "VALUES-as-coroutine" optimization. Large...
2024-03-14  stephanJS: remove an unused function argument and some debug...
2024-03-13  danMerge trunk into this branch.
2024-03-11  danUpdate mdevtest and sdevtest to do shell builds in...
2024-03-11  stephanAdd more docs for the OPFS delete-before-open feature.
2024-03-11  stephanAdd delete-before-open=1 URI flag to the 'opfs' VFS...
2024-03-11  stephanAdd delete-before-open=1 URI flag to the 'opfs' VFS... opfs-delete-before-open
2024-03-09  drhFix the .expert command in the shell so that it does...
2024-03-08  danOmit some extra tests for the intck extension in OMIT_V...
2024-03-08  danDo not run tests for the intck extension in OMIT_VIRTUA...
2024-03-08  drhMust use sqlite3IntFloatCompare() for accurate comparis...
2024-03-07  stephanIntroducing JS worker1 promiser v2, which initializes...
2024-03-07  stephanResolve duplicate loading of promiser v2 demo code... wasm-promiser1-v2
2024-03-07  stephanwasm promiser.v2 is essentially working but the demo...
2024-03-07  stephanInitial work at getting sqlite3Worker1Promiser.v2(...
2024-03-07  drhFix harmless compiler warnings in test code for the...
2024-03-06  drhAdd the json_pretty() SQL function.
2024-03-06  stephanAdd a couple of json_pretty() examples to /fiddle.
2024-03-06  drhCorrection to the previous check-in.
2024-03-06  danFix handling of "id=?" corner cases in rtree when the...
2024-03-05  stephan/fiddle: reorder/replace example entries to make them...
2024-03-05  stephan/fiddle 'Mandlebrot' typo fix reported in the forum.
2024-03-05  stephanUpdate fiddle.make to account for Makefile changes...
2024-03-05  stephan/fiddle: before resetting a db, roll back any transacti...
2024-03-04  drhFix harmless compiler warnings in the increment integri...
2024-03-04  stephanDocument why the wasm build does not use Emscripten...
2024-03-04  stephanWhen warning about multiple invocations of JS's sqlite3...
2024-03-04  stephanAfter wasm bootstrapping has read the optional global...
2024-02-27  danHave "PRAGMA quick_check" compare the number of entries...
2024-02-27  danAllow "_" characters to appear between any two digits...
2024-02-27  stephanBring the extra-src branch up to date with the trunk. extra-src
2024-02-26  danAdd the intck extension. For performing incremental...
2024-02-26  drhFix header comments on test scripts. incr-integrity-check
2024-02-26  danMerge latest trunk changes into this branch.
2024-02-24  danAdd further tests for the intck module.
2024-02-23  danAdd tests for the new code on this branch.
2024-02-23  danAdd the ".intck ?STEPS_PER_UNLOCK?" command to the...
2024-02-23  danFix detection of surplus index entries when all indexed...
2024-02-23  danFix problems with resuming integrity-check operations...
2024-02-21  danFix various issues in sqlite3intck.c.
2024-02-21  danSimplify the way the restart key is saved internally...
2024-02-21  danAdd documentation to ext/intck/sqlite3intck.h.
2024-02-21  danMerge trunk changes into this branch.
2024-02-20  danHave the intck extension better handle corruption at...
2024-02-20  danUse fewer cycles to generate the "next key" value used...
2024-02-20  danConsider using "=" and IS operators with even low-quali...
2024-02-20  drhEnhancements to PRAGMA optimize and ANALYZE. Add the...
2024-02-19  danUse more efficient SQL to verify that indexes contain...
2024-02-19  drhMerge trunk fixes into the better-optimize branch.
2024-02-19  danAdd implementation of sqlite3_intck_suspend().
2024-02-19  drhIf a table has one or more rows and it has a partial... optimize-after-shrink
2024-02-17  danAdd start of extension for incremental integrity-checks...
2024-02-16  danHandle an OOM case in fts5 code to query tokendata...
2024-02-12  drhReplace the assert() that was removed by [f023cb541b5dd...
2024-02-12  danHave rtree avoid keeping a blob handle open following...
2024-02-11  drhIn the RTREE extension, allow the xBeginTransaction...
2024-02-07  drhBring test cases into alignment with the latest enhance...
2024-02-06  stephanCorrect docs about the first OFPS VFS's importDb()...
2024-02-06  stephanMake explicit that using the importDb() methods of...
2024-02-05  danReturn SQLITE_ABORT if the underlying shadow tables...
2024-02-05  danReturn SQLITE_ABORT if the underlying shadow tables... rtree-fix
2024-02-05  stephanExtend [d294a23ed6d] to apply to all wasm speedtest1...
2024-02-05  stephanwasm: pass the promiser function to the promiser onread...
2024-02-05  stephanwasm: squelch a new (and, in our case, invalid) warning...
2024-02-04  mistachkinFix harmless compiler warnings seen with MSVC.
2024-02-03  drhFollowing a ROLLBACK that reverts changes to an RTREE...
2024-02-01  danEnsure the fts5 xIntegrity method correctly returns...
next