pgsql: pgstattuple: Add pgstathashindex.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgstattuple: Add pgstathashindex.
Date: 2017-02-03 19:42:19
Message-ID: E1cZjkR-0001wS-31@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgstattuple: Add pgstathashindex.

Since pgstattuple v1.5 hasn't been released yet, no need for a new
extension version. The new function exposes statistics about hash
indexes similar to what other pgstatindex functions return for other
index types.

Ashutosh Sharma, reviewed by Kuntal Ghosh. Substantial further
revisions by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e759854a09d49725a9519c48a0d71a32bab05a01

Modified Files
--------------
contrib/pgstattuple/expected/pgstattuple.out | 8 ++
contrib/pgstattuple/pgstatindex.c | 195 ++++++++++++++++++++++++++
contrib/pgstattuple/pgstattuple--1.4--1.5.sql | 16 +++
contrib/pgstattuple/sql/pgstattuple.sql | 4 +
doc/src/sgml/pgstattuple.sgml | 95 +++++++++++++
5 files changed, 318 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-03 21:34:12 pgsql: pageinspect: More type-sanity surgery on the new hash index code
Previous Message Fujii Masao 2017-02-03 18:18:44 pgsql: Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION c