Extensions

Detailed information for each PostgreSQL extension

timescaledb

Enables scalable inserts and complex queries for time-series data

timescaledb_toolkit

Library of analytical hyperfunctions, time-series pipelining, and other SQL utilities

timeseries

Convenience API for time series stack

periods

Provide Standard SQL functionality for PERIODs and SYSTEM VERSIONING

temporal_tables

temporal tables

emaj

Enables fine-grained write logging and time travel on subsets of the database.

table_version

PostgreSQL table versioning extension

pg_cron

Job scheduler for PostgreSQL

pg_task

execute any sql command at any specific time at background

pg_later

Run queries now and get results later

pg_background

Run SQL queries in the background

postgis

PostGIS geometry and geography spatial types and functions

postgis_topology

PostGIS topology spatial types and functions

postgis_raster

PostGIS raster types and functions

postgis_sfcgal

PostGIS SFCGAL functions

postgis_tiger_geocoder

PostGIS tiger geocoder and reverse geocoder

address_standardizer

Used to parse an address into constituent elements. Generally used to support geocoding address normalization step.

address_standardizer_data_us

Address Standardizer US dataset example

pgrouting

pgRouting Extension

pointcloud

data type for lidar point clouds

pointcloud_postgis

integration for pointcloud LIDAR data and PostGIS geometry data

h3

H3 bindings for PostgreSQL

h3_postgis

H3 PostGIS integration

q3c

q3c sky indexing plugin

ogr_fdw

foreign-data wrapper for GIS data access

geoip

IP-based geolocation query

pg_polyline

Fast Google Encoded Polyline encoding & decoding for postgres

pg_eviltransform

Coordinate transforms for BD09/GCJ02 via PostGIS ST_Transform

pg_geohash

Handle geohash based functionality for spatial coordinates

mobilitydb

MobilityDB geospatial trajectory data management & analysis platform

mobilitydb_datagen

MobilityDB random data generator functions

tzf

Fast lookup timezone name by GPS coordinates

earthdistance

calculate great-circle distances on the surface of the Earth

vector

vector data type and ivfflat and hnsw access methods

vchord

Vector database plugin for Postgres, written in Rust

vectorscale

Advanced indexing for vector data with DiskANN

vectorize

The simplest way to do vector search on Postgres

pg_similarity

support similarity queries

smlar

Effective similarity search

pg_summarize

Text Summarization using LLMs. Built using pgrx

pg_tiktoken

tiktoken tokenizer for use with OpenAI models in postgres

pg4ml

Machine learning framework for PostgreSQL

pgml

Run AL/ML workloads with SQL interface

pg_search

Full text search for PostgreSQL using BM25

pgroonga

Use Groonga as index, fast full text search platform for all languages!

pgroonga_database

PGroonga database management module

pg_bigm

create 2-gram (bigram) index for faster full text search.

zhparser

a parser for full-text search of Chinese

pg_bestmatch

Generate BM25 sparse vector inside PostgreSQL

vchord_bm25

A postgresql extension for bm25 ranking algorithm

pg_tokenizer

Tokenizers for full-text search

biscuit

IAM-LIKE pattern matching with bitmap indexing

pg_textsearch

Full-text search with BM25 ranking

pg_pinyin

Pinyin romanization and search helpers for PostgreSQL

hunspell_cs_cz

Czech Hunspell Dictionary

hunspell_de_de

German Hunspell Dictionary

hunspell_en_us

en_US Hunspell Dictionary

hunspell_fr

French Hunspell Dictionary

hunspell_ne_np

Nepali Hunspell Dictionary

hunspell_nl_nl

Dutch Hunspell Dictionary

hunspell_nn_no

Norwegian (norsk) Hunspell Dictionary

hunspell_pt_pt

Portuguese Hunspell Dictionary

hunspell_ru_ru

Russian Hunspell Dictionary

hunspell_ru_ru_aot

Russian Hunspell Dictionary (from AOT.ru group)

fuzzystrmatch

determine similarities and distance between strings

pg_trgm

text similarity measurement and index searching based on trigrams

citus

Distributed PostgreSQL as an extension

citus_columnar

Citus columnar storage engine

columnar

Hydra Columnar extension

pg_analytics

Postgres for analytics, powered by DuckDB

