]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-07-08  drhEnable the EXISTS-to-JOIN optimization if the outer... empty-table-optimizations
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  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  drhFor all binary operators, try to avoid computing subque... optimize-null-values
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-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.
2025-06-24  drhSimilar fix to the previous check-in, but this time for
2025-06-24  drhRange check the column index on the sqlite3_preupdate_o...
2025-06-24  stephanAPI doc typo fixes and one rephrasing improvement from...
2025-06-23  danImprove some of the error messages emitted by fts5...
2025-06-23  drhFix an SQL typo introduced by the previous check-in.
2025-06-23  drhEscape the "_" character in LIKE patterns in the CLI.
2025-06-23  drhFix a harmless compiler warning injected by [c978aed3b6...
2025-06-23  drhImproved "statement aborts at ..." log-file messages...
2025-06-22  stephanAdd the --disable-rpath configure script flag to addres...
2025-06-22  stephanAPI doc typo fixes from brickviking.
2025-06-21  stephanMinor JS test cleanups prompted by a linter.
2025-06-21  stephanRemove some duplicated JS tests.
2025-06-21  stephanReduce the maximum --size flag for JS kvvfs speedtest1...
2025-06-21  stephanGive oo1.Stmt.get() similar treatment to [8c187140a60b...
2025-06-21  stephanExtend the SEE-via-kvvfs tests to include all three...
2025-06-21  stephanRework how JS's oo1.DB.exec() flags its Stmt objects...
2025-06-21  stephanNumerous small doc typo from BrickViking.
2025-06-20  drhEnhance sqlite3BtreeSetPageSize() so that it detects...
2025-06-19  drhFix an out-of-order local variable declaration in ext...
2025-06-19  drhImprove the accuracy of sqlite3BtreeRowCountEst().
2025-06-19  drhGeneralize the indexCellCompare() so that works on...
2025-06-19  stephanA slight doc rephrasing for clarity, suggested in the...
2025-06-19  stephanDoc typo fixes from [forum:0bce273669 | forum post...
2025-06-19  stephanExpose the column metadata APIs to WASM (which does...
2025-06-18  drhExtend the pedantic enforcement of type to VIRTUAL...
2025-06-18  drhEnforce judgmental typing on STORED generated columns...
2025-06-18  stephanExport the column-metadata APIs to WASM. Doing so requi... wasm-column-metadata
2025-06-18  stephanAdd the --enable-column-metadata flag to the configure...
2025-06-18  stephanEliminate configure/build discrepancies in how 'make...
2025-06-18  drhChange the definition of SQLITE_DYNAMIC to a function...
2025-06-18  stephanAdd the --tclConfig.sh FILE flag to buildtclext.tcl...
2025-06-17  stephantea: remove the vsatisfies 8.6- enforcement from the...
2025-06-17  drhAvoid writing frames with no checksums into the wal...
2025-06-17  drhFix a corner-case for [9441fff52cc4e19c].
2025-06-17  danUpdate walcksum.test so that it works with SQLITE_DEFAU... forum-b490f726db-fix
2025-06-17  stephanExtend [b5c6cb13cff5] to use a wildcard on darwin*...
2025-06-17  stephanMinor proj.tcl portability fixes and cleanups suggested...
2025-06-17  stephanproj.tcl portability fixes and cleanups suggested in... linux-named-apple
2025-06-17  danAvoid writing frames with no checksums into the wal...
2025-06-16  drhFix an issue going back to version 3.39.0 with transiti...
2025-06-16  drhImproved debugging output for the transitive constraint...
2025-06-16  drhMake the show-%p-az-zero hack of the previous check...
2025-06-16  drhAdd an "#if 0" that can be changed to "1" to cause...
2025-06-12  danHave sqlite3_setlk_timeout() take the database handle...
2025-06-11  danFix a problem with UPDATEs on fts5 tables that contain...
2025-06-11  drhFix the concat_ws() SQL function so that it includes...
2025-06-10  drhImproved selection of the divisor when subdividing...
2025-06-10  drhMinor corrections to the new Bitvec testing logic.
2025-06-10  drhEnhancements to sqlite3BitvecBuiltinTest() that allow...
next