]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-07-17  danAdd extra assert() statements to the fixes on this... alignment-fixes
2024-07-13  danFixes for platforms with 32-bit pointers that require...
2024-07-13  stephanAdd missing sqlite3_bind_parameter_name() binding to JS.
2024-07-13  stephanAdd JS bindings and tests for sqlite3_interrupted(...
2024-07-13  stephanRemove a stray/harmless duplicate wasm function export...
2024-07-13  stephanAdd several convenience links to the OPFS VFS concurren...
2024-07-13  stephanAdd an option to the opfs-sahpool VFS which tells it...
2024-07-13  stephanRename the new opfs-sahpool init-retry flag to the... sahpool-reinit-fallback
2024-07-12  stephansqldiff: fail if the 2nd db argument cannot be opened...
2024-07-12  stephanWork around a difficult-to-trigger Atomics API message...
2024-07-12  stephansqldiff: if the first db argument does not exist, fail...
2024-07-11  stephanReformulate the forceReinitIfFailed handling based...
2024-07-11  stephanRemove the timing and counter metrics from the OPFS... opfs-errant-op
2024-07-11  stephanAdd some docs explaining [64f4f3cd878b1a72].
2024-07-11  stephanProposed workaround for the "errant op" case in the...
2024-07-11  stephanAdd an option to force the opfs-sahpool VFS init to...
2024-07-10  stephanRename some JS files for consistency. This affects...
2024-07-08  danFix a use-after-free that could occur following an...
2024-07-08  danImprove the error message returned when fts5 finds...
2024-07-05  drhUse a mini Bloom filter to help reduce the number of...
2024-07-05  drhImproved reuse of subqueries associated with IN operato...
2024-07-05  drhSmall performance optimizations. reuse-subqueries
2024-07-04  danAdd test cases to in7.test.
2024-07-04  drhDisable the reuse of IN-clause subqueries if the subque...
2024-07-04  danUpdate EXPLAIN output to include P4_SUBRTNSIG.
2024-07-04  drhBe more aggressive about reusing subqueries that appear...
2024-07-04  drhAdd comment using the name "predicate push-down optimiz...
2024-07-04  stephanFor shell completion, use pragma_table_xinfo instead...
2024-07-03  drhWhen constructing an ephermeral table to use as the...
2024-07-03  drhShow the creation of IN-operator Bloom filters in the... in-bloom
2024-07-03  drhAdd a new sqlite3FaultSim() call to OP_NotFound to...
2024-07-03  drhUse a Bloom filter to improve performance of IN operato...
2024-07-02  drhAdd assert() statements to FTS5 to hush-up warnings...
2024-07-02  drhReword the deliberate_fall_through macro along the...
2024-07-02  drhIn the CLI, if the XDG_CONFIG_HOME environment variable...
2024-06-29  drhFix a typo in a comment in a test case. No changes...
2024-06-29  drhAdd a NEVER() around a branch in sqlite3ExprAffinity...
2024-06-28  danUpdate fts5 comment/docs to include the order matches...
2024-06-28  drhAdditional steps to make sure calls to sqlite3ExprToReg...
2024-06-28  drhDo not convert an expression node that is already TK_RE...
2024-06-24  danFix an incorrect tcl comment that appeared in many...
2024-06-24  danFix some problems with calling fts5 api functions from...
2024-06-24  danEnhance the output of ".scanstats vm" to include the...
2024-06-19  drhRevert Lemon so that it only shows -D options that...
2024-06-19  drhIn lemon, show all the -D options in the generated...
2024-06-19  drhEnhance lemon.c so that when it shows the compile-time...
2024-06-19  stephanRemove some extraneous flags from the fiddle-debug...
2024-06-18  stephanMinor cleanups in the new fiddle build code.
2024-06-18  stephanRework the fiddle build to build separate debug and...
2024-06-18  stephanRemove an extraneous CSS file and import its CSS into...
2024-06-18  stephanAdd fiddle-debug make target to ext/wasm. It builds...
2024-06-18  drhAdd instructions for how to do debugging builds of...
2024-06-18  drhUpdate sqlite3_analyzer to report on the number of...
2024-06-18  stephanInternal doc typo fixes, as reported in the forum....
2024-06-16  stephanRemove some dead JS code.
2024-06-14  drhDo not omit the ORDER BY clause from a recursive CTE...
2024-06-12  stephanRemove some dead JS code. Improve the exception-to...
2024-06-12  stephanRemove some JS docs which no longer apply. No code...
2024-06-12  danFix a problem with rolling back hot journals using...
2024-06-12  danOmit tests that depend on sqlite3_release_memory()... unix-dotfile-fix
2024-06-12  stephanOPFS VFS: change the xCheckReservedLock() impl to alway...
2024-06-12  stephanDoc updates in JS code. No functional changes.
2024-06-12  danDo not attempt to run hot journal rollback tests in...
2024-06-12  stephanSlight API doc tweak for xCheckReservedLock(), based...
2024-06-11  danHandle the case where unix-dotfile is used with URI...
2024-06-11  danFix a problem with rolling back hot journals using...
2024-06-11  stephanRemove some dead JS code and update some JS docs.
2024-06-11  stephanWhen compiling shell.c in SQLITE_SHELL_FIDDLE mode...
2024-06-11  drhChange constant expressions to pre-computed constants...
2024-06-10  drhImproved header comment on the sqlite3FpDecode() implem...
2024-06-09  drhDisable the omit-noop-join optimization when there...
2024-06-06  drhAllow the query planner access to the argument of LIMIT...
2024-06-06  drhOmit bogus tests accidentally added by the privious... var-in-limit
2024-06-06  drhBetter optimize queries that use parameters in the...
2024-06-06  stephanRe-enable [dcc2bb2c562e97e090174], as [296eeb26c816bc73...
2024-06-06  drhAdjust the parser so that the value of TK_ISNOT is...
2024-06-06  drhSmall performance optimization in the operatorMask...
2024-06-06  drhSmall performance optimization in the allowedOp() routi...
2024-06-05  mistachkinFix harmless compilation issues seen with MSVC.
2024-06-05  drhSmall performance optimization in the codeEqualityTerm...
2024-06-05  danFix an fts5 problem with secure-delete mode causing...
2024-06-05  danFix a very obscure issue where the name resolver could...
2024-06-04  mistachkinFix harmless compiler warnings seen with MSVC.
2024-06-04  danBetter handle WHERE terms that are common to two or...
2024-06-04  danFix a couple of memory leaks in the shell tool code...
2024-06-04  danAllow shell command "testctrl pending_byte" to be used...
2024-06-03  drhAddress a corner-case associated with the call-function...
2024-06-03  drhOmit an unused #define.
2024-06-03  stephanModify three #if checks in os_unix.c to improve handlin...
2024-06-02  drhBe more aggressive about freeing memory associated... xbestindex-or-terms
2024-06-01  danHave fts5.xBestIndex return SQLITE_CONSTRAINT, instead...
2024-05-31  danFurther tests for OR constraints on virtual tables.
2024-05-31  danBetter handle WHERE terms that are common to two or...
2024-05-31  drhDo not even try star-schema detection if the join has...
2024-05-31  drhDocument the OP_Explain opcode. Add the WhereLoop...
2024-05-30  stephanBack out [dcc2bb2c562e97e090174], as it breaks the...
2024-05-30  stephanRemove the unconditional SQLITE_OMIT_WAL when building...
2024-05-30  drhEnsure that the second pass call to wherePathSolver...
2024-05-30  stephanUpdate shell.c to use the msteve fork of linenoise...
2024-05-29  drhRemove an unused parameter from fts5ConfigParseSpecial...
next