Percona Distribution for PostgreSQL 11 Documentation¶
Percona Distribution for PostgreSQL is a collection of tools to assist you in managing your PostgreSQL database system: it installs PostgreSQL and complements it by a selection of extensions that enable solving essential practical tasks efficiently:
-
pg_repack rebuilds PostgreSQL database objects
-
pgAudit provides detailed session or object audit logging via the standard PostgreSQL logging facility
-
pgBackRest is a backup and restore solution for PostgreSQL
-
Patroni is a HA (High Availability) solution for PostgreSQL.
-
pg_stat_monitor collects and aggregates statistics for PostgreSQL and provides histogram information.
-
wal2json - a PostgreSQL logical decoding JSON output plugin
-
HAProxy - a high-availability and load-balancing solution
-
A collection of additional PostgreSQL contrib extensions
See also
Blog Posts
Percona Distribution for PostgreSQL is also shipped with the libpq library. It contains “a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries.” 1
Installation and Upgrade¶
Extensions¶
Solutions¶
Uninstall Percona Distribution for PostgreSQL¶
Release Notes¶
Reference¶
-
https://www.postgresql.org/docs/11/libpq.html ↩