SQLite

All files named ”ext/misc/memstat.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/memstat.c

2025-04-02
12:41
[43705d7950] part of check-in [9e903953ba] Fix harmless compiler warnings in the memstat.c extension. No changes to the core. (check-in: [9e903953ba] user: drh branch: trunk, size: 13635)
2023-10-06
12:51
[5b284b78be] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 13530)
2022-07-22
20:24
[509083ef7a] part of check-in [57beb700c0] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700c0] user: mistachkin branch: xShadowName2, size: 13532)
2019-01-08
20:02
[3017a0832c] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 13484)
2018-11-05
23:01
[941928c610] part of check-in [31942b3dd3] Initial code to make shadow tables read-only to ordinary SQL. The now 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. (check-in: [31942b3dd3] user: drh branch: read-only-shadow, size: 13482)
2018-10-08
20:04
[7542ff1dd1] part of check-in [ce6e80b130] Fix an issue with the new memstat.c extension. (check-in: [ce6e80b130] user: drh branch: trunk, size: 13435)
2018-09-28
18:51
[2780712e90] part of check-in [8a758a8721] Fix a bug in the sqlite_memstat virtual table that was causing it to report the amount of memory used as zero bytes. (check-in: [8a758a8721] user: drh branch: trunk, size: 13428)
2018-09-27
17:33
[5bf79f86be] part of check-in [4c1fed60b9] Another minor tweak to memstat.c so that it may be built against older versions of SQLite. (check-in: [4c1fed60b9] user: dan branch: trunk, size: 13369)
17:15
[ce3234df2b] part of check-in [7171d8ae6b] Modify the memstat virtual table so that it works with SQLite version 3.9.2. (check-in: [7171d8ae6b] user: drh branch: trunk, size: 13281)
16:57
[1db91b25c9] part of check-in [9351135b43] Enhancements to sqlite_memstat: (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. (check-in: [9351135b43] user: drh branch: memstat-vtab, size: 13038)
15:45
[09bfa9a16b] part of check-in [9cd27350b0] Add initial ZIPVFS support for the "main" database to the sqlite_memstat virtual table. (check-in: [9cd27350b0] user: drh branch: memstat-vtab, size: 10698)
15:21
Added: [1e36cfd77f] part of check-in [0b44e1f68e] Initial prototype of a eponymous virtual table that accesses sqlite3_status64() and sqlite3_db_status(). (check-in: [0b44e1f68e] user: drh branch: memstat-vtab, size: 10069)