Add functions to /contrib/pgstattuple that show index statistics and
Bruce Momjian <bruce@momjian.us>
Add functions to /contrib/pgstattuple that show index statistics and index page contents. Satoshi Nagayasu
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgstattuple/Makefile | modified | +2 −2 |
| contrib/pgstattuple/pgstatindex.c | added | +706 −0 |
| contrib/pgstattuple/pgstattuple.sql.in | modified | +93 −0 |
| contrib/pgstattuple/README.pgstattuple | modified | +118 −43 |