-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update META.json * Drop RELEASE_NOTES.md * Update meson.build * Remove mkdocs.yml
- Loading branch information
1 parent
3bb6579
commit 0c50b23
Showing
4 changed files
with
13 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,24 +2,26 @@ | |
"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.0.4", | ||
"version": "2.1.0", | ||
"maintainer": [ | ||
"[email protected]", | ||
"[email protected]" | ||
"Artem Gavrilov <[email protected]>", | ||
"Diego dos Santos Fronza <[email protected]>" | ||
], | ||
"license": "postgresql", | ||
"license": { | ||
"PostgreSQL": "https://www.postgresql.org/about/licence" | ||
}, | ||
"provides": { | ||
"pg_stat_monitor": { | ||
"abstract": "PostgreSQL Query Performance Monitoring Tool", | ||
"file": "pg_stat_monitor--2.0.sql", | ||
"file": "pg_stat_monitor--2.0--2.1.sql", | ||
"docfile": "README.md", | ||
"version": "2.0.4" | ||
"version": "2.1.0" | ||
} | ||
}, | ||
"prereqs": { | ||
"runtime": { | ||
"requires": { | ||
"PostgreSQL": "11.0.0" | ||
"PostgreSQL": "12.0.0" | ||
} | ||
} | ||
}, | ||
|
@@ -34,7 +36,7 @@ | |
"type": "git" | ||
} | ||
}, | ||
"generated_by": "[email protected]", | ||
"generated_by": "Artem Gavrilov", | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "http://pgxn.org/meta/spec.txt" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.