Expose track_iotiming data via the statistics collector.

Robert Haas <rhaas@postgresql.org>

Commit: 644828908fb132ee1f1da5b8b7975c0d73d6158a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-04-05T15:40:24Z
Releases: 9.2.0
Expose track_iotiming data via the statistics collector.

Ants Aasma's original patch to add timing information for buffer I/O
requests exposed this data at the relation level, which was judged too
costly.  I've here exposed it at the database level instead.

Files