mirror of
https://github.com/postgres/postgres.git
synced 2026-03-23 10:55:21 -04:00
This uses the same infrastructure with EXPLAIN BUFFERS to support
{shared|local}_blks_{hit|read|written} andtemp_blks_{read|written}
columns in the pg_stat_statements view. The dumped file format
also updated.
Thanks to Robert Haas for the review.
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| pg_stat_statements.c | ||
| pg_stat_statements.sql.in | ||
| uninstall_pg_stat_statements.sql | ||