pg_duckdb

DuckDB Embedded in Postgres

pg_mooncake

Columnstore Table in Postgres

pg_clickhouse

Interfaces to query ClickHouse databases from PostgreSQL

duckdb_fdw

DuckDB Foreign Data Wrapper

pg_parquet

copy data between Postgres and Parquet

pg_fkpart

Table partitioning by foreign key utility

pg_partman

Extension to manage partitioned tables by time or ID

plproxy

Database partitioning implemented as procedural language

pg_strom

PG-Strom - big-data processing acceleration using GPU and NVME

tablefunc

functions that manipulate whole tables, including crosstab

age

AGE graph database extension

hll

type for storing hyperloglog data

rum

RUM index access method

pg_ai_query

AI-powered SQL query generation for PostgreSQL

pg_ttl_index

Automatic data expiration with TTL indexes

pg_graphql

Add in-database GraphQL support

pg_jsonschema

PostgreSQL extension providing JSON Schema validation

jsquery

data type for jsonb inspection

pg_hint_plan

Give PostgreSQL ability to manually force some decisions in execution plans.

hypopg

Hypothetical indexes for PostgreSQL

index_advisor

Query index advisor

plan_filter

filter statements by their execution plans.

imgsmlr

Image similarity with haar

pg_ivm

incremental view maintenance on PostgreSQL

pg_incremental

Incremental Processing by Crunchy Data

pgmb

A simple PostgreSQL Message Broker system

pgmq

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.

pgq

Generic queue for PostgreSQL

orioledb

OrioleDB, the next generation transactional engine

pg_cardano

A suite of Cardano-related tools

rdkit

Cheminformatics functionality for PostgreSQL.

omni

Advanced adapter for Postgres extensions

omni_auth

Basic session management

omni_aws

Amazon Web Services APIs (S3)

omni_cloudevents

CloudEvents support

omni_containers

Docker container management

omni_credentials

Application credential management

omni_csv

CSV toolkit

omni_datasets

Dataset provisioning

omni_email

E-mail framework

omni_http

Basic HTTP types

omni_httpc

HTTP client

omni_httpd

HTTP server

omni_id

Identity types

omni_json

JSON toolkit

omni_kube

Kubernetes (k8s) integration

omni_ledger

Financial ledger

omni_manifest

Package installation manifests

omni_mimetypes

MIME types

omni_os

Operating system integration

omni_polyfill

Postgres API polyfills

omni_python

First-class Python support

omni_regex

PCRE-compatible regular expressions

omni_rest

REST API toolkit (with PostgREST support)

omni_schema

Advanced schema management tooling

omni_seq

Distributed integer sequences

omni_service

Service management

omni_session

Session management

omni_shmem

Shared Memory Management

omni_sql

Programmatic SQL manipulation

omni_sqlite

Embedded SQLite

omni_test

Testing framework

omni_txn

Transaction management

omni_types

Advanced types

omni_var

Scoped variables

omni_vfs

Virtual File System

omni_vfs_types_v1

Virtual File System types (v1)

omni_web

Common web stack primitives

omni_worker

Generalized worker pool

omni_xml

XML toolkit

omni_yaml

YAML toolkit

bloom

bloom access method - signature file based index

pg_tle

Trusted Language Extensions for PostgreSQL

plv8

PL/JavaScript (v8) trusted procedural language

pljs

PL/JS trusted procedural language

pllua

Lua as a procedural language

hstore_pllua

Hstore transform for Lua

plluau

Lua as an untrusted procedural language

hstore_plluau

Hstore transform for untrusted Lua

plprql

Use PRQL in PostgreSQL - Pipelined Relational Query Language

pldbgapi

server-side support for debugging PL/pgSQL functions

plpgsql_check

extended check for plpgsql functions

plprofiler

server-side support for profiling PL/pgSQL functions

plsh

PL/sh procedural language

pljava

PL/Java procedural language

plr

load R interpreter and execute R script from within a database

plxslt

XSLT procedural language for PostgreSQL

pgtap

Unit testing for PostgreSQL

faker

Wrapper for the Faker Python library

dbt2

OSDL-DBT-2 test kit

pltcl

PL/Tcl procedural language

pltclu

PL/TclU untrusted procedural language

plperl

PL/Perl procedural language

