aboutsummaryrefslogtreecommitdiff
path: root/test/analyze9.test
Commit message (Expand)AuthorAge
* Minor STAT4 test case change due to the ANALYZE enhancement ofdrh2022-05-09
* Revise tests cases to align with the new EXPLAIN QUERY PLAN output.drh2021-03-20
* Fix a dangling-else problem that was causing recursive CTEs to malfunction.drh2018-05-02
* In the query planner, do not consider index X to be a proper subset of drh2017-10-15
* Improved debugging output with wheretrace. Fix some typos in test scriptdrh2016-03-01
* From test scripts, remove stray "breakpoint" commands and blank linesdrh2016-02-05
* Another test case for the planner change on this branch.dan2015-03-16
* When estimating the number of rows visited by a range scan for which the keys...dan2015-03-14
* In cases where stat4 data is available but cannot be used because the rhs of ...dan2014-08-25
* Enhance the sqlite_stat1.stat parsing to allow additional text parametersdrh2014-07-22
* Add another test to verify that SQLite is using stat4 data for composite prim...dan2014-07-01
* Ensure that all fields are loaded from the stat4 table for records that corre...dan2014-07-01
* Fix a problem in where.c with using the stat4 sample data of an index on a WI...dan2014-06-30
* Add an extra column to a table in analyze9.test to give the planner a little ...dan2014-04-28
* Changes to the way the planner calculates the costs of various table and inde...dan2014-04-24
* Update some test cases that deal with corrupt databases.dan2014-02-28
* Further performance tweaks to OP_Column.drh2013-11-20
* Tweaks to the index selection logic.drh2013-09-11
* Merge trunk fixes into the unlikely-func branch.drh2013-09-10
|\
| * Deterministically initialize the PRNG used as a tie-breaker in the ANALYZEdrh2013-09-10
* | Initial implementation of the unlikely() SQL function used as a hint todrh2013-09-06
|/
* Fix another problem in stat4 sample selection.dan2013-09-03
* Further stat4 related tests.dan2013-09-02
* Add tests to check if ANALYZE is choosing common non-periodic samples for the...dan2013-09-02
* Fix a problem with using stat4 data to estimate the number of rows scanned by...dan2013-09-02
* Fix a problem causing SQLite not to use stat4 or stat3 data to analyze constr...dan2013-08-31
* Add a test for the problem fixed by [91733bc485].dan2013-08-16
* Fixes for test code that was not working with utf16 databases. Run the analyz...dan2013-08-16
* Add extra tests. No code changes.dan2013-08-16
* Avoid buffer overreads and false OOM error reports that could be caused by co...dan2013-08-16
* Fix a crash that can occur if the sqlite_stat3 or sqlite_stat4 table is corrupt.dan2013-08-15
* Fix a crash that can occur following an OOM fault.dan2013-08-15
* Change some assert() statements in vdbe.c to ensure that a memory cell used t...dan2013-08-15
* Add tests for sqlite_stat4 sample selection. And a fix for the same.dan2013-08-15
* Re-enable reading from the sqlite_stat3 table (as well as sqlite_stat4).dan2013-08-12
* Add the rowid field to the end of sample records stored in the sqlite_stat4 t...dan2013-08-10
* Fixes for builds without SQLITE_ENABLE_STAT4.dan2013-08-06
* Use N separate cursors when scanning an index with N columns to collect sqlit...dan2013-08-05
* Fix a couple of problems in code related to sqlite_stat4.dan2013-08-05
* Begin adding experimental sqlite_stat4 table. This commit is buggy.dan2013-08-03