connection pool server for PostgreSQL
pgpool-II is a middleware that sits between PostgreSQL servers and a PostgreSQL database client. It provides the following features: + Connection Pooling + Replication + Load Balance + Limiting Exceeding Connections + Parallel Query
Homepage: https://www.pgpool.net/
Maintainer: Pierre-Emmanuel Andre <pea@openbsd.org>