aboutsummaryrefslogtreecommitdiff
path: root/src/dbstat.c
Commit message (Expand)AuthorAge
* Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask.drh2024-08-22
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Fix lots of harmless, nuisance compiler warnings, mostly unused parameterdrh2022-12-23
* Use sqlite3_result_int64() instead of sqlite3_result_int() when returningdrh2022-12-02
* Have the dbstat module arrange things internally so that there are 256 addres...dan2021-09-29
* Have the dbstat virtual table take a copy of each page buffer that it travers...dan2021-09-27
* Fix a bad interaction between the pager cache and the dbstat module that coul...dan2021-09-25
* Further refactoring of the schema table name.drh2020-06-19
* Allow "main" to be used to refer to the main database even after SQLITE_DBCON...dan2020-03-20
* Fix an integer overflow problem with the dbstat virtual table that comes updrh2020-03-19
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Fix DBSTAT so that it returns now rows, rather than an error when thedrh2020-01-04
* Omit the omit flat from eq constraints on column "name" of dbstat virtual tab...dan2020-01-04
* Omit the omit flag from eq constraints on column "aggregate" of dbstat virtua...dan2020-01-04
* Get the aggregate=TRUE feature working on the DBSTAT virtual table.drh2019-11-19
* Begin an enhancement effort for the built-in DBSTAT virtual table.drh2019-11-19
* Improved database corruption detection in the dbstat virtual table.drh2019-01-09
* Small simplification to the dbstat virtual table.drh2019-01-09
* Add SQLITE_CONSTRAINT support to the xBestIndex methods on dbstat,drh2018-11-16
* Fix a potential buffer overread in the dbstat virtual table when processingdrh2018-11-13
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
* Fix minor memory leak in the dbstat extension that can occur following andrh2018-10-29
* Harden the dbstat extension against corrupt database files.drh2018-10-29
* Modify the sqlite3OsFileControl() interface to detect unopened sqlite3_filedrh2018-03-29
* Fix harmless compiler warnings about incomplete structure initializers.drh2017-07-12
* Rename the Db.zName field to Db.zDbSName to make it more descriptive and todrh2016-08-18
* Fix the declaration of the table implemented by DBSTAT so that it usesdrh2016-06-13
* Enhance ability to debug out-of-memory errors.mistachkin2016-02-13
* Add the sqlite3TokenInit() utility function.drh2016-01-22
* Have the dbstat module dequote any argument passed to the CREATE VIRTUAL TABL...dan2016-01-22
* Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The formerdrh2015-11-04
* Enhance the DBSTAT virtual table with a new hidden table "schema" that ifdrh2015-09-08
* Attempt to get DBSTAT to compile without warnings across all builddrh2015-05-12
* Fix a compiler warning when building with tclsqlite3.c and withoutdrh2015-05-12
* Try to get recent sqlite3_analyzer and sqldiff tests working for alldrh2015-05-12
* Revamp the way the DBSTAT virtual table is registered.drh2015-05-11
* Testing improvements and corner-case bug fixes for the dbstat virtual table.drh2015-05-07
* Enhance the dbstat virtual table with the ability to analyze ATTACHeddrh2015-05-07
* Spell SQLITE_OMIT_VIRTUALTABLE correctly in a #if in dbstat.c.drh2015-05-05
* Rename the test_stat.c source file to dbstat.c and rework the makefiles todrh2015-05-04