bool_plperl

transform between bool and plperl

hstore_plperl

transform between hstore and plperl

jsonb_plperl

transform between jsonb and plperl

plperlu

PL/PerlU untrusted procedural language

bool_plperlu

transform between bool and plperlu

jsonb_plperlu

transform between jsonb and plperlu

hstore_plperlu

transform between hstore and plperlu

plpgsql

PL/pgSQL procedural language

plpython3u

PL/Python3U untrusted procedural language

jsonb_plpython3u

transform between jsonb and plpython3u

ltree_plpython3u

transform between ltree and plpython3u

hstore_plpython3u

transform between hstore and plpython3u

prefix

Prefix Range module for PostgreSQL

semver

Semantic version data type

unit

SI units extension

pgpdf

PDF type with meta admin & Full-Text Search

pglite_fusion

Embed an SQLite database in your PostgreSQL table

md5hash

type for storing 128-bit binary data inline

asn1oid

asn1oid extension

roaringbitmap

support for Roaring Bitmaps

pgfaceting

fast faceting queries using an inverted index

pg_sphere

spherical objects with useful functions, operators and index support

country

Country data type, ISO 3166-1

pg_xenophile

More than the bare necessities for PostgreSQL i18n and l10n.

l10n_table_dependent_extension

PostgreSQL l10n toolbox

currency

Custom PostgreSQL currency type in 1Byte

collection

Memory optimized data type to be used inside of plpglsql func

pgmp

Multiple Precision Arithmetic extension

numeral

numeral datatypes extension

pg_rational

bigint fractions

uint

unsigned integer types

uint128

Native uint128 type

hashtypes

sha1, md5 and other data types for PostgreSQL

ip4r

IPv4/v6 and IPv4/v6 range index type for PostgreSQL

pg_duration

data type for representing durations

uri

URI Data type for PostgreSQL

emailaddr

Email address type for PostgreSQL

acl

ACL Data type

debversion

Debian version number data type

pg_rrule

RRULE field type for PostgreSQL

timestamp9

timestamp nanosecond resolution

chkpass

data type for auto-encrypted passwords

isn

data types for international product numbering standards

seg

data type for representing line segments or floating-point intervals

cube

data type for multidimensional cubes

ltree

data type for hierarchical tree-like structures

hstore

data type for storing sets of (key, value) pairs

citext

data type for case-insensitive character strings

xml2

XPath querying and XSLT

gzip

gzip and gunzip functions.

bzip

Bzip compression and decompression

zstd

Zstandard compression algorithm implementation in PostgreSQL

http

HTTP client for PostgreSQL, allows web page retrieval inside the database.

pg_net

Async HTTP Requests

pg_curl

Run curl actions for data transfer in URL syntax

pg_retry

Retry SQL statements on transient errors with exponential backoff

pgjq

Use jq in Postgres

pgjwt

JSON Web Token API for Postgresql

pg_smtp_client

PostgreSQL extension to send email using SMTP

pg_html5_email_address

PostgreSQL email validation that is consistent with the HTML5 spec

url_encode

url_encode, url_decode functions

pgsql_tweaks

Some functions and views for daily usage

pg_extra_time

Some date time functions and operators that,

pgpcre

Perl Compatible Regular Expression functions

icu_ext

Access ICU functions

pgqr

QR Code generator from PostgreSQL

pg_protobuf

Protobuf support for PostgreSQL

envvar

Fetch the value of an environment variable

floatfile

Simple file storage for arrays of floats

pg_render

Render HTML in SQL

pg_readme

Generate a README.md document for a database extension or schema

pg_readme_test_extension

Test generating a README.md document for extension or schema

ddl_historization

Historize the ddl changes inside PostgreSQL database

data_historization

PLPGSQL Script to historize data in partitionned table

schedoc

Cross documentation between Django and DBT projects

hashlib

Stable hash functions for Postgres

xxhash

xxhash functions for PostgreSQL

shacrypt

Implements SHA256-CRYPT and SHA512-CRYPT password encryption schemes

cryptint

Encryption functions for int and bigint values

pguecc

uECC bindings for Postgres

sparql

Query SPARQL datasource with SQL

pg_idkit

multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)

pgx_ulid

ulid type and methods

pg_uuidv7

Create UUIDv7 values in postgres

