]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-03-17  drhAdd test cases for functions named the same as join... functions-named-left
2023-03-11  drhAllow functions named using keywords "CROSS", "FULL...
2023-03-10  drhFix a typo in a comment. No code changes.
2023-03-10  larrybrGive CLI a no-more-options option. (--)
2023-03-10  danFix a problem with the fts5 snippet() function that...
2023-03-10  stephanExport SQLITE_FCNTL_RESET_CACHE to JS.
2023-03-09  stephanReplace a lingering use of 'self' with 'globalThis...
2023-03-09  danReinstate some test cases accidentally removed by ...
2023-03-09  danFix countofview.test so that it works with SQLITE_OMIT_...
2023-03-09  stephanExperimental addition of sqlite3-node.mjs, for node...
2023-03-08  drhFix a possible NULL pointer dereference due to the...
2023-03-08  drhBackout the OP_MakeRecord optimization as it does not...
2023-03-08  stephanExport the new SQLITE_CHANGESETAPPLY_IGNORENOOP flag...
2023-03-08  danAdd the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which...
2023-03-08  drhSmall performance improvement in the OP_MakeRecord...
2023-03-08  drhChange to [44135d6ea84f7ba6] that retains the historica...
2023-03-08  stephanExtend wasm build to support a custom sqlite3.c to...
2023-03-08  drhFix a problem in the count-of-view optimization that...
2023-03-07  drhFix a bug introduced 4 days ago by [e95439119ac200cb...
2023-03-07  drhA proposed change to [44135d6ea84f7ba6] that retains the flexnum-proposed-fix
2023-03-07  stephanImprove how sqlite3.initWorker1API() determines whether...
2023-03-07  stephanReplace use of 'self' in JS code with 'globalThis'...
2023-03-07  stephanIn the JS sqlite3.vfs/vtab utility APIs, use a local...
2023-03-07  mistachkinFix a couple minor spacing issues in the MSVC makefile.
2023-03-06  drhRepair an unintential fork.
2023-03-06  drhImprovements to query invariant testing such that it...
2023-03-06  larrybrCause CLI to fail noisily when deserialize option used...
2023-03-06  drhAdd SQLITE_DBCONFIG_REVERSE_SCANORDER for direct C...
2023-03-05  stephanRename sqlite3-worker1-bundler-friendly.js to sqlite3...
2023-03-05  stephanCorrect rendering of error messages in demo-worker1...
2023-03-04  drhFix to check-in [b9190d3da70c4171] - the agg-with-index...
2023-03-04  drhShow the output value from OP_AggFinal when doing byte...
2023-03-03  danMake the SQLITE_DBCONFIG_STMT_SCANSTATUS option on...
2023-03-03  drhFix a vdbe-coverage macro added by [f418bdd627e84e7d].
2023-03-03  drhFollow-up to [e95439119ac200cb] to fix a case where...
2023-03-03  drhEnhance PRAGMA integrity_check so that it can detect...
2023-03-03  danWhen it is known when preparing a statement that X...
2023-03-03  drhDo not use an expression index on a generated column...
2023-03-03  danRemove unnecessary call to sqlite3_dbdata_init() from...
2023-03-02  drhWhen flattening the right operand of a LEFT JOIN
2023-03-02  stephanResolve a parallel build timing issue when building...
2023-03-02  stephanRename some vars in the ext/wasm makefiles for consiste...
2023-03-01  drhWhen flattening a view that is the right operand of...
2023-03-01  drhFollow-up to [bbaf1f2eb1e1637b]: Make sure subtypes...
2023-03-01  drhDo not attempt to apply the count-of-view optimization...
2023-02-28  drhActivate SQLITE_DBCONFIG_STMT_SCANSTATUS in fuzzcheck.
2023-02-28  drhUpdates to speedtest1.c and the speed-check.sh test...
2023-02-28  danChange the name of SQLITE_DBCONFIG_STMT_SCANSTATS to...
2023-02-28  danAdd an sqlite3_db_config() option - SQLITE_DBCONFIG_STM...
2023-02-28  drhOnly use a Bloom filter on an automatic index if one...
2023-02-28  drhIn the Bloom filter optimization, hash all strings...
2023-02-28  drhWhen an automatic index creates a Bloom filter, show...
2023-02-28  drhPerformance optimization in the varint decoder for...
2023-02-28  danImprove the error message generated by the recovery...
2023-02-27  drhMinor performance optimization in the computation of...
2023-02-27  drhFurther to [46639f682975dac6], the parameters of a...
2023-02-27  stephanMinor doc tweak for the previous commit.
2023-02-27  stephanExtend wasm build to enable inclusion of client-custom...
2023-02-26  drhWhen a table-valued function appears as the right table...
2023-02-26  drhIn the [/info/7c2d3406000dc8ac|omit-unused-subquery...
2023-02-25  drhSplit out a new variant of cellSizePtr() that applies...
2023-02-25  drhRemove an unnecessary and redundant corruption checks...
2023-02-25  larrybrRevert (mostly) to earlier CLI response to -echo and...
2023-02-25  drhPerformance optimization on sqlite3_vsnprintf().
2023-02-24  drhAdd the "on" option to the ".log" command in the CLI...
2023-02-24  drhIn the CLI, do not emit warnings about the incorrect...
2023-02-24  drhModify the sqlite3_config() interface so that the SQLIT...
2023-02-24  drhBack out the SQLITE_CONFIG_URI option from anytime... anytime-config
2023-02-24  drhAdjust testrunner.tcl to make use of the new number_of_...
2023-02-24  drhAdd the "number_of_cores" TCL command to the testfixture.
2023-02-24  drhMerge enhancements from trunk into the anytime-config...
2023-02-24  drhSlightly faster and more precise floating-point to...
2023-02-24  drhFix an incorrect optimization that was attempted as...
2023-02-23  drhOmit unnecessary branches from the enhanced floating...
2023-02-23  drhIncreased precision of floating-point to decimal conver...
2023-02-23  drhFix harmless compiler warnings and a code indentation...
2023-02-23  drhAllow the sqlite3_config() interface to be invoked...
2023-02-23  drhProvide -DHAVE_LOG2=0 and -DHAVE_LOG10=0 compile-time...
2023-02-22  drhEnable the count-of-view optimization by default.
2023-02-22  drhAvoid computing the values for unused result-set column...
2023-02-22  drhUpdate the version number to 3.42.0 to begin the next...
2023-02-22  drhRemove the push-down optimization restriction that...
2023-02-21  stephanRemove some unnecessary bind() calls in JS code.
2023-02-21  stephanUnconditionally disable -sSTRICT_JS flag in wasm build...
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-16  drhA few simple test cases for the omit-unused-subquery... omit-unused-subquery-columns
2023-02-16  drhProvide an optimization-disable mask for this optimizat...
2023-02-16  drhDo not perform the omit-unused-subquery-columns optimiz...
2023-02-15  drhFix the subquery result column NULL-ifier so that it...
next