Skip to content

Releases: CrunchyData/pgbouncer_fdw

v1.1.0

27 Oct 14:37
1bb22dd
Compare
Choose a tag to compare

Release Summary

Version 1.1.0 of pgbouncer_fdw is a new feature release

New Features

  • Add support for PgBouncer 1.21. Adds prepared_statements column to clients, servers and sockets functions and views.

v1.0.1

21 Jul 15:52
965a549
Compare
Choose a tag to compare

Release Summary

Version 1.0.1 of pgbouncer_fdw is a bugfix release

Bugfixes

  • Fix missing comma that caused missing column "pgbouncer_target_host" in "pgbouncer_servers" and "pgbouncer_dns_zones" views

v1.0.0

12 Jun 15:17
a39b774
Compare
Choose a tag to compare

Release Summary

Version 1.0.0 of pgbouncer_fdw includes support for targetting multiple PgBouncers as well as support for multiple versions of PgBouncer

IMPORTANT NOTE: All objects in this extension are dropped and recreated as part of this update. Privileges ARE NOT preserved as part of this update, so please ensure privileges you have on these objects are preserved before upgrading so that they can be reapplied. Note that execution by PUBLIC on the admin functions is once again revoked by this update.

Major Changes

  • Add support for gathering statistics from multiple PgBouncer targets

    • A new configuration table has been added to define the names of all FDW servers.
    • All views have an additional column to identify the PgBouncer target
    • All administrative command functions have had a parameter for the FDW server name added to them. These functions intentionally do not use the configuration table to avoid accidentally running an admin command on multiple servers.
  • Add better support for multiple versions of PgBouncer. Support for 1.17 has been backported into this version of pgbouncer_fdw.

Minor Changes

Bugfixes

v0.5

06 Mar 19:45
27b3cab
Compare
Choose a tag to compare

-- Update to support pgBouncer 1.18.0. Note that as of v0.5, this extension requires at least version 1.18.0 of pgBouncer. If you still need to support an older version, v0.4 works with pgBouncer 1.16 and v0.3 works with older versions of pgBouncer. There are no other changes in this version other than a compatibility update.

-- Several views are dropped and recreated as part of this update. Privileges should be preserved, but it is recommended to double-check them.

v0.4

07 Oct 19:03
a6c2751
Compare
Choose a tag to compare

v0.4
-- Updated to support pgBouncer 1.16.0. Note that as of v0.4, this extension requires at least version 1.16.0 of pgBouncer. If you still need to support an older version, v0.3 still works and there are no other changes in this version other than a compatibility update.

-- All views are dropped and recreated as part of this update. Privileges should be preserved, but it is recommended to double-check them.

v0.4-RC1

07 Sep 21:06
a6c2751
Compare
Choose a tag to compare
v0.4-RC1 Pre-release
Pre-release
Merge pull request #8 from keithf4/v0.4

v0.4 - Update to support pgbouncer 1.16

v0.3

29 Oct 01:00
dfae75f
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
Merge pull request #5 from keithf4/v0.3

v0.3 Add support for command functions to control pgBouncer administration