Skip to content

Commit 15f2064

Browse files
rw15ekeithf4
andauthored
Add support for pgbouncer 1.23 (#21)
* Add support for pgbouncer 1.23 * Apply suggestions from code review * fix missing variables and else condition --------- Co-authored-by: Keith Fiske <keith@keithf4.com>
1 parent 5367102 commit 15f2064

File tree

5 files changed

+1811
-105
lines changed

5 files changed

+1811
-105
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.2.0
2+
-- Add support for PgBouncer 1.23.
3+
-- Adds replication column to clients, servers and sockets functions and views.
4+
-- Adds server_lifetime column to databases functions and views.
5+
-- Adds total_server_assignment_count and avg_server_assignment_count columns to stats functions and views.
6+
-- Adds pool_size, max_user_connections and current_connections columns to users functions and views.
7+
8+
19
v1.1.0
210
-- Add support for PgBouncer 1.21. Adds prepared_statements column to clients, servers and sockets functions and views.
311

pgbouncer_fdw.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default_version = '1.1.0'
1+
default_version = '1.2.0'
22
comment = 'Extension for querying PgBouncer stats from normal SQL views & running pgbouncer commands from normal SQL functions'
33
requires = dblink
44
relocatable = false

0 commit comments

Comments
 (0)