]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2024-05-29  drhUse a heuristic of artifically lowering the cost of...
2024-05-29  drhChange an assert() (incorrectly) added by the previous... star-schema
2024-05-29  drhSmall performance enhancement in wherePathSolver()
2024-05-29  drhImprovements to comments and debugging output.
2024-05-29  drhRemember the amount of the heuristic cost adjustment...
2024-05-29  drhFix typos in the star-schema test cases.
2024-05-29  larrybr[forum:/forumpost/c9b8d923d5|Fix sqldiff out-of-bounds...
2024-05-29  drhUse a heuristic in the query planner to help it better...
2024-05-28  drhFix a couple of assert() statements so that they cannot...
2024-05-28  drhTweaks to the query planner so that it is better able...
2024-05-28  drhIncrease the number of parallel paths in the query...
2024-05-28  drhDocumentation typo fix. [forum:/forumpost/772d6688f5...
2024-05-28  danFix a problem with the error message reported by fts5...
2024-05-28  drhImprove the automatic-index decision such that no attem...
2024-05-28  drhQuery planner tuning: Increase the maximum number...
2024-05-27  drhAvoid creating an automatic index on a column that... auto-index-improvements
2024-05-27  drhThe previous check-in was a little two aggressive about...
2024-05-27  drhFix typo in comment used to generate parts of the docum...
2024-05-27  drhVery small performance increase and size reduction...
2024-05-27  stephanDoc typo fix. No code changes.
2024-05-27  drhFor compatibility with PostgreSQL, when right-hand...
next