permuteseq

Pseudo-randomly permute sequences with a format-preserving encryption on elements

pg_hashids

Short unique id generator for PostgreSQL, using hashids

sequential_uuids

generator of sequential UUIDs

typeid

Allows to use TypeIDs in Postgres natively

snowflake

Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL

topn

type for top-n JSONB

quantile

Quantile aggregation function

lower_quantile

Lower quantile aggregate function

count_distinct

An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate

omnisketch

data structure for on-line agg of data into approximate sketch

ddsketch

Provides ddsketch aggregate function

vasco

discover hidden correlations in your data with MIC

xicor

XI Correlation Coefficient in Postgres

weighted_statistics

High-performance weighted statistics functions for sparse data

tdigest

Provides tdigest aggregate function.

first_last_agg

first() and last() aggregate functions

extra_window_functions

Extra Window Functions for PostgreSQL

floatvec

Math for vectors (arrays) of numbers

aggs_for_vecs

Aggregate functions for array inputs

aggs_for_arrays

Various functions for computing statistics on arrays of numbers

pg_csv

Flexible CSV processing for Postgres

arraymath

Array math and operators that work element by element on the contents of arrays

pg_math

GSL statistical functions for postgresql

random

random data generator

base36

Integer Base36 types

base62

Base62 extension for PostgreSQL

pg_base58

Base58 Encoder/Decoder Extension for PostgreSQL

financial

Financial aggregate functions

convert

conversion functions for spatial, routing and other specialized uses

refint

functions for implementing referential integrity (obsolete)

autoinc

functions for autoincrementing fields

insert_username

functions for tracking who changed a table

moddatetime

functions for tracking last modification time

tsm_system_time

TABLESAMPLE method which accepts time in milliseconds as a limit

dict_xsyn

text search dictionary template for extended synonym processing

tsm_system_rows

TABLESAMPLE method which accepts number of rows as a limit

tcn

Triggered change notifications

uuid-ossp

generate universally unique identifiers (UUIDs)

btree_gist

support for indexing common datatypes in GiST

btree_gin

support for indexing common datatypes in GIN

intarray

functions, operators, and index support for 1-D arrays of integers

intagg

integer aggregator and enumerator (obsolete)

dict_int

text search dictionary template for integers

unaccent

text search dictionary that removes accents

pg_repack

Reorganize tables in PostgreSQL databases with minimal locks

pg_rewrite

Tool allows read write to the table during the rewriting

pg_squeeze

A tool to remove unused space from a relation.

pg_dirtyread

Read dead but unvacuumed rows from table

pgfincore

examine and manage the os buffer cache

pg_cooldown

remove buffered pages for specific relations

ddlx

DDL eXtractor functions

pglinter

PostgreSQL Linting and Analysis Extension

prioritize

get and set the priority of PostgreSQL backends

pg_checksums

Activate/deactivate/verify checksums in offline Postgres clusters

pg_readonly

cluster database read only

pgdd

Introspect pg data dictionary via standard SQL

pg_permissions

view object permissions and compare them with the desired state

pgautofailover

pg_auto_failover

pg_catcheck

Diagnosing system catalog corruption

pre_prepare

Pre Prepare your Statement server side

pg_upless

Detect Useless UPDATE

pgcozy

Pre-warming shared buffers according to previous pg_buffercache snapshots for PostgreSQL.

pg_orphaned

Deal with orphaned files

pg_crash

Send random signals to random processes

pg_cheat_funcs

Provides cheat (but useful) functions

fio

PostgreSQL File I/O Functions

qos

QoS resource governor extension for PostgreSQL sessions and queries

pg_savior

Postgres extension to save OOPS mistakes

safeupdate

Require criteria for UPDATE and DELETE

pg_strict

Prevent dangerous UPDATE and DELETE without WHERE clause

pg_drop_events

logs transaction ids of drop table, drop column, drop materialized view statements

table_log

record table modification logs and PITR for table/row

pgagent

A PostgreSQL job scheduler

pg_prewarm

prewarm relation data

pgpool_adm

Administrative functions for pgPool

pgpool_recovery

recovery functions for pgpool-II for V4.3

pgpool_regclass

replacement for regclass

lo

Large Object maintenance

basic_archive

an example of an archive module

