Product

PostgreSQL External Projects: Table of Contents

The PostgreSQL community has a number of external projects that are separate from the core project, and provide more rich capabilities for the PostgreSQL database.

Continue reading

parquet_s3_fdw: PostgreSQL Foreign Data Wrapper for Parquet S3

Summary: The parquet_s3_fdw extension is a Foreign Data Wrapper (FDW) for accessing Parquet file on local file system and Amazon S3.

Continue reading

pg_auto_failover: PostgreSQL automated failover and high availability

Summary: The pg_auto_failover is a PostgreSQL extension and service for automated failover and high availability.

Continue reading

wal2json: JSON output plugin for changeset extraction

Summary: wal2json is a JSON output plugin for changeset extraction in PostgreSQL.

Continue reading

Metrics in Linux monitoring with Prometheus

Summary: This article contains details about the metrics collected by the node_exporter.

Continue reading

Metrics in PostgreSQL monitoring with Prometheus

Summary: This article contains details about the metrics collected by the postgres_exporter.

Continue reading

repmgr: Overview

Summary: This chapter provides a high-level overview of repmgr’s components and functionality.

Continue reading

PgBouncer: Lightweight connection pooler for PostgreSQL

Summary: The PgBouncer is a lightweight connection pooler for PostgreSQL.

Continue reading

PgBouncer: FAQ

Summary: This section of documentation introduces you the frequently asked questions in PgBouncer.

Continue reading

pg_probackup: Backup and recovery manager for PostgreSQL

Summary: pg_probackup is a utility to manage backup and recovery of PostgreSQL database clusters.

Continue reading