index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dbstat.c
Commit message (
Expand
)
Author
Age
*
Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask.
drh
2024-08-22
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Fix lots of harmless, nuisance compiler warnings, mostly unused parameter
drh
2022-12-23
*
Use sqlite3_result_int64() instead of sqlite3_result_int() when returning
drh
2022-12-02
*
Have the dbstat module arrange things internally so that there are 256 addres...
dan
2021-09-29
*
Have the dbstat virtual table take a copy of each page buffer that it travers...
dan
2021-09-27
*
Fix a bad interaction between the pager cache and the dbstat module that coul...
dan
2021-09-25
*
Further refactoring of the schema table name.
drh
2020-06-19
*
Allow "main" to be used to refer to the main database even after SQLITE_DBCON...
dan
2020-03-20
*
Fix an integer overflow problem with the dbstat virtual table that comes up
drh
2020-03-19
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Fix DBSTAT so that it returns now rows, rather than an error when the
drh
2020-01-04
*
Omit the omit flat from eq constraints on column "name" of dbstat virtual tab...
dan
2020-01-04
*
Omit the omit flag from eq constraints on column "aggregate" of dbstat virtua...
dan
2020-01-04
*
Get the aggregate=TRUE feature working on the DBSTAT virtual table.
drh
2019-11-19
*
Begin an enhancement effort for the built-in DBSTAT virtual table.
drh
2019-11-19
*
Improved database corruption detection in the dbstat virtual table.
drh
2019-01-09
*
Small simplification to the dbstat virtual table.
drh
2019-01-09
*
Add SQLITE_CONSTRAINT support to the xBestIndex methods on dbstat,
drh
2018-11-16
*
Fix a potential buffer overread in the dbstat virtual table when processing
drh
2018-11-13
*
Initial code to make shadow tables read-only to ordinary SQL. The now
drh
2018-11-05
*
Fix minor memory leak in the dbstat extension that can occur following an
drh
2018-10-29
*
Harden the dbstat extension against corrupt database files.
drh
2018-10-29
*
Modify the sqlite3OsFileControl() interface to detect unopened sqlite3_file
drh
2018-03-29
*
Fix harmless compiler warnings about incomplete structure initializers.
drh
2017-07-12
*
Rename the Db.zName field to Db.zDbSName to make it more descriptive and to
drh
2016-08-18
*
Fix the declaration of the table implemented by DBSTAT so that it uses
drh
2016-06-13
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
Add the sqlite3TokenInit() utility function.
drh
2016-01-22
*
Have the dbstat module dequote any argument passed to the CREATE VIRTUAL TABL...
dan
2016-01-22
*
Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former
drh
2015-11-04
*
Enhance the DBSTAT virtual table with a new hidden table "schema" that if
drh
2015-09-08
*
Attempt to get DBSTAT to compile without warnings across all build
drh
2015-05-12
*
Fix a compiler warning when building with tclsqlite3.c and without
drh
2015-05-12
*
Try to get recent sqlite3_analyzer and sqldiff tests working for all
drh
2015-05-12
*
Revamp the way the DBSTAT virtual table is registered.
drh
2015-05-11
*
Testing improvements and corner-case bug fixes for the dbstat virtual table.
drh
2015-05-07
*
Enhance the dbstat virtual table with the ability to analyze ATTACHed
drh
2015-05-07
*
Spell SQLITE_OMIT_VIRTUALTABLE correctly in a #if in dbstat.c.
drh
2015-05-05
*
Rename the test_stat.c source file to dbstat.c and rework the makefiles to
drh
2015-05-04