Tom Lane
|
1dd89eadcd
|
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
This seems more consistent with the pre-existing choices for names of
other statistics columns. Rename assorted internal identifiers to match.
|
2012-04-29 18:13:33 -04:00 |
|
Robert Haas
|
5b4f346611
|
Expose track_iotiming information via pg_stat_statements.
Ants Aasma, reviewed by Greg Smith, with very minor tweaks by me.
|
2012-03-27 15:18:49 -04:00 |
|
Robert Haas
|
2254367435
|
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Also expose the new counters through pg_stat_statements.
Patch by me. Review by Fujii Masao and Greg Smith.
|
2012-02-22 20:33:05 -05:00 |
|