basebackup_to_shell

adds a custom basebackup target called shell

old_snapshot

utilities in support of old_snapshot_threshold

adminpack

administrative functions for PostgreSQL

amcheck

functions for verifying relation integrity

pg_surgery

extension to perform surgery on a damaged relation

pg_profile

PostgreSQL load profile repository and report builder

pg_tracing

Distributed Tracing for PostgreSQL

pg_show_plans

show query plans of all currently running SQL statements

pg_stat_kcache

Kernel statistics gathering

pg_stat_monitor

The pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information.

pg_qualstats

An extension collecting statistics about quals

pg_store_plans

track plan statistics of all SQL statements executed

pg_track_settings

Track settings changes

pg_track_optimizer

Track planning decisions in comparison with execution reality

pg_wait_sampling

sampling based statistics of wait events

pgsentinel

active session history

system_stats

EnterpriseDB system statistics for PostgreSQL

meta

Normalized, friendlier system catalog for PostgreSQL

pgnodemx

Capture node OS metrics via SQL queries

pg_proctab

PostgreSQL extension to access the OS process table

pg_sqlog

Provide SQL interface to logs

bgw_replstatus

Small PostgreSQL background worker to report whether a node is a replication master or standby

pgmeminfo

show memory usage

toastinfo

show details on toasted datums

explain_ui

easily jump into a visual plan UI for any SQL query

pg_relusage

Log all the queries that reference a particular column

pagevis

Visualise database pages in ascii code

powa

PostgreSQL Workload Analyser-core

pg_overexplain

Allow EXPLAIN to dump even more details

pg_logicalinspect

Logical decoding components inspection

pageinspect

inspect the contents of database pages at a low level

pgrowlocks

show row-level locking information

sslinfo

information about SSL certificates

pg_buffercache

examine the shared buffer cache

pg_walinspect

functions to inspect contents of PostgreSQL Write-Ahead Log

pg_freespacemap

examine the free space map (FSM)

pg_visibility

examine the visibility map (VM) and page-level visibility info

pgstattuple

show tuple-level statistics

auto_explain

Provides a means for logging execution plans of slow statements automatically

pg_stat_statements

track planning and execution statistics of all SQL statements executed

passwordcheck_cracklib

Strengthen PostgreSQL user password checks with cracklib

supautils

Extension that secures a cluster on a cloud environment

pgsodium

Postgres extension for libsodium functions

supabase_vault

Supabase Vault Extension

pg_session_jwt

Manage authentication sessions using JWTs

anon

PostgreSQL Anonymizer (anon) extension

pgsmcrypto

PostgreSQL SM Algorithm Extension

pg_enigma

Encrypted postgres data type

pgaudit

provides auditing functionality

pgauditlogtofile

pgAudit addon to redirect audit log to an independent file

pg_auditor

Audit data changes and provide flashback ability

logerrors

Function for collecting statistics about messages in logfile

pg_auth_mon

monitor connection attempts per user

pg_jobmon

Extension for logging and monitoring functions in PostgreSQL

credcheck

credcheck - postgresql plain text credential checker

pgcryptokey

cryptographic key management

pg_pwhash

Advanced password hashing methods for PostgreSQL

login_hook

login_hook - hook to execute login_hook.login() at login time

set_user

similar to SET ROLE but with added logging

pg_snakeoil

The PostgreSQL Antivirus

pgextwlist

PostgreSQL Extension Whitelisting

sslutils

A Postgres extension for managing SSL certificates through SQL

noset

Module for blocking SET variables for non-super users.

pg_tde

Percona pg_tde access method

sepgsql

label-based mandatory access control (MAC) based on SELinux security policy.

auth_delay

pause briefly before reporting authentication failure

pgcrypto

cryptographic functions

passwordcheck

checks user passwords and reject weak password

wrappers

Foreign data wrappers developed by Supabase

multicorn

Fetch foreign data in Python in your PostgreSQL server.

odbc_fdw

Foreign data wrapper for accessing remote databases using ODBC

jdbc_fdw

foreign-data wrapper for remote servers available over JDBC

pgspider_ext

foreign-data wrapper for remote PGSpider servers

mysql_fdw

Foreign data wrapper for querying a MySQL server

oracle_fdw

foreign data wrapper for Oracle access

