{ "name": "pg_wait_sampling", "abstract": "Sampling based statistics of wait events", "description": "pg_wait_sampling provides functions for detailed per backend and per query statistics about PostgreSQL wait events", "version": "1.1.3", "maintainer": [ "Alexander Korotkov ", "Ildus Kurbangaliev " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.6.0" } } }, "provides": { "pg_wait_sampling": { "file": "pg_wait_sampling--1.1.sql", "docfile": "README.md", "version": "1.1.3", "abstract": "Sampling based statistics of wait events" } }, "resources": { "bugtracker": { "web": "https://github.com/postgrespro/pg_wait_sampling/issues" }, "repository": { "url": "https://github.com/postgrespro/pg_wait_sampling.git", "web": "https://github.com/postgrespro/pg_wait_sampling", "type": "git" } }, "generated_by": "Ildus Kurbangaliev", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "waits", "sampling", "background worker", "wait events", "waits history", "waits profile" ] }