postgresql/contrib/pg_stat_statements
Itagaki Takahiro 8964dbd51e Add buffer access counters to pg_stat_statements.
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.
2010-01-08 00:38:20 +00:00
..
Makefile Add contrib/pg_stat_statements for server-wide tracking of statement execution 2009-01-04 22:19:59 +00:00
pg_stat_statements.c Add buffer access counters to pg_stat_statements. 2010-01-08 00:38:20 +00:00
pg_stat_statements.sql.in Add buffer access counters to pg_stat_statements. 2010-01-08 00:38:20 +00:00
uninstall_pg_stat_statements.sql Add contrib/pg_stat_statements for server-wide tracking of statement execution 2009-01-04 22:19:59 +00:00