]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-03-22  drhMerge the 3.41.2 patch into the reuse-schema-3.41 subbr... reuse-schema-3.41
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-10  drhMerge the branch-3.41 patches into the reuse-schema...
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  drhUpdate the reuse-schema branch to version 3.41.0.
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  drhMerge the latest trunk enhancements into the reuse...
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...
2023-02-10  danFix a problem with the fts5 trigram tokenizer and LIKE...
2023-02-10  drhEnsure that the valueFromFunction() routine does not...
2023-02-10  stephanMinor text-only updates to wasm demo/test HTML and...
2023-02-10  stephanFix ext/wasm/fiddle build, which was silently broken...
2023-02-09  drhDisable the double-quoted string misfeature by default...
2023-02-09  stephanSquelch two harmless signedness comparison warnings...
2023-02-09  drhNew test cases added to fuzzdata8.db.
2023-02-09  drhThe "flexnum" affinity that was added by [44135d6ea84f7...
2023-02-08  drhBack out the 'txn' enhancement to date/time functions...
2023-02-08  drhAlways use 64-bit integers for stats associated with...
2023-02-08  danBetter fix the problem where optimizing an fts5 table...
2023-02-08  larrybrCause gcc warning suppression in shell.c to be nice...
2023-02-08  danUpdate an assert() in the stat4 code that is only true...
2023-02-08  drhFix an incorrect assert() in STAT4 logic added just...
2023-02-08  drhAdd the 'txn' date/time format. Change CURRENT_TIMESTA...
2023-02-08  drhTest cases to show that CURRENT_TIMESTAMP and similar... txn-date
2023-02-08  drhRevert the behavior of date/time functions with no...
2023-02-08  drhChange the behavior of date-time functions without...
2023-02-08  stephanMerge wasi-patches branch into trunk.
2023-02-07  drhSimplify the code and add test cases.
2023-02-07  drhAdd support for the 'txn' argument to date/time functio...
2023-02-07  danUpdate an if(...) expression in sqlite3InitCallback...
2023-02-07  danFix a test script problem causing "make test" to fail...
2023-02-07  drhFix a typo in example documentation code for sqlite3_vt...
2023-02-07  danAvoid loading (and then discarding) schemas for all...
2023-02-07  danMerge latest trunk changes into this branch.
2023-02-06  stephanMerge trunk into wasi-patches branch. wasi-patches
2023-02-06  stephanRoll back part of [c54f29d8] which attempted to use...
2023-02-06  danFix RBU test scripts to avoid attempting to copy or...
2023-02-06  drhOmit the obsolete client/server test cases.
2023-02-06  drhFix the build after the previous change test-cleanup
2023-02-06  drhRemove the long obsolete "client/server" mode tests.
2023-02-06  danUpdate test scripts speed1.test and speed1p.test so...
2023-02-06  drhShorten the status line for testrunner.tcl so that...
2023-02-06  drhFix error in the releasetest makefile target from the...
2023-02-06  drhUpdate "releasetest" makefile targets to use testrunner...
2023-02-06  stephanAdd capability to override the JS's use of console...
2023-02-06  danFix a formatting problem in scanstatus2.test introduced...
2023-02-06  danAdd the --fuzztest option to testrunner.tcl. Also,...
2023-02-06  danFix problems with test scripts preventing them from...
next