Bo Peng is going to give a presentation [https://www.sraoss.co.jp/event_seminar/2019/PGConf.ASIA.Bali.2019-PENG.pdf Setup a High-Availability and Load Balancing PostgreSQL Cluster: New Features of Pgpool-II 4.1] at [https://2019.pgconf.asia/ "PGConf.ASIA 2019"] held in Bali from September 8th to 11st.
=== PGConf.ASIA 2018 in Tokyo ===
Tatsuo Ishii and Bo Peng are going to give a presentation
[https://www.pgpool.net/download.php?f=pgpool-past-now-and-future.pdf Celebrating its 15th Anniversary Pgpool-II Past Present and Future]
[https://www.pgpool.net/download.php?f=pgpool-past-now-and-future-part2.pdf Celebrating its 15th Anniversary Pgpool-II Past Present and Future part2] at [https://www.pgconf.asia/EN/2018/day1/#B4 "PGConf.ASIA 2018"] held in Tokyo from December 10th to 12th.
=== PGConf.ASIA 2017 in Tokyo ===
Tatsuo Ishii is going to give a presentation [https://www.pgconf.asia/EN/2017/day-2/#B5 "More reliability and support for PostgreSQL 10: Introducing Pgpool-II 3.7"] at [https://www.pgconf.asia/EN/2017/ "PGConf.ASIA 2017"], held in Tokyo from December 4th to 6th.
=== PostgreSQL Conference in Russia 2016 ===
Tatsuo gave a talk "How to manage a herd of elephants" at [https://pgconf.ru/en "PostgreSQL Conference in Russia 2016"], held in Moscow from February 4th to 5th.
The slides are available in [https://pgpool.net/mediawiki/index.php/Documentation#Developer.27s_documentation Developer's documentation].
=== PostgreSQL Conference in China 2015 ===
Tatsuo gave a talk "How to manage a herd of elephants" at [https://www.eventdove.com/event/106042 "PostgreSQL Conference in China 2015"], held in Beijing from November 21th to 22th.
The slides are available in [https://pgpool.net/mediawiki/index.php/Documentation#Developer.27s_documentation Developer's documentation].
=== pgCon 2015 Cluster Hacker Summit ===
We participated "6th Postgres Cluster Hacker Summit" which was held as a part of PgCon 2015 Developer Unconference. We reported about Development Status Updates and pgpool-II 3.5 features. The slides are available in [https://pgpool.net/mediawiki/index.php/Documentation#Developer.27s_documentation Developer's documentation].
=== Pgpool-II Day 2015 in Tokyo ===
We had the very first time pgpool-II decicated conference. See the [https://pgpool.net/mediawiki/index.php/pgpool-II_Day_2015 event report].
== Stable ==
=== Pgpool-II 4.4.3, 4.3.6, 4.2.13, 4.1.16 and 4.0.23 officially released (2023/05/18) ===
Pgpool-II 4.2.7, 4.1.10, 4.0.17 and 3.7.22 officially released.
Pgpool-II 4.4.3, 4.3.6, 4.2.13, 4.1.16 and 4.0.23 officially released.
The purpose of this release is to provide packages for PostgreSQL 14.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
=== End-of-Life (EOL) Announcement for pgpoolAdmin (2023/02/17) ===
Pgpool Global Development Group announces end-of-life date for pgpoolAdmin, which is the management tool for Pgpool-II.
Pgpool Global Development Group will provide maintenance for pgpoolAdmin 4.0, 4.1 and 4.2 until December 31, 2023.
After this date, bug fixes and security fixes for these versions will no longer be provided.
In addition, pgpoolAdmin for Pgpool-II 4.3 or later will not be released.
We would like to thank you for using pgpoolAdmin over the years.
=== Pgpool-II 4.4.2, 4.3.5, 4.2.12, 4.1.15 and 4.0.22 officially released (2023/01/23) ===
Pgpool-II 4.4.2, 4.3.5, 4.2.12, 4.1.15 and 4.0.22 officially released.
This release contains a security fix.
If following conditions are all met, the password of "wd_lifecheck_user" is exposed by "SHOW POOL STATUS" command.
The command can be executed by any user who can connect to Pgpool-II. (CVE-2023-22332)
* Version 3.3 or later
* use_watchdog = on
* wd_lifecheck_method = 'query'
* A plain text password is set to wd_lifecheck_password
In this case it is strongly recommended to upgrade to this version (we do not expose wd_lifecheck_password in show pool_status command any more), or use one of following workarounds.
Workarounds for 4.0.x to 4.4.x users:
* Disable watchdog. Set use_watchdog to off.
* Change wd_lifecheck_method to heartbeat.
* Set an empty string to wd_lifecheck_password. This will use password in the pool_passwd file.
* Set an AES encrypted password to wd_lifecheck_password.
In any case we recommend to change "wd_lifecheck_password" in PostgreSQL.
Workarounds for 3.0.x to 3.7.x users:
* Disable watchdog. Set use_watchdog to off.
* Change wd_lifecheck_method to heartbeat.
=== Pgpool-II and Log4j (2021/12/14) ===
In any case we recommend to change "wd_lifecheck_password" in PostgreSQL.
Since Pgpool-II is written in C language, it is not affected by [https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228 Log4j vulnerability].
Please note that Pgpool-II 3.7.x or before are end of life and no minor updates are provided for those versions.
Also PgpoolAdmin is not affected. It is written in PHP.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
* Allow to configure to not trigger failover when PostgreSQL is shutdown by admin or killed by pg_terminate_backend.
=== Pgpool-II 4.4.0 released (2022/12/06) ===
* Add new fields to pcp_proc_info, SHOW POOL_PROCESSES and SHOW POOL_POOLS command to display more useful information to admin.
Pgpool-II 4.4.0 is now released. This is the first stable release of Pgpool-II 4.4.x.
* Allow pcp_node_info to list all backend nodes information.
V4.4 contains new features and enhancements, including:
* Add new fields showing actual PostgreSQL status to SHOW POOL NODES command and friends.
* Add new dynamic spare process management feature. This feature allows selecting between static and dynamic process management modes.
* Add a new parameter which represents the recovery source hostname to recovery_1st_stage_command and recovery_2nd_stage_command.
* Allow to specify replication delay by time in streaming replication mode. For this purpose new parameter delay_threshold_by_time is introduced.
* Add support for log time stamp with milliseconds.
* As PostgreSQL already does, Pgpool-II now supports unix_socket_directories, unix_socket_group and unix_socket_permissions for more flexible and precise control of UNIX domain sockets.
* Import PostgreSQL 14's SQL parser.
* Allow to use comma separated multiple listen addresses in listen_addresses and pcp_listen_addresses. They control which interfaces accept connection attempts, which can help prevent repeated malicious connection requests on insecure network interfaces.
* Support include directive in pgppol.conf file. You can have separate sub-config file to be included in pgpool.conf.
* Allow to customize the command used by trusted_servers for checking upstream connection. For this purpose new parameter trusted_server_command is introduced.
* pgpool.conf sample files are unified into single sample file for easier configuration.
* Import PostgreSQL 15's SQL parser.
* All configuration parameters in pgpool.conf sample file are commented out to clarify which parameter is needed to be changed.
* Speed up query cache by reducing lock contention. This allows concurrent running clients to fetch cache contents much more quicker.
You can download it from [https://pgpool.net/mediawiki/index.php/Downloads here].
You can download it from [https://www.pgpool.net/mediawiki/index.php/Downloads here].
Bo Peng is going to give a presentation [https://www.sraoss.co.jp/event_seminar/2019/PGConf.ASIA.Bali.2019-PENG.pdf Setup a High-Availability and Load Balancing PostgreSQL Cluster: New Features of Pgpool-II 4.1] at [https://2019.pgconf.asia/ "PGConf.ASIA 2019"] held in Bali from September 8th to 11st.
=== Pgpool-II 4.3.3, 4.2.10, 4.1.13, 4.0.20 and 3.7.25 officially released (2022/08/18) ===
=== PGConf.ASIA 2018 in Tokyo ===
Pgpool-II 4.3.3, 4.2.10, 4.1.13, 4.0.20 and 3.7.25 officially released.
Tatsuo Ishii and Bo Peng are going to give a presentation
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
[https://www.pgpool.net/download.php?f=pgpool-past-now-and-future.pdf Celebrating its 15th Anniversary Pgpool-II Past Present and Future]
[https://www.pgpool.net/download.php?f=pgpool-past-now-and-future-part2.pdf Celebrating its 15th Anniversary Pgpool-II Past Present and Future part2] at [https://www.pgconf.asia/EN/2018/day1/#B4 "PGConf.ASIA 2018"] held in Tokyo from December 10th to 12th.
Tatsuo Ishii is going to give a presentation [https://www.pgconf.asia/EN/2017/day-2/#B5 "More reliability and support for PostgreSQL 10: Introducing Pgpool-II 3.7"] at [https://www.pgconf.asia/EN/2017/ "PGConf.ASIA 2017"], held in Tokyo from December 4th to 6th.
=== Pgpool-II 4.3.2, 4.2.9, 4.1.12, 4.0.19 and 3.7.24 officially released (2022/05/19) ===
=== PostgreSQL Conference in Russia 2016 ===
Pgpool-II 4.3.2, 4.2.9, 4.1.12, 4.0.19 and 3.7.24 officially released.
Tatsuo gave a talk "How to manage a herd of elephants" at [https://pgconf.ru/en "PostgreSQL Conference in Russia 2016"], held in Moscow from February 4th to 5th.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
The slides are available in [https://pgpool.net/mediawiki/index.php/Documentation#Developer.27s_documentation Developer's documentation].
Tatsuo gave a talk "How to manage a herd of elephants" at [https://www.eventdove.com/event/106042 "PostgreSQL Conference in China 2015"], held in Beijing from November 21th to 22th.
=== Pgpool-II 4.3.1, 4.2.8, 4.1.11, 4.0.18 and 3.7.23 officially released (2022/02/17) ===
The slides are available in [https://pgpool.net/mediawiki/index.php/Documentation#Developer.27s_documentation Developer's documentation].
=== pgCon 2015 Cluster Hacker Summit ===
Pgpool-II 4.3.1, 4.2.8, 4.1.11, 4.0.18 and 3.7.23 officially released.
We participated "6th Postgres Cluster Hacker Summit" which was held as a part of PgCon 2015 Developer Unconference. We reported about Development Status Updates and pgpool-II 3.5 features. The slides are available in [https://pgpool.net/mediawiki/index.php/Documentation#Developer.27s_documentation Developer's documentation].
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
We had the very first time pgpool-II decicated conference. See the [https://pgpool.net/mediawiki/index.php/pgpool-II_Day_2015 event report].
=== Pgpool-II 4.2.7, 4.1.10, 4.0.17 and 3.7.22 officially released (2021/12/23) ===
== New docs ==
Pgpool-II 4.2.7, 4.1.10, 4.0.17 and 3.7.22 officially released.
=== pgpool-II 3.5 is coming soon! ===
The purpose of this release is to provide packages for PostgreSQL 14.
pgpool-II 3.5 alpha1 has been out. Tatsuo introduces [https://pgpool.net/mediawiki/index.php?title=pgpool-II_3.5_features&redirect=no "new features of pgpool-II 3.5."]
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
=== Pgpool-II 4.0.6, 3.7.11, 3.6.18, 3.5.22 and 3.4.25 officially released (2019/08/15) ===
* Add new dynamic spare process management feature. This feature allows selecting between static and dynamic process management modes.
Pgpool-II 4.0.6, 3.7.11, 3.6.18, 3.5.22 and 3.4.25 officially released
* Allow to specify replication delay by time in streaming replication mode. For this purpose new parameter delay_threshold_by_time is introduced.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
* As PostgreSQL already does, Pgpool-II now supports unix_socket_directories, unix_socket_group and unix_socket_permissions for more flexible and precise control of UNIX domain sockets.
* Allow to use comma separated multiple listen addresses in listen_addresses and pcp_listen_addresses. They control which interfaces accept connection attempts, which can help prevent repeated malicious connection requests on insecure network interfaces.
=== Pgpool-II 4.0.5, 3.7.10, 3.6.17, 3.5.21 and 3.4.24 officially released (2019/05/16) ===
* Allow to customize the command used by trusted_servers for checking upstream connection. For this purpose new parameter trusted_server_command is introduced.
Pgpool-II 4.0.5, 3.7.10, 3.6.17, 3.5.21 and 3.4.24 officially released
* Import PostgreSQL 15's SQL parser.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
* Speed up query cache by reducing lock contention. This allows concurrent running clients to fetch cache contents much more quicker.
Please note that 3.3.22 is the last release of 3.3 series because 5 years has passed since 3.3 was out (2013/07/30).
* Add new dynamic spare process management feature. This feature allows selecting between static and dynamic process management modes.
=== Pgpool-II 3.7.4, 3.6.11, 3.5.15 and 3.4.18 officially released (2018/06/12) ===
* Allow to specify replication delay by time in streaming replication mode. For this purpose new parameter delay_threshold_by_time is introduced.
Pgpool-II 3.7.4, 3.6.11, 3.5.15 and 3.4.18 officially released
* As PostgreSQL already does, Pgpool-II now supports unix_socket_directories, unix_socket_group and unix_socket_permissions for more flexible and precise control of UNIX domain sockets.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
* Allow to use comma separated multiple listen addresses in listen_addresses and pcp_listen_addresses. They control which interfaces accept connection attempts, which can help prevent repeated malicious connection requests on insecure network interfaces.
* Allow to customize the command used by trusted_servers for checking upstream connection. For this purpose new parameter trusted_server_command is introduced.
pgpool-II 3.1.21 is the final release of the 3.1.x. This series has reached "End of Life", and is no longer maintained and does not receive any updates.
=== pgpool-II 3.6.0 officially released (2016/11/21) ===
Pgpool-II 3.6.0 is now officially released.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
V3.6's new features are:
* Improve the behavior of fail-over.
* New PGPOOL SET command has been introduced.
* Watchdog is significantly enhanced.
* Handling of extended query protocol (e.g. used by Java applications) in streaming replication mode speeds up if many rows are returned in a result set.
* Import parser of PostgreSQL 9.6.
* In some cases pg_terminate_backend() now does not trigger a fail-over.
* Change documentation format from raw HTML to SGML.
* etc.
=== pgpool-II 3.5.4, 3.4.8, 3.3.12, 3.2.17 and 3.1.20 officially released (2016/08/31) ===
These are the latest stable versions of each major branches.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
pgpool-II 3.0.20 is the final release of the 3.0.x. This series has reached "End of Life", and is no longer maintained and does not receive any updates.
=== pgpool-II 3.5.0 and pgpoolAdmin 3.5.0 officially released (2016/01/29) ===
Pgpool-II 3.5.0 and pgpoolAdmin 3.5.0 are now officially released.
You can download them [https://pgpool.net/mediawiki/index.php/Downloads here].
V3.5's new features are:
* Improved performance in extended query protocol
* Overcoming the thundering herd problem
* watchdog feature enhancements to be more robust and adaptable
* PCP command enhancements
* Import PostgreSQL 9.5 parser
* etc.
Please see [https://pgpool.net/mediawiki/index.php?title=pgpool-II_3.5_features&redirect=no this] for details.
Pgpool-II 3.7 beta1 is now released. This is not a stable version but just for developers.
V3.7 has new features:
* Quorum aware failover feature.
* Allow specifying the hostnames in pool_hba.
* Allow to specify per node health check parameters.
* Support AWS Aurora.
* Import PostgreSQL 10 SQL parser.
* Support logical replication.
* etc.
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.6 RC1 released (2016/11/16) ===
pgpool-II 3.6 RC1 is now released. This is not a stable version but just for developers.
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.6 beta2 released (2016/11/08) ===
pgpool-II 3.6 beta2 is now released. This is not a stable version but just for developers.
Users are encouraged to take part in our beta test program. Please help us in testing and making pgpool-II 3.6 better!
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.6 beta1 released (2016/11/02) ===
pgpool-II 3.6 beta1 is now released. This is not a stable version but just for developers.
Users are encouraged to take part in our beta test program. Please help us in testing and making pgpool-II 3.6 better!
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== Pgpool-II 3.6 alpha1 released (2016/10/19) ===
Pgpool-II 3.6 alpha1 is now released. This is not a stable version but just for developers.
V3.6 has a new feature:
* Improve the behavior of fail-over.
* New PGPOOL SET command has been introduced.
* Watchdog is significantly enhanced.
* Handling of extended query protocol (e.g. used by Java applications) in streaming replication mode speeds up if many rows are returned in a result set.
* Import parser of PostgreSQL 9.6.
* In some cases pg_terminate_backend() now does not trigger a fail-over.
* Change documentation format from raw HTML to SGML.
* etc.
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.5 RC1 released (2016/1/14) ===
pgpool-II 3.5 RC1 and pgpoolAdmin 3.5 RC1 are now relased. This is not a stable version but just for developers.
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.5 beta1 released (2015/12/14) ===
pgpool-II 3.5 beta1 and pgpoolAdmin 3.5 beta1 are now released. This is not a stable version but just for developers.
Users are encouraged to take part in our beta test program. Please help us in testing and making pgpool-II 3.5 better!
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.5 alpha1 released (2015/11/16) ===
Pgpool-II 3.5 alpha1 is now released. This is not a stable version but just for developers.
V3.5 has a new feature:
* Improved performance in extended query protocol
* Overcoming the thundering herd problem
* watchdog feature enhancements to be more robust and adaptable
* PCP command enhancements
* Import PostgreSQL 9.5 parser
* etc.
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.3 RC1 released (2013/07/25) ===
Pgpool-II 3.3 RC1 is now released. This is not a stable version but just for developers.
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.3 beta1 released (2013/06/12) ===
Pgpool-II 3.3 beta1 is now relased. This is not a stable version but just for developers.
Users are encouraged to take part in our beta test program. Please help us in testing and making pgpool-II 3.3 better!
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
=== pgpool-II 3.3 alpha1 released (2013/05/17) ===
Pgpool-II 3.3 alpha1 is now released. This is not a stable version but just for developers.
V3.3 has a new feature:
* Enhancements for watchdog
** New monitoring method of watchdog lifecheck using heartbeat signal
** Interlocking of failover/failback script
** Secure watchdog communication
** etc.
* Othres
** Import PostgreSQL 9.2 raw parser
** New pgpool_setup tool
** Support for using CREATE EXTENSION to install pgpool specific extensions
You can download it from [https://pgpool.net/mediawiki/index.php/Developer_releases here].
== Old ==
== Old ==
See [[Old news|this page]].
See [[Old news|this page]].
= Where can I get commercial support for pgpool-II? =
= Where can I get commercial support for Pgpool-II? =
Some commercial packages include pgpool-II support. Consulting and annual support can be purchased from SRA OSS, Inc. Japan (https://www.sraoss.co.jp/index_en.php).
Some commercial packages include Pgpool-II support. Consulting and annual support can be purchased from SRA OSS, Inc. Japan (https://www.sraoss.co.jp/index_en.php).
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features.
Connection Pooling
Pgpool-II saves connections to the PostgreSQL servers, and reuse them whenever a new connection with the same properties (i.e. username, database, protocol version) comes in. It reduces connection overhead, and improves system's overall throughput.
Replication
Pgpool-II can manage multiple PostgreSQL servers. Using the replication function enables creating a realtime backup on 2 or more physical disks, so that the service can continue without stopping servers in case of a disk failure.
Load Balancing
If a database is replicated, executing a SELECT query on any server will return the same result. Pgpool-II takes an advantage of the replication feature to reduce the load on each PostgreSQL server by distributing SELECT queries among multiple servers, improving system's overall throughput. At best, performance improves proportionally to the number of PostgreSQL servers. Load balance works best in a situation where there are a lot of users executing many queries at the same time.
Limiting Exceeding Connections
There is a limit on the maximum number of concurrent connections with PostgreSQL, and connections are rejected after this many connections. Setting the maximum number of connections, however, increases resource consumption and affect system performance. pgpool-II also has a limit on the maximum number of connections, but extra connections will be queued instead of returning an error immediately.
Watchdog
Watchdog can coordinate multiple Pgpool-II, create a robust cluster system and avoid the single point of failure or split brain. Watchdog can perform lifecheck against other pgpool-II nodes, to detect a fault of Pgpoll-II. If active Pgpool-II goes down, standby Pgpool-II can be promoted to active, and take over Virtual IP.
In Memory Query Cache
In memory query cache allows to save a pair of SELECT statement and its result. If an identical SELECTs comes in, Pgpool-II returns the value from cache. Since no SQL parsing nor access to PostgreSQL are involved, using in memory cache is extremely fast. On the other hand, it might be slower than the normal path in some cases, because it adds some overhead of storing cache data.
Pgpool-II speaks PostgreSQL's backend and frontend protocol, and relays messages between a backend and a frontend. Therefore, a database application (frontend) thinks that Pgpool-II is the actual PostgreSQL server, and the server (backend) sees Pgpool-II as one of its clients. Because Pgpool-II is transparent to both the server and the client, an existing database application can be used with Pgpool-II almost without a
Pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that Pgpool-II is the actual PostgreSQL server, and the server (backend) sees Pgpool-II as one of its clients. Because Pgpool-II is transparent to both the server and the client, an existing database application can be used with Pgpool-II almost without a change to its sources.
If you have technical questions regarding Pgpool-II, please subscribe Pgpool-II mailing lists and send questions to it (pgpool-general will be a starter). Please do not send technical questions via private email. We will not respond such that messages.
If you believe that you found a vulnerability/security issues with Pgpool-II, please send a private email to ishii at sraoss.co.jp (he is the project leader).
What's new
News
Pgpool-II 4.4.3, 4.3.6, 4.2.13, 4.1.16 and 4.0.23 officially released (2023/05/18)
Pgpool-II 4.4.3, 4.3.6, 4.2.13, 4.1.16 and 4.0.23 officially released.
We participated "6th Postgres Cluster Hacker Summit" which was held as a part of PgCon 2015 Developer Unconference. We reported about Development Status Updates and pgpool-II 3.5 features. The slides are available in Developer's documentation.
Pgpool-II Day 2015 in Tokyo
We had the very first time pgpool-II decicated conference. See the event report.
Stable
Pgpool-II 4.4.3, 4.3.6, 4.2.13, 4.1.16 and 4.0.23 officially released (2023/05/18)
Pgpool-II 4.4.3, 4.3.6, 4.2.13, 4.1.16 and 4.0.23 officially released.
End-of-Life (EOL) Announcement for pgpoolAdmin (2023/02/17)
Pgpool Global Development Group announces end-of-life date for pgpoolAdmin, which is the management tool for Pgpool-II.
Pgpool Global Development Group will provide maintenance for pgpoolAdmin 4.0, 4.1 and 4.2 until December 31, 2023.
After this date, bug fixes and security fixes for these versions will no longer be provided.
In addition, pgpoolAdmin for Pgpool-II 4.3 or later will not be released.
We would like to thank you for using pgpoolAdmin over the years.
Pgpool-II 4.4.2, 4.3.5, 4.2.12, 4.1.15 and 4.0.22 officially released (2023/01/23)
Pgpool-II 4.4.2, 4.3.5, 4.2.12, 4.1.15 and 4.0.22 officially released.
This release contains a security fix.
If following conditions are all met, the password of "wd_lifecheck_user" is exposed by "SHOW POOL STATUS" command.
The command can be executed by any user who can connect to Pgpool-II. (CVE-2023-22332)
Version 3.3 or later
use_watchdog = on
wd_lifecheck_method = 'query'
A plain text password is set to wd_lifecheck_password
In this case it is strongly recommended to upgrade to this version (we do not expose wd_lifecheck_password in show pool_status command any more), or use one of following workarounds.
Workarounds for 4.0.x to 4.4.x users:
Disable watchdog. Set use_watchdog to off.
Change wd_lifecheck_method to heartbeat.
Set an empty string to wd_lifecheck_password. This will use password in the pool_passwd file.
Set an AES encrypted password to wd_lifecheck_password.
In any case we recommend to change "wd_lifecheck_password" in PostgreSQL.
Workarounds for 3.0.x to 3.7.x users:
Disable watchdog. Set use_watchdog to off.
Change wd_lifecheck_method to heartbeat.
In any case we recommend to change "wd_lifecheck_password" in PostgreSQL.
Please note that Pgpool-II 3.7.x or before are end of life and no minor updates are provided for those versions.
Pgpool-II 4.4.0 is now released. This is the first stable release of Pgpool-II 4.4.x.
V4.4 contains new features and enhancements, including:
Add new dynamic spare process management feature. This feature allows selecting between static and dynamic process management modes.
Allow to specify replication delay by time in streaming replication mode. For this purpose new parameter delay_threshold_by_time is introduced.
As PostgreSQL already does, Pgpool-II now supports unix_socket_directories, unix_socket_group and unix_socket_permissions for more flexible and precise control of UNIX domain sockets.
Allow to use comma separated multiple listen addresses in listen_addresses and pcp_listen_addresses. They control which interfaces accept connection attempts, which can help prevent repeated malicious connection requests on insecure network interfaces.
Allow to customize the command used by trusted_servers for checking upstream connection. For this purpose new parameter trusted_server_command is introduced.
Import PostgreSQL 15's SQL parser.
Speed up query cache by reducing lock contention. This allows concurrent running clients to fetch cache contents much more quicker.
V4.2 contains new features and enhancements, including:
Some items in the configuration file pgpool.conf are vastly enhanced for easier configuration and administration.
Implement logging_collector for easier log management.
Implement log_disconnections to collect disconnection logs.
Implement pg_enc and pg_md5 to allow to register multiple passwords at once.
Allow to show statistics of health check by using SHOW POOL_HEALTH_CHECK_STATS command, and also allow to show statistics of issued SQL by using SHOW POOL_BACKEND_STATS command.
New PCP command pcp_reload_config is added.
Now it is possible to omit write_function_list and read_only_function_list by looking at system catalog information.
Add new clustering mode snapshot_isolation_mode which guarantees not only data modifications to multiple PostgreSQL but read consistency.
Support LDAP authentication between clients and Pgpool-II.
Add ssl_crl_file and ssl_passphrase_command to SSL configuration.
Pgpool-II 4.1.0, 4.0.7, 3.7.12, 3.6.19, 3.5.23 and 3.4.26 RPMs Update 2 officially released (2019/11/19)
Pgpool-II 4.1.0, 4.0.7, 3.7.12, 3.6.19, 3.5.23 and 3.4.26 RPMs Update 2 are officially released.
The updated RPM packages fixed the bug which logs are not output, when log_destination = 'syslog' is configured.
Note that this is not a stable version but just for developers.
V4.4 contains new features and enhancements, including:
Add new dynamic spare process management feature. This feature allows selecting between static and dynamic process management modes.
Allow to specify replication delay by time in streaming replication mode. For this purpose new parameter delay_threshold_by_time is introduced.
As PostgreSQL already does, Pgpool-II now supports unix_socket_directories, unix_socket_group and unix_socket_permissions for more flexible and precise control of UNIX domain sockets.
Allow to use comma separated multiple listen addresses in listen_addresses and pcp_listen_addresses. They control which interfaces accept connection attempts, which can help prevent repeated malicious connection requests on insecure network interfaces.
Allow to customize the command used by trusted_servers for checking upstream connection. For this purpose new parameter trusted_server_command is introduced.
Import PostgreSQL 15's SQL parser.
Speed up query cache by reducing lock contention. This allows concurrent running clients to fetch cache contents much more quicker.
Note that this is not a stable version but just for developers.
V4.4 contains new features and enhancements, including:
Add new dynamic spare process management feature. This feature allows selecting between static and dynamic process management modes.
Allow to specify replication delay by time in streaming replication mode. For this purpose new parameter delay_threshold_by_time is introduced.
As PostgreSQL already does, Pgpool-II now supports unix_socket_directories, unix_socket_group and unix_socket_permissions for more flexible and precise control of UNIX domain sockets.
Allow to use comma separated multiple listen addresses in listen_addresses and pcp_listen_addresses. They control which interfaces accept connection attempts, which can help prevent repeated malicious connection requests on insecure network interfaces.
Allow to customize the command used by trusted_servers for checking upstream connection. For this purpose new parameter trusted_server_command is introduced.
Import PostgreSQL 15's SQL parser.
Speed up query cache by reducing lock contention. This allows concurrent running clients to fetch cache contents much more quicker.
Note that this is not a stable version but just for developers.
V4.2 contains new features and enhancements, including:
Some items in the configuration file pgpool.conf are vastly enhanced for easier configuration and administration.
Implement logging_collector for easier log management.
Implement log_disconnections to collect disconnection logs.
Implement pg_enc and pg_md5 to allow to register multiple passwords at once.
Allow to show statistics of health check by using SHOW POOL_HEALTH_CHECK_STATS command, and also allow to show statistics of issued SQL by using SHOW POOL_BACKEND_STATS command.
New PCP command pcp_reload_config is added.
Now it is possible to omit write_function_list and read_only_function_list by looking at system catalog information.
Add new clustering mode snapshot_isolation_mode which guarantees not only data modifications to multiple PostgreSQL but read consistency.
Support LDAP authentication between clients and Pgpool-II.
Add ssl_crl_file and ssl_passphrase_command to SSL configuration.
Note that this is not a stable version but just for developers.
V4.2 contains new features and enhancements, including:
Some items in the configuration file pgpool.conf are vastly enhanced for easier configuration and administration.
Implement logging_collector for easier log management.
Implement log_disconnections to collect disconnection logs.
Implement pg_enc and pg_md5 to allow to register multiple passwords at once.
Allow to show statistics of health check by using SHOW POOL_HEALTH_CHECK_STATS command, and also allow to show statistics of issued SQL by using SHOW POOL_BACKEND_STATS command.
New PCP command pcp_reload_config is added.
Now it is possible to omit write_function_list and read_only_function_list by looking at system catalog information.
Add new clustering mode snapshot_isolation_mode which guarantees not only data modifications to multiple PostgreSQL but read consistency.
Support LDAP authentication between clients and Pgpool-II.
Add ssl_crl_file and ssl_passphrase_command to SSL configuration.
Some commercial packages include Pgpool-II support. Consulting and annual support can be purchased from SRA OSS, Inc. Japan (https://www.sraoss.co.jp/index_en.php).