{
   "name": "pg_stat_monitor",
   "abstract": "PostgreSQL Query Performance Monitoring Tool",
   "description": "pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL's contrib module pg_stat_statements. PostgreSQL’s pg_stat_statements provides the basic statistics, which is sometimes not enough. The major shortcoming in pg_stat_statements is that it accumulates all the queries and their statistics and does not provide aggregated statistics nor histogram information. In this case, a user would need to calculate the aggregates, which is quite an expensive operation.",
   "version": "2.4.0",
   "date": "2026-09-08T14:36:05Z",
   "maintainer": [
      "Artem Gavrilov <artem.gavrilov@percona.com>",
      "Percona PostgreSQL Team <postgresql@percona.com>"
   ],
   "release_status": "stable",
   "user": "percona",
   "sha1": "8e9337ca1d2b6b2b2350c16ca5d185b31dcb97c7",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pg_stat_monitor": {
         "abstract": "PostgreSQL Query Performance Monitoring Tool",
         "docfile": "README.md",
         "file": "pg_stat_monitor--2.3--2.4.sql",
         "version": "2.4.0"
      }
   },
   "tags": ["monitoring", "statistics-collector", "statistics"],
   "resources": {
      "bugtracker": {
         "web": "https://perconadev.atlassian.net/jira/software/c/projects/PG/issues"
      },
      "homepage": "https://github.com/percona/pg_stat_monitor",
      "repository": {
         "type": "git",
         "url": "https://github.com/percona/pg_stat_monitor.git",
         "web": "https://github.com/percona/pg_stat_monitor"
      }
   }
}
