]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-04-24  drhUpdate the compile-time detection of architecture byte... rtree-bulk-insert-perf
2023-04-22  drhImport fixes from trunk into the branch-3.41.
2023-04-19  drhFix a segfault that could occur if a non-empty in-memor...
2023-04-19  drhDo not remove pages from the cache of an in-memory...
2023-04-18  drhEnsure that the VACUUM command is not confused by alter...
2023-04-18  drhAnother fix to the indexed expressions in aggregate...
2023-04-14  drhFix a typo in the aggfault.test test script.
2023-04-14  drhWhen setting the column types on a subquery, ensure...
2023-04-14  drhAvoid double de-quoting of table names when processing...
2023-04-13  drhFix an obscure issue with ALTER TABLE RENAME that comes...
2023-04-13  drhRemove an ALWAYS() that can sometimes be false. And fix
2023-04-09  drhFix an assertion fault that can occur when compiling...
2023-04-09  drhFix a faulty assert() in whereRangeScanEst() that shoul...
2023-04-06  drhWork around a harmless assertion fault associated with
2023-04-06  drhA prepared statement that aborts due to SQLITE_SCHEMA...
2023-04-06  drhIn the CLI, during error processing while looking for...
2023-04-05  drhRemove an ALWAYS() that can now be false due to the...
2023-04-05  drhFix the function that determines the collating function...
2023-04-04  drhFix an incorrect entry in the array that maps sqlite3_v...
2023-04-04  drhRemove an assert() statement that is no longer valid...
2023-04-03  drhWhen translating arguments of aggregate functions into...
2023-04-03  drhWhen changing a COLLATE expression node into TK_AGG_COL...
2023-04-03  drhStronger constraint checking in allocateSpace().
2023-04-02  drhEarlier detection of corruption in sqlite3BtreeDelete().
2023-03-31  drhOmit the the count-of-view optimization if there is...
2023-03-30  drhEarlier error detection for index expression usage...
2023-03-30  drhCherrypick three fixes from trunk.
2023-03-29  drhEnhance PRAGMA integrity_check so that it can detect...
2023-03-28  drhFix a weird corner case in aggregate function processin...
2023-03-28  drhFix multiple problems with RETURNING on a DML statement...
2023-03-27  drhDo not allow constant factoring during PRAGMA integrity...
2023-03-27  drhImprovements to register allocation, especially in...
2023-03-25  drhWhen the left table of a RIGHT JOIN is used inside...
2023-03-25  drhWhen reading sqlite_stat4 data during query planning...
2023-03-25  drhIn the byte-code generator, when the result of an expre...
2023-03-25  drhThe fix at [13c8c60bb6b4447b] was incomplete in that...
2023-03-25  drhFix a problem in cursor-hints for WITHOUT ROWID tables.
2023-03-25  drhFix CLI non-handling of OOM.
2023-03-24  drhRemove undocumented, vestigial SQL functions in the...
2023-03-24  drhFix an error in the OP_SeekScan opcode.
2023-03-24  drhIncrease the version number to 3.41.3.
2023-03-24  drhFix the handling of indexed expressions in an outer...
2023-03-24  drhFix byte-code register allocation in ANALYZE for STAT4...
2023-03-23  drhThe attempt to bring STAT4 up to 100% MC/DC at [55a26c6...
2023-03-22  drhVersion 3.41.2 version-3.41.2
2023-03-22  drhIncrement the version number in the TEA configure scrip...
2023-03-21  drhFix a valgrind error and potential buffer overread...
2023-03-20  drhFix a problem causing a cursor to retain an out-of...
2023-03-20  drhFix problems with the sqlite3_error_offset() function...
2023-03-19  drhIncrease the size of ref-count values in the pager...
2023-03-19  drhAvoid a buffer overread in fts3 that could occur when...
2023-03-17  danFix a potential buffer overread in the recovery extension.
2023-03-17  drhEnsure that an error does not delete the Table object...
2023-03-17  drhIncrease the version number to 3.41.2
2023-03-17  drhFix assert() statements that would (incorrectly) fire...
2023-03-16  drhCorrectly handle SELECT DISTINCT ... ORDER BY when...
2023-03-16  drhDo not use the one-pass optimization on an UPDATE if...
2023-03-16  drhRemove a NEVER() from btreeNext().
2023-03-16  drhFix a broken assert() in the recovery extension.
2023-03-15  drhDisallow the one-pass optimization for DELETE if the...
2023-03-14  drhFix Bloom filters on an expression index.
2023-03-11  drhThe cherry-pick merge at [371838562a675c1b] caused...
2023-03-10  drhVersion 3.41.1 version-3.41.1
2023-03-09  drhIn the Bloom filter optimization, hash all strings...
2023-03-09  danFix countofview.test so that it works with SQLITE_OMIT_...
2023-03-09  drhUpdate the version number to 3.41.1
2023-03-09  drhMerge count-of-view optimization fixes from trunk....
2023-03-09  drhFix a possible NULL pointer dereference due to the...
2023-03-08  drhKeep the historical datatype ("INT", not "NUM") for...
2023-03-08  drhFix an assertion fault added by [65ffee234787213c].
2023-03-04  drhCherry-pick the agg-with-indexed-expr optimization...
2023-03-03  drhDo not use an expression index on a generated column...
2023-03-03  drhEnhance PRAGMA integrity_check so that it can detect...
2023-03-03  drhWhen it is known when preparing a statement that X...
2023-03-02  drhWhen flattening the right operand of a LEFT JOIN,
2023-03-01  drhWhen flattening a view that is the right operand of...
2023-03-01  drhMake sure subtypes do not cross a subquery
2023-02-26  drhWhen a table-valued function appears as the right table...
2023-02-23  drhProvide -DHAVE_LOG2=0 and -DHAVE_LOG10=0 compile-time...
2023-02-21  drhVersion 3.41.0 version-3.41.0
2023-02-21  drhDisable DQS by default in the MSVC makefile for the...
2023-02-21  drhYet another comment typo fix. No changes to working...
2023-02-21  drhFix a minor typo in a comment. No changes to working...
2023-02-21  drhFix formatting and improved documentation on the variou...
2023-02-20  drhUpdate the TEA version number to 3.41.0
2023-02-20  drhFix an incorrect #ifdef in the CLI.
2023-02-19  drhFix a harmless compiler warning.
2023-02-18  drhFix stale requirement marks and fix a typo in the docum...
2023-02-18  drhFix a harmless UBSAN warning in debugging code of the...
2023-02-17  drhFix a harmless typo in the test case added by [29fc0646...
2023-02-17  drhDo not allow the COUNTOFVIEW optimization to run if...
2023-02-14  danUpdate testrunner.tcl to run zipvfs test scripts on...
2023-02-13  drhIgnore extra parentheses around a subquery on the RHS...
2023-02-13  drhDo not allow WHERE clause terms to match constant strin...
2023-02-13  danAllow vector-IN expressions like "(a, b) IN ( (?,?...
2023-02-13  danFix compile time option SQLITE_DEFAULT_SYNCHRONOUS...
2023-02-13  danAllow vector-IN expressions like "(a, b) IN ( (?,?...
2023-02-13  drhIn the LIKE optimization, do not analyze the new virtua...
2023-02-11  drhChange a variable from 32 to 64-bits to avoid a harmles...
2023-02-10  drhDo a better job of detecting when a WHERE clause term...
next