pgsql: Expose track_iotiming information via pg_stat_statements.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Expose track_iotiming information via pg_stat_statements.
Date: 2012-03-27 19:19:51
Message-ID: E1SCbvr-0003N3-Vp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expose track_iotiming information via pg_stat_statements.

Ants Aasma, reviewed by Greg Smith, with very minor tweaks by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b4f346611431361339253203d486789e4babb02

Modified Files
--------------
.../pg_stat_statements--1.0--1.1.sql | 4 +-
.../pg_stat_statements/pg_stat_statements--1.1.sql | 4 +-
contrib/pg_stat_statements/pg_stat_statements.c | 49 ++++++++++++-------
doc/src/sgml/pgstatstatements.sgml | 20 ++++++++
4 files changed, 57 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-03-27 20:17:18 pgsql: pg_test_timing utility, to measure clock monotonicity and timing
Previous Message Tom Lane 2012-03-27 19:18:06 pgsql: Bend parse location rules for the convenience of pg_stat_stateme