Skip to content

Commit

Permalink
Prepare release 2.1.0 (#482)
Browse files Browse the repository at this point in the history
* Update META.json

* Drop RELEASE_NOTES.md

* Update meson.build

* Remove mkdocs.yml
  • Loading branch information
artemgavrilov committed Aug 8, 2024
1 parent 3bb6579 commit 0c50b23
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 426 deletions.
18 changes: 10 additions & 8 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
"artem.gavrilov@percona.com",
"diego.fronza@percona.com"
"Artem Gavrilov <artem.gavrilov@percona.com>",
"Diego dos Santos Fronza <diego.fronza@percona.com>"
],
"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"
}
}
},
Expand All @@ -34,7 +36,7 @@
"type": "git"
}
},
"generated_by": "artem.gavrilov@percona.com",
"generated_by": "Artem Gavrilov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
Expand Down
317 changes: 0 additions & 317 deletions RELEASE_NOTES.md

This file was deleted.

3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install_data(
'pg_stat_monitor.control',
'pg_stat_monitor--2.0.sql',
'pg_stat_monitor--1.0--2.0.sql',
'pg_stat_monitor--2.0--2.1.sql',
kwargs: contrib_data_args,
)

Expand All @@ -31,11 +32,13 @@ tests += {
'cmd_type',
'counters',
'database',
'different_parent_queries'
'error_insert',
'error',
'functions',
'guc',
'histogram',
'level_tracking'
'pgsqm_query_id',
'relations',
'rows',
Expand Down
Loading

0 comments on commit 0c50b23

Please sign in to comment.