tds_fdw

Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)

db2_fdw

foreign data wrapper for DB2 access

sqlite_fdw

SQLite Foreign Data Wrapper

pgbouncer_fdw

Extension for querying PgBouncer stats from normal SQL views & running pgbouncer commands from normal SQL functions

etcd_fdw

Foreign data wrapper for etcd

informix_fdw

Foreign data wrapper for Informix access

nominatim_fdw

Nominatim Foreign Data Wrapper for PostgreSQL

mongo_fdw

foreign data wrapper for MongoDB access

redis_fdw

Foreign data wrapper for querying a Redis server

redis

Send redis pub/sub messages to Redis from PostgreSQL Directly

kafka_fdw

kafka Foreign Data Wrapper for CSV formatted messages

hdfs_fdw

foreign-data wrapper for remote hdfs servers

firebird_fdw

Foreign data wrapper for Firebird

aws_s3

aws_s3 postgres extension to import/export data from/to s3

log_fdw

foreign-data wrapper for Postgres log file access

dblink

connect to other PostgreSQL databases from within a database

file_fdw

foreign-data wrapper for flat file access

postgres_fdw

foreign-data wrapper for remote PostgreSQL servers

documentdb

API surface for DocumentDB for PostgreSQL

documentdb_core

Core API surface for DocumentDB for PostgreSQL

documentdb_distributed

Multi-Node API surface for DocumentDB

documentdb_extended_rum

DocumentDB Extended RUM index access method

orafce

Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS

pgtt

Extension to add Global Temporary Tables feature to PostgreSQL

session_variable

Registration and manipulation of session variables and constants

pg_statement_rollback

Server side rollback at statement level for PostgreSQL like Oracle or DB2

ivorysql_ora

Oracle Compatible extension on Postgres Database

ora_btree_gin

Support for indexing oracle datatypes in GIN

ora_btree_gist

Support for oracle indexing common datatypes in GiST

pg_get_functiondef

Get function’s definition

plisql

PL/iSQL procedural language

gb18030_2022

Support GB18030-2022 and UTF-8 conversion

pg_dbms_metadata

Extension to add Oracle DBMS_METADATA compatibility to PostgreSQL

pg_dbms_lock

Extension to add Oracle DBMS_LOCK full compatibility to PostgreSQL

pg_dbms_job

Extension to add Oracle DBMS_JOB full compatibility to PostgreSQL

pg_dbms_errlog

Emulate DBMS_ERRLOG Oracle module to log DML errors in a dedicated table.

pg_utl_smtp

Oracle UTL_SMTP compatibility extension for PostgreSQL

babelfishpg_common

SQL Server Transact SQL Datatype Support

babelfishpg_tsql

SQL Server Transact SQL compatibility

babelfishpg_tds

SQL Server TDS protocol extension

babelfishpg_money

SQL Server Money Data Type

spat

Redis-like In-Memory DB Embedded in Postgres

pgmemcache

memcached interface

aux_mysql

MySQL Supplementary Extension

pglogical

PostgreSQL Logical Replication

pglogical_origin

Dummy extension for compatibility when upgrading from Postgres 9.4

pglogical_ticker

Have an accurate view on pglogical replication delay

pgl_ddl_deploy

automated ddl deployment using pglogical

pg_failover_slots

PG Failover Slots extension

db_migrator

Tools to migrate other databases to PostgreSQL

pgactive

Active-Active Replication Extension for PostgreSQL

spock

Multi-master logical replication extension for PostgreSQL

lolor

Logical-replication-friendly replacement for PostgreSQL large objects

wal2json

Changing data capture in JSON format

wal2mongo

PostgreSQL logical decoding output plugin for MongoDB

decoderbufs

Logical decoding plugin that delivers WAL stream changes using a Protocol Buffer format

decoder_raw

Output plugin for logical replication in Raw SQL format

mimeo

Extension for specialized, per-table replication between PostgreSQL instances

repmgr

Replication manager for PostgreSQL

pg_fact_loader

build fact tables with Postgres

pg_bulkload

pg_bulkload is a high speed data loading utility for PostgreSQL

test_decoding

SQL-based test/example module for WAL logical decoding

pgoutput

Logical Replication output plugin


Last Modified 2026-03-13: supress ext rss generation (da77a80)