]> git.ipfire.org Git - thirdparty/sqlite.git/history - manifest
Allow the query planner access to the argument of LIMIT even if that
[thirdparty/sqlite.git] / manifest
37 hours ago  drhAllow the query planner access to the argument of LIMIT... master
38 hours ago  drhOmit bogus tests accidentally added by the privious... var-in-limit
46 hours ago  drhBetter optimize queries that use parameters in the...
2 days ago  stephanRe-enable [dcc2bb2c562e97e090174], as [296eeb26c816bc73...
2 days ago  drhAdjust the parser so that the value of TK_ISNOT is...
2 days ago  drhSmall performance optimization in the operatorMask...
2 days ago  drhSmall performance optimization in the allowedOp() routi...
2 days ago  mistachkinFix harmless compilation issues seen with MSVC.
2 days ago  drhSmall performance optimization in the codeEqualityTerm...
2 days ago  danFix an fts5 problem with secure-delete mode causing...
3 days ago  danFix a very obscure issue where the name resolver could...
3 days ago  mistachkinFix harmless compiler warnings seen with MSVC.
3 days ago  danBetter handle WHERE terms that are common to two or...
3 days ago  danFix a couple of memory leaks in the shell tool code...
3 days ago  danAllow shell command "testctrl pending_byte" to be used...
4 days ago  drhAddress a corner-case associated with the call-function...
5 days ago  drhOmit an unused #define.
5 days ago  stephanModify three #if checks in os_unix.c to improve handlin...
6 days ago  drhBe more aggressive about freeing memory associated... xbestindex-or-terms
6 days ago  danHave fts5.xBestIndex return SQLITE_CONSTRAINT, instead...
7 days ago  danFurther tests for OR constraints on virtual tables.
7 days ago  danBetter handle WHERE terms that are common to two or...
7 days ago  drhDo not even try star-schema detection if the join has...
7 days ago  drhDocument the OP_Explain opcode. Add the WhereLoop...
8 days ago  stephanBack out [dcc2bb2c562e97e090174], as it breaks the...
8 days ago  stephanRemove the unconditional SQLITE_OMIT_WAL when building...
9 days ago  drhEnsure that the second pass call to wherePathSolver...
9 days ago  stephanUpdate shell.c to use the msteve fork of linenoise...
9 days ago  drhRemove an unused parameter from fts5ConfigParseSpecial...
9 days ago  drhUse a heuristic of artifically lowering the cost of...
9 days ago  drhChange an assert() (incorrectly) added by the previous... star-schema
9 days ago  drhSmall performance enhancement in wherePathSolver()
10 days ago  drhImprovements to comments and debugging output.
10 days ago  drhRemember the amount of the heuristic cost adjustment...
10 days ago  drhFix typos in the star-schema test cases.
10 days ago  larrybr[forum:/forumpost/c9b8d923d5|Fix sqldiff out-of-bounds...
10 days ago  drhUse a heuristic in the query planner to help it better...
10 days ago  drhFix a couple of assert() statements so that they cannot...
10 days ago  drhTweaks to the query planner so that it is better able...
11 days ago  drhIncrease the number of parallel paths in the query...
11 days ago  drhDocumentation typo fix. [forum:/forumpost/772d6688f5...
11 days ago  danFix a problem with the error message reported by fts5...
11 days ago  drhImprove the automatic-index decision such that no attem...
11 days ago  drhQuery planner tuning: Increase the maximum number...
11 days ago  drhAvoid creating an automatic index on a column that... auto-index-improvements
11 days ago  drhThe previous check-in was a little two aggressive about...
11 days ago  drhFix typo in comment used to generate parts of the docum...
11 days ago  drhVery small performance increase and size reduction...
11 days ago  stephanDoc typo fix. No code changes.
12 days ago  drhFor compatibility with PostgreSQL, when right-hand...
12 days ago  danFix a possible buffer overwrite in the ".import" comman...
12 days ago  drhAdd new assert() statements to help out a static analyz...
13 days ago  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 major-release release 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
2024-05-08  drhFix a hyperlink typo in session documentation.
next