aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/memstat.c
Commit message (Collapse)AuthorAge
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
| | | FossilOrigin-Name: ca67f2ec0e294384c397db438605df1b47aae5f348a8de94f97286997625d169
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
| | | | | | | | xShadowName method is added to the sqlite3_module object and is used to identify potential shadow tables. The SQLITE_PREPARE_SHADOW argument to sqlite3_prepare_v3() is defined. It is designed to permit writing to shadow tables, but is currently an unused placeholder. FossilOrigin-Name: 31942b3dd3f66eb0d9977bf1cadc2f2d7be7967cce2b55784be0b939dfef1985
* Fix an issue with the new memstat.c extension.drh2018-10-08
| | | FossilOrigin-Name: ce6e80b1303ed161bec2c63735cd2e2bea7b4e9b4ff780d214d408b1a30d50da
* Fix a bug in the sqlite_memstat virtual table that was causing it to reportdrh2018-09-28
| | | | | the amount of memory used as zero bytes. FossilOrigin-Name: 8a758a872175b0c74e631c231240c5c733fbec708d0cff23eb9c4025e4a800ec
* Another minor tweak to memstat.c so that it may be built against older versionsdan2018-09-27
| | | | | of SQLite. FossilOrigin-Name: 4c1fed60b9b35ac2f5d2f2533b54db429d72bdbc0aad0dd5af52ff851789d4ae
* Modify the memstat virtual table so that it works with SQLite version 3.9.2.drh2018-09-27
| | | FossilOrigin-Name: 7171d8ae6b1e7c97b0cf06bcca2262674c9ce557c85666b4b77c16cbac508502
* Enhancements to sqlite_memstat:drh2018-09-27
| | | | | | | (1) Add an extra "schema" column to show the schema name for ZIPVFS stats. (2) Only show ZIPVFS stats to schema that use ZIPVFS (3) Put a NULL in unused columns of the output. FossilOrigin-Name: 9351135b4331107be2f2bda7b6adbd5436381f4f9a68340e8a172b6517ec3f12
* Add initial ZIPVFS support for the "main" database to the sqlite_memstatdrh2018-09-27
| | | | | virtual table. FossilOrigin-Name: 9cd27350b0f62debfe3238c57c3ab51079699142e82c05a7ec8460a8429f55f2
* Initial prototype of a eponymous virtual table that accesses sqlite3_status64()drh2018-09-27
and sqlite3_db_status(). FossilOrigin-Name: 0b44e1f68e0c8349367e3f929d4734c3df96338ec8d6fb652565bf894e8b8343