Skip to content

Commit 3481ee7

Browse files
committed
PG-2187 Remove PostgreSQL 13 support
PostgreSQL 13 reached its End of Life, so it's time to remove compatibility with this version.
1 parent 3a886c7 commit 3481ee7

22 files changed

Lines changed: 437 additions & 1711 deletions

.github/workflows/postgresql-13-build.yml

Lines changed: 0 additions & 151 deletions
This file was deleted.

.github/workflows/postgresql-13-pgdg-package.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.github/workflows/postgresql-13-ppg-package.yml

Lines changed: 0 additions & 111 deletions
This file was deleted.

META.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pg_stat_monitor",
33
"abstract": "PostgreSQL Query Performance Monitoring Tool",
44
"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.",
5-
"version": "2.3.2",
5+
"version": "2.4.0",
66
"maintainer": [
77
"Artem Gavrilov <artem.gavrilov@percona.com>",
88
"Percona PostgreSQL Team <postgresql@percona.com>"
@@ -13,15 +13,15 @@
1313
"provides": {
1414
"pg_stat_monitor": {
1515
"abstract": "PostgreSQL Query Performance Monitoring Tool",
16-
"file": "pg_stat_monitor--2.2--2.3.sql",
16+
"file": "pg_stat_monitor--2.3--2.4.sql",
1717
"docfile": "README.md",
18-
"version": "2.3.2"
18+
"version": "2.4.0"
1919
}
2020
},
2121
"prereqs": {
2222
"runtime": {
2323
"requires": {
24-
"PostgreSQL": "12.0.0"
24+
"PostgreSQL": "14.0.0"
2525
}
2626
}
2727
},

0 commit comments

Comments
 (0)