-
- Downloads
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.
Showing
- contrib/pgstattuple/expected/pgstattuple.out 8 additions, 0 deletionscontrib/pgstattuple/expected/pgstattuple.out
- contrib/pgstattuple/pgstatindex.c 195 additions, 0 deletionscontrib/pgstattuple/pgstatindex.c
- contrib/pgstattuple/pgstattuple--1.4--1.5.sql 16 additions, 0 deletionscontrib/pgstattuple/pgstattuple--1.4--1.5.sql
- contrib/pgstattuple/sql/pgstattuple.sql 4 additions, 0 deletionscontrib/pgstattuple/sql/pgstattuple.sql
- doc/src/sgml/pgstattuple.sgml 95 additions, 0 deletionsdoc/src/sgml/pgstattuple.sgml
Loading
Please register or sign in to comment