1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: pgagroal
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
cmake (>= 3.14.0),
debhelper-compat (= 13),
libcjson-dev,
libev-dev,
libssl-dev,
libsystemd-dev,
postgresql-all,
python3-docutils,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/agroal/pgagroal
Vcs-Browser: https://salsa.debian.org/postgresql/pgagroal
Vcs-Git: https://salsa.debian.org/postgresql/pgagroal.git
Package: pgagroal
Architecture: any
Depends:
postgresql-common,
${misc:Depends},
${shlibs:Depends},
Description: High-performance connection pool for PostgreSQL
pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
.
Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
.
Features:
* High performance
* Connection pool
* Limit connections for users and databases
* Prefill support
* Remove idle connections
* Perform connection validation
* Enable / disable database access
* Graceful / fast shutdown
* Prometheus support
* Grafana 8 dashboard
* Remote management
* Authentication query support
* Failover support
* Transport Layer Security (TLS) v1.2+ support
* Daemon mode
* User vault
|