]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-07-17  drhMerge the latest trunk enhancments into the reuse-schem... reuse-schema
2025-07-16  stephanDiverse wasm build cleanups.
2025-07-16  danFix vtabH.test so that it works on windows even if...
2025-07-16  stephanRemove some stray makefile debug output.
2025-07-16  stephanIn the wasm makefiles, replace X:=Y with X=Y because...
2025-07-16  stephanwasm: remove some extraneous levels of makefile var...
2025-07-16  stephanRemove an unnecessary step from the wasm builds and...
2025-07-16  stephanFurther internal wasm build cleanups. No functional...
2025-07-16  stephanInternal refactoring of the WASM build makefile rule...
2025-07-16  stephanTeach the sqlite3 CLI shell to look in XDG_STATE_HOME...
2025-07-16  stephanSquelch a legitimate but harmless 'discards const'... shell-xdg-vars
2025-07-15  danAvoid evaluating special vtab operators (e.g. MATCH...
2025-07-15  danAdd test case to between.test. vtab-leftjoin-fix
2025-07-15  danOptimize allocation of large tombstone arrays in fts5.
2025-07-14  drhAdd the snapshot-zip makefile targets for both Windows...
2025-07-14  drhEnhance the "mktoolzip.tcl" script (used by the "tool...
2025-07-14  danIn rtree.c, ensure that the pReadAux statement is reset...
2025-07-14  danIn rtree.c, ensure that the pReadAux statement is reset... rtree-aux-column-fix
2025-07-14  danAdd new sessions function sqlite3changeset_apply_v3...
2025-07-14  drhFix harmless compiler warnings in builds that use SQLIT...
2025-07-12  danAvoid evaluating special vtab operators (e.g. MATCH...
2025-07-11  stephanwasm: introduce the sqlite3.oo1.DB.wrapHandle() and...
2025-07-11  stephanClearer docs for the unowned db/stmt handle mechanism. oo1-unowned-handles
2025-07-11  stephanCorrect a one-too-many-exclamation-points bug which...
2025-07-11  drhAdditional header comment documentation in the ext...
2025-07-11  stephanspeedtest1: in WASM builds, disable the "app" test...
2025-07-11  stephanDo not export the numerous Emscripten HEAPxy symbols...
2025-07-10  drhImprove the accuracy of the ETC on both devtest and...
2025-07-10  drhAdd the estkey column to the jobs table of testrunner...
2025-07-10  stephanMinor internal doc correction in vdbeInt.h.
2025-07-10  stephanMinor JS doc tweaks.
2025-07-09  drhFix the empty-table optimization on INTERSECT so that...
2025-07-09  stephanwasm: DB.wrapHandle() no longer accepts a DB object...
2025-07-09  stephanwasm: add a few tests demonstrating that oo1.Stmt.param...
2025-07-08  drhFix a possible user-after free following OOM in the...
2025-07-08  drhAdjustments to test/incrblob4.test so that it works...
2025-07-08  drhNew optimizations to detect early when queries return...
2025-07-08  danFix a problem with the fix in [5cb8e342e1].
2025-07-08  danFix another problem with running fts5 integrity-check...
2025-07-08  drhEnable the EXISTS-to-JOIN optimization if the outer... empty-table-optimizations
2025-07-08  danIf SQLITE_DEBUG is defined, fts5 does extra checks...
2025-07-08  drhFix test case results in FTS5 that were changed error...
2025-07-07  danOnly run preupdate-hook tests in incrblob4.test if...
2025-07-07  drhSmall performance optimization in the resolver.
2025-07-07  drhMerge the latest trunk enhancements and fixes into...
2025-07-07  drhRework the fix to the problem described by
2025-07-07  drhSimplifications to the row-value IN operator logic... redundant-idx-columns
2025-07-07  stephanWork around the Emscripten 4.10 regression described...
2025-07-07  danAvoid invoking the preupdate hook from within sqlite3_b...
2025-07-07  drhBack out the fix at [ba7d5bad32ad6aac] because it does...
2025-07-07  drhFix parser error introduced by [325e547a2195571e]....
2025-07-06  stephanRemove some dead JS code and some extraneous debug...
2025-07-06  stephanJS doc additions.
2025-07-06  stephanExperimentally add sqlite3.oo1.DB/Stmt.wrapHandle(...
2025-07-06  drhImprovements to the EXPLAIN QUERY PLAN output for EXIST...
2025-07-05  drhEnhance the EXISTS-to-JOIN optimization so that it...
2025-07-04  stephanAdd 'reconfigure' target to Makefile.in to re-run the...
2025-07-04  stephanPropagate the -ldl and -lpthread flags, if needed,...
2025-07-04  drhMerge fixes from trunk into the empty-table-optimizatio...
2025-07-04  drhFix harmless compiler warnings.
2025-07-04  drhRemove an ALWAYS() added by [960a8e6fc91f4] that turns...
2025-07-04  drhDo not allow the EXISTS-to-JOIN optimization if the...
2025-07-04  drhImprove the early-termination optimization so that...
2025-07-03  drhMerge the latest trunk fixes and enhancements into...
2025-07-03  danFix a few cases where LIMIT clauses that were part...
2025-07-03  drhImprovements to sqlite3_vtab_rhs_value() logging in the vtab-limit-fixes
2025-07-03  danMake the value of an explicit LIMIT clause on a scalar...
2025-07-03  danMake handling of LIMIT clauses in correlated sub-querie...
2025-07-03  drhEnhancements to the xBestIndex output from the ext...
2025-07-03  drhFix an uninitialized variable added yesterday by [d27d3...
2025-07-03  drhMinor tweaks to the exists-to-join optimization.
2025-07-02  drhMerge in the exists-to-join optimization that has been...
2025-07-02  drhFix VDBE coverage
2025-07-02  drhEarly exit if one of the inner loops of a 3-way or...
2025-07-02  drhIf the LHS for an EXCEPT or INTERSECT operator is empty...
2025-07-02  drhImprove the bytecode for joins such that it exits earli...
2025-07-02  drhEnsure that Expr.op2 values for TK_AGG_FUNCTION nodes...
2025-07-01  drhImproved comments on bytecode used to implement aggrega...
2025-07-01  drhImproved byte-code comments for the short-circuit optim...
2025-07-01  drhCache and reuse virtual table cursors in the bytecode...
2025-07-01  danAvoid an assert() failure in fts5 that may occur when...
2025-07-01  drhMerge trunk fixes into the empty-table-optimizations...
2025-07-01  drhWhen attempting to optimize "expr AND false" to "false...
2025-06-30  drhMore aggressive optimization of addrHalt for RIGHT...
2025-06-30  drhCompute WhereLevel.addrBrk and .addrHalt early so that...
2025-06-30  drhStrive to skip the evaluation of scalar subqueries...
2025-06-30  stephanCorrect ~/.local/config/... to ~/.config/... when looki...
2025-06-30  stephanAdd support for using $XDG_STATE_HOME/sqlite_history...
2025-06-30  drhFor all binary operators, try to avoid computing subque... optimize-null-values
2025-06-30  stephanPreliminary refactoring of the XDG_CONFIG_HOME support...
2025-06-30  drhSlightly smaller and faster version of the previous...
2025-06-30  stephanMinor API doc typo fixes from brickviking.
2025-06-30  drhFactor out the code that tries to avoid evaluating...
2025-06-29  stephanMinor API doc typo fixes from brickviking.
2025-06-28  drhImprove the bytecode generated for comparisons so that...
2025-06-28  drhMerge all the latest trunk fixes and enhancements into...
2025-06-27  drhRaise an error right away if the number of aggregate...
2025-06-27  stephanAPI doc typo fixes and closing DD element tags from...
2025-06-26  drhWork around an apparent GCC UBSAN bug. See
2025-06-25  stephanMinor API doc fixes sent off-list from brickviking.
next