2023-03-07 |
drh | A proposed change to [44135d6ea84f7ba6] that retains the flexnum-proposed-fix |
commit | commitdiff | tree |
2023-03-07 |
stephan | In the JS sqlite3.vfs/vtab utility APIs, use a local... |
commit | commitdiff | tree |
2023-03-07 |
mistachkin | Fix a couple minor spacing issues in the MSVC makefile. |
commit | commitdiff | tree |
2023-03-06 |
drh | Repair an unintential fork. |
commit | commitdiff | tree |
2023-03-06 |
drh | Improvements to query invariant testing such that it... |
commit | commitdiff | tree |
2023-03-06 |
larrybr | Cause CLI to fail noisily when deserialize option used... |
commit | commitdiff | tree |
2023-03-06 |
drh | Add SQLITE_DBCONFIG_REVERSE_SCANORDER for direct C... |
commit | commitdiff | tree |
2023-03-05 |
stephan | Rename sqlite3-worker1-bundler-friendly.js to sqlite3... |
commit | commitdiff | tree |
2023-03-05 |
stephan | Correct rendering of error messages in demo-worker1... |
commit | commitdiff | tree |
2023-03-04 |
drh | Fix to check-in [b9190d3da70c4171] - the agg-with-index... |
commit | commitdiff | tree |
2023-03-04 |
drh | Show the output value from OP_AggFinal when doing byte... |
commit | commitdiff | tree |
2023-03-03 |
dan | Make the SQLITE_DBCONFIG_STMT_SCANSTATUS option on... |
commit | commitdiff | tree |
2023-03-03 |
drh | Fix a vdbe-coverage macro added by [f418bdd627e84e7d]. |
commit | commitdiff | tree |
2023-03-03 |
drh | Follow-up to [e95439119ac200cb] to fix a case where... |
commit | commitdiff | tree |
2023-03-03 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-03 |
dan | When it is known when preparing a statement that X... |
commit | commitdiff | tree |
2023-03-03 |
drh | Do not use an expression index on a generated column... |
commit | commitdiff | tree |
2023-03-03 |
dan | Remove unnecessary call to sqlite3_dbdata_init() from... |
commit | commitdiff | tree |
2023-03-02 |
drh | When flattening the right operand of a LEFT JOIN |
commit | commitdiff | tree |
2023-03-02 |
stephan | Resolve a parallel build timing issue when building... |
commit | commitdiff | tree |
2023-03-02 |
stephan | Rename some vars in the ext/wasm makefiles for consiste... |
commit | commitdiff | tree |
2023-03-01 |
drh | When flattening a view that is the right operand of... |
commit | commitdiff | tree |
2023-03-01 |
drh | Follow-up to [bbaf1f2eb1e1637b]: Make sure subtypes... |
commit | commitdiff | tree |
2023-03-01 |
drh | Do not attempt to apply the count-of-view optimization... |
commit | commitdiff | tree |
2023-02-28 |
drh | Activate SQLITE_DBCONFIG_STMT_SCANSTATUS in fuzzcheck. |
commit | commitdiff | tree |
2023-02-28 |
drh | Updates to speedtest1.c and the speed-check.sh test... |
commit | commitdiff | tree |
2023-02-28 |
dan | Change the name of SQLITE_DBCONFIG_STMT_SCANSTATS to... |
commit | commitdiff | tree |
2023-02-28 |
dan | Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STM... |
commit | commitdiff | tree |
2023-02-28 |
drh | Only use a Bloom filter on an automatic index if one... |
commit | commitdiff | tree |
2023-02-28 |
drh | In the Bloom filter optimization, hash all strings... |
commit | commitdiff | tree |
2023-02-28 |
drh | When an automatic index creates a Bloom filter, show... |
commit | commitdiff | tree |
2023-02-28 |
drh | Performance optimization in the varint decoder for... |
commit | commitdiff | tree |
2023-02-28 |
dan | Improve the error message generated by the recovery... |
commit | commitdiff | tree |
2023-02-27 |
drh | Minor performance optimization in the computation of... |
commit | commitdiff | tree |
2023-02-27 |
drh | Further to [46639f682975dac6], the parameters of a... |
commit | commitdiff | tree |
2023-02-27 |
stephan | Minor doc tweak for the previous commit. |
commit | commitdiff | tree |
2023-02-27 |
stephan | Extend wasm build to enable inclusion of client-custom... |
commit | commitdiff | tree |
2023-02-26 |
drh | When a table-valued function appears as the right table... |
commit | commitdiff | tree |
2023-02-26 |
drh | In the [/info/7c2d3406000dc8ac|omit-unused-subquery... |
commit | commitdiff | tree |
2023-02-25 |
drh | Split out a new variant of cellSizePtr() that applies... |
commit | commitdiff | tree |
2023-02-25 |
drh | Remove an unnecessary and redundant corruption checks... |
commit | commitdiff | tree |
2023-02-25 |
larrybr | Revert (mostly) to earlier CLI response to -echo and... |
commit | commitdiff | tree |
2023-02-25 |
drh | Performance optimization on sqlite3_vsnprintf(). |
commit | commitdiff | tree |
2023-02-24 |
drh | Add the "on" option to the ".log" command in the CLI... |
commit | commitdiff | tree |
2023-02-24 |
drh | In the CLI, do not emit warnings about the incorrect... |
commit | commitdiff | tree |
2023-02-24 |
drh | Modify the sqlite3_config() interface so that the SQLIT... |
commit | commitdiff | tree |
2023-02-24 |
drh | Back out the SQLITE_CONFIG_URI option from anytime... anytime-config |
commit | commitdiff | tree |
2023-02-24 |
drh | Adjust testrunner.tcl to make use of the new number_of_... |
commit | commitdiff | tree |
2023-02-24 |
drh | Add the "number_of_cores" TCL command to the testfixture. |
commit | commitdiff | tree |
2023-02-24 |
drh | Merge enhancements from trunk into the anytime-config... |
commit | commitdiff | tree |
2023-02-24 |
drh | Slightly faster and more precise floating-point to... |
commit | commitdiff | tree |
2023-02-24 |
drh | Fix an incorrect optimization that was attempted as... |
commit | commitdiff | tree |
2023-02-23 |
drh | Omit unnecessary branches from the enhanced floating... |
commit | commitdiff | tree |
2023-02-23 |
drh | Increased precision of floating-point to decimal conver... |
commit | commitdiff | tree |
2023-02-23 |
drh | Fix harmless compiler warnings and a code indentation... |
commit | commitdiff | tree |
2023-02-23 |
drh | Allow the sqlite3_config() interface to be invoked... |
commit | commitdiff | tree |
2023-02-23 |
drh | Provide -DHAVE_LOG2=0 and -DHAVE_LOG10=0 compile-time... |
commit | commitdiff | tree |
2023-02-22 |
drh | Enable the count-of-view optimization by default. |
commit | commitdiff | tree |
2023-02-22 |
drh | Avoid computing the values for unused result-set column... |
commit | commitdiff | tree |
2023-02-22 |
drh | Update the version number to 3.42.0 to begin the next... |
commit | commitdiff | tree |
2023-02-22 |
drh | Remove the push-down optimization restriction that... |
commit | commitdiff | tree |
2023-02-21 |
stephan | Remove some unnecessary bind() calls in JS code. |
commit | commitdiff | tree |
2023-02-21 |
stephan | Unconditionally disable -sSTRICT_JS flag in wasm build... |
commit | commitdiff | tree |
2023-02-21 |
drh | Version 3.41.0 version-3.41.0 |
commit | commitdiff | tree |
2023-02-21 |
drh | Disable DQS by default in the MSVC makefile for the... |
commit | commitdiff | tree |
2023-02-21 |
drh | Yet another comment typo fix. No changes to working... |
commit | commitdiff | tree |
2023-02-21 |
drh | Fix a minor typo in a comment. No changes to working... |
commit | commitdiff | tree |
2023-02-21 |
drh | Fix formatting and improved documentation on the variou... |
commit | commitdiff | tree |
2023-02-20 |
drh | Update the TEA version number to 3.41.0 |
commit | commitdiff | tree |
2023-02-20 |
drh | Fix an incorrect #ifdef in the CLI. |
commit | commitdiff | tree |
2023-02-19 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-02-18 |
drh | Fix stale requirement marks and fix a typo in the docum... |
commit | commitdiff | tree |
2023-02-18 |
drh | Fix a harmless UBSAN warning in debugging code of the... |
commit | commitdiff | tree |
2023-02-17 |
drh | Fix a harmless typo in the test case added by [29fc0646... |
commit | commitdiff | tree |
2023-02-17 |
drh | Do not allow the COUNTOFVIEW optimization to run if... |
commit | commitdiff | tree |
2023-02-16 |
drh | A few simple test cases for the omit-unused-subquery... omit-unused-subquery-columns |
commit | commitdiff | tree |
2023-02-16 |
drh | Provide an optimization-disable mask for this optimizat... |
commit | commitdiff | tree |
2023-02-16 |
drh | Do not perform the omit-unused-subquery-columns optimiz... |
commit | commitdiff | tree |
2023-02-15 |
drh | Fix the subquery result column NULL-ifier so that it... |
commit | commitdiff | tree |
2023-02-15 |
drh | Do not compute result columns of subqueries that are... |
commit | commitdiff | tree |
2023-02-14 |
dan | Update testrunner.tcl to run zipvfs test scripts on... |
commit | commitdiff | tree |
2023-02-13 |
drh | Ignore extra parentheses around a subquery on the RHS... |
commit | commitdiff | tree |
2023-02-13 |
drh | Do not allow WHERE clause terms to match constant strin... |
commit | commitdiff | tree |
2023-02-13 |
dan | Allow vector-IN expressions like "(a, b) IN ( (?,?... |
commit | commitdiff | tree |
2023-02-13 |
dan | Fix compile time option SQLITE_DEFAULT_SYNCHRONOUS... |
commit | commitdiff | tree |
2023-02-13 |
dan | Allow vector-IN expressions like "(a, b) IN ( (?,?... |
commit | commitdiff | tree |
2023-02-13 |
drh | In the LIKE optimization, do not analyze the new virtua... |
commit | commitdiff | tree |
2023-02-11 |
drh | Change a variable from 32 to 64-bits to avoid a harmles... |
commit | commitdiff | tree |
2023-02-10 |
drh | Do a better job of detecting when a WHERE clause term... |
commit | commitdiff | tree |
2023-02-10 |
dan | Fix a problem with the fts5 trigram tokenizer and LIKE... |
commit | commitdiff | tree |
2023-02-10 |
drh | Ensure that the valueFromFunction() routine does not... |
commit | commitdiff | tree |
2023-02-10 |
stephan | Minor text-only updates to wasm demo/test HTML and... |
commit | commitdiff | tree |
2023-02-10 |
stephan | Fix ext/wasm/fiddle build, which was silently broken... |
commit | commitdiff | tree |
2023-02-09 |
drh | Disable the double-quoted string misfeature by default... |
commit | commitdiff | tree |
2023-02-09 |
stephan | Squelch two harmless signedness comparison warnings... |
commit | commitdiff | tree |
2023-02-09 |
drh | New test cases added to fuzzdata8.db. |
commit | commitdiff | tree |
2023-02-09 |
drh | The "flexnum" affinity that was added by [44135d6ea84f7... |
commit | commitdiff | tree |
2023-02-08 |
drh | Back out the 'txn' enhancement to date/time functions... |
commit | commitdiff | tree |
2023-02-08 |
drh | Always use 64-bit integers for stats associated with... |
commit | commitdiff | tree |
2023-02-08 |
dan | Better fix the problem where optimizing an fts5 table... |
commit | commitdiff | tree |
next |