]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-06-07  drhAt attempt at improving the performance of unixRead... fast-read
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...
2024-05-27  danFix a possible buffer overwrite in the ".import" comman...
2024-05-27  drhAdd new assert() statements to help out a static analyz...
2024-05-25  drhEnsure that sqlite3ViewGetColumnNames() returns non...
2024-05-24  drhEnsure that queries like "SELECT func(a) FROM tab GROUP...
2024-05-24  danFix another fts5 problem related to unknown tokenizer...
2024-05-24  danFix a crash in fts5 that could occur within "PRAGMA...
2024-05-24  drhWhen omitting result columns for the vector-IN optimiza... group-by-consistency
2024-05-24  danEnsure that queries like "SELECT indeterministic(a...
2024-05-24  drhAdd the stmtrand() extension function for use in testing.
2024-05-24  danFix an "ifcapable" expression in values.test.
2024-05-23  drhFix the window-function group_concat() so that it retur...
2024-05-23  drhMerge various enhancements that were being held on...
2024-05-23  drhIncrease the version number to 3.47.0 to begin the...
2024-05-23  drhVersion 3.46.0 version-3.46.0
2024-05-21  danEnsure an sqlite_dbdata cursor is properly reset before...
2024-05-21  danDo not attempt to run mmapcorrupt.test with builds...
2024-05-21  drhFix harmless compiler warnings.
2024-05-21  drhFix the -> and ->> operators so that when the RHS is...
2024-05-20  drhOmit a capi3 test from 2007 that depends upon undefined...
2024-05-20  danDo not run the tests in recovercorrupt4.test with the...
2024-05-20  drhImprovements to the documentation of sqlite3_vtab_disti...
2024-05-20  drhImprovements to the sqlite3_vtab_distinct() documentation. vtab-distinct-fix
2024-05-18  drhFix the definition of sqlite3_vtab_distinct() such...
2024-05-18  stephanJS error message and doc typos reported in the forum...
2024-05-17  drhImprovements to a VDBE comment. No changes to anything...
2024-05-17  danMerge branches "fix-onerow-opt", "faster-openread"... pending-3.46
2024-05-17  danFix a problem in where.c preventing SQLite from identif... fix-onerow-opt
2024-05-16  danAdd extra tests for the error messages generated by...
2024-05-16  drhThe sqlite3_declare_vtab() interface should return...
2024-05-16  drhFix a case where an error in the ORDER BY clause of...
2024-05-15  drhBack out the assert() fixes from [a9443dbfbe25e588... alter-table-fix
2024-05-15  danFix a case where an error in the ORDER BY clause of...
2024-05-15  danIf there is no data available for a field in a corrupte...
2024-05-14  danOptimize queries against fts5vocab(row) tables that... fts5-delay-tokenizer
2024-05-14  danAvoid calculating the value of the "cnt" column for...
2024-05-14  danHave fts5 tables delay initializing the tokenizer until...
2024-05-13  danAllow existing fts5 tables to be dropped even if the...
2024-05-12  drhOptimization in the implementation of OP_OpenRead and... faster-openread
2024-05-11  danAdd tests to bestindexC.test. No changes to code.
2024-05-10  drhFix aggregate function processing to correctly deal...
2024-05-10  danAdd a test for the fixes on this branch. cleanup-testing
2024-05-10  drhThe sqlite3FaultSim(300) error from [1e8863909ac369e5...
2024-05-10  drhImprovements to the ".testctrl fault_install" command...
2024-05-10  drhAdd an sqlite3FaultSim(300) call to the sqlite3ParserAd...
2024-05-10  stephanSquelch two OMIT-flag-related warnings reported in...
2024-05-09  stephanAdd a maintenance-reminder comment explaining [dc58ed65...
2024-05-09  stephanReformulate a for-in loop to a for loop in wasm.xWrap...
2024-05-08  stephanRename a shadowed local var, as reported in [forum...
2024-05-08  drhAllow arbitrary expressions as the second argument... enhanced-raise
next