]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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
2024-05-08  drhFix a hyperlink typo in session documentation.
2024-05-07  danFix bug in test script sessionconflict.test.
2024-05-07  danEnsure successive scans of pragma virtual tables return...
2024-05-07  stephanFix a compilation error in test/lemon-test01.y, reporte...
2024-05-06  danWhen extracting links from sqlar archives, clobber...
2024-05-06  drhOmit redundant unary + operators from the AST.
2024-05-06  drhAvoid unnecessary recursion in sqlite3ExprDeleteNN...
2024-05-06  danAdd new sessions API sqlite3changegroup_add_change().
2024-05-06  danEdit comments in sqlite3session.h. changegroup-add-change
2024-05-06  danAdd tests for sqlite3changegroup_add_change().
2024-05-06  danFix problem in sqlar_uncompress() when being used to...
2024-05-05  drhAdd comment to the test/lemon-test01.y file indicating...
2024-05-04  danAdd new sessions API sqlite3changegroup_add_change().
2024-05-04  danAdd test cases to test/in7.test. No code changes.
2024-05-04  drhAssume that an SQL function is able to return a subtype...
2024-05-04  drhAssume that a function is able to return a subtype... func-rw-subtype
2024-05-04  drhFunctions that pass through the sqlite3_value of one...
2024-05-03  drhThe coalesce(), ifnull(), and iif() functions pass...
2024-05-02  danFix a problem with queries that use "IN(...) ORDER...
2024-05-02  danAvoid an assert failure accessible only when internal...
2024-05-02  danFix a case where the recovery extension might write...
2024-05-02  danAvoid an OP_Next in cases where an IN(...) query agains...
2024-05-02  drhFix the CREATE TABLE performance issue described by
2024-05-02  drhAdd a test case to the fix to PRAGMA integrity_check... faster-create
2024-05-02  drhDo not accept a string that looks like a number used...
2024-05-02  drhOmit the OP_SqlExec to "PRAGMA integrity_check" added...
2024-05-01  danAvoid an OP_Next in cases where an IN(...) query agains... unique-in-opt
2024-05-01  danFix another problem in the recovery extension where...
2024-05-01  danFix a problem causing the recovery extension to use...
2024-04-30  danAvoid 32-bit overflow when calculating ncycle for ...
next