Extensions

This page lists PostgreSQL extensions supported by Pigsty and their availability overview.

Pigsty extension data is synchronized from ~/pgsty/pgext/content/list/ext.md and ~/pgsty/pgext/db/extension.csv. For full details, see PGEXT.CLOUD.

There are currently 451 available PostgreSQL extensions.

TIME

ExtensionVersionCategoryDescription
timescaledb2.25.0TIMEEnables scalable inserts and complex queries for time-series data
timescaledb_toolkit1.22.0TIMELibrary of analytical hyperfunctions, time-series pipelining, and other SQL utilities
timeseries0.2.0TIMEConvenience API for time series stack
periods1.2.3TIMEProvide Standard SQL functionality for PERIODs and SYSTEM VERSIONING
temporal_tables1.2.2TIMEtemporal tables
emaj4.7.1TIMEEnables fine-grained write logging and time travel on subsets of the database.
table_version1.11.1TIMEPostgreSQL table versioning extension
pg_cron1.6.7TIMEJob scheduler for PostgreSQL
pg_task1.0.0TIMEexecute any sql command at any specific time at background
pg_later0.4.0TIMERun queries now and get results later
pg_background1.6TIMERun SQL queries in the background

GIS

ExtensionVersionCategoryDescription
postgis3.6.2GISPostGIS geometry and geography spatial types and functions
postgis_topology3.6.2GISPostGIS topology spatial types and functions
postgis_raster3.6.2GISPostGIS raster types and functions
postgis_sfcgal3.6.2GISPostGIS SFCGAL functions
postgis_tiger_geocoder3.6.2GISPostGIS tiger geocoder and reverse geocoder
address_standardizer3.6.2GISUsed to parse an address into constituent elements. Generally used to support geocoding address normalization step.
address_standardizer_data_us3.6.2GISAddress Standardizer US dataset example
pgrouting4.0.1GISpgRouting Extension
pointcloud1.2.5GISdata type for lidar point clouds
pointcloud_postgis1.2.5GISintegration for pointcloud LIDAR data and PostGIS geometry data
h34.2.3GISH3 bindings for PostgreSQL
h3_postgis4.2.3GISH3 PostGIS integration
q3c2.0.1GISq3c sky indexing plugin
ogr_fdw1.1.7GISforeign-data wrapper for GIS data access
geoip0.3.0GISIP-based geolocation query
pg_polyline0.0.1GISFast Google Encoded Polyline encoding & decoding for postgres
pg_geohash1.0GISHandle geohash based functionality for spatial coordinates
mobilitydb1.3.0GISMobilityDB geospatial trajectory data management & analysis platform
mobilitydb_datagen1.3.0GISMobilityDB random data generator functions
tzf0.2.3GISFast lookup timezone name by GPS coordinates
earthdistance1.2GIScalculate great-circle distances on the surface of the Earth

RAG

ExtensionVersionCategoryDescription
vector0.8.1RAGvector data type and ivfflat and hnsw access methods
vchord1.1.0RAGVector database plugin for Postgres, written in Rust
vectorscale0.9.0RAGAdvanced indexing for vector data with DiskANN
vectorize0.26.0RAGThe simplest way to do vector search on Postgres
pg_similarity1.0RAGsupport similarity queries
smlar1.0RAGEffective similarity search
pg_summarize0.0.1RAGText Summarization using LLMs. Built using pgrx
pg_tiktoken0.0.1RAGtiktoken tokenizer for use with OpenAI models in postgres
pg4ml2.0RAGMachine learning framework for PostgreSQL
pgml2.10.0RAGRun AL/ML workloads with SQL interface

FTS

ExtensionVersionCategoryDescription
pg_search0.21.7FTSFull text search for PostgreSQL using BM25
pgroonga4.0.4FTSUse Groonga as index, fast full text search platform for all languages!
pgroonga_database4.0.4FTSPGroonga database management module
pg_bigm1.2FTScreate 2-gram (bigram) index for faster full text search.
zhparser2.3FTSa parser for full-text search of Chinese
pg_bestmatch0.0.2FTSGenerate BM25 sparse vector inside PostgreSQL
vchord_bm250.3.0FTSA postgresql extension for bm25 ranking algorithm
pg_tokenizer0.1.1FTSTokenizers for full-text search
biscuit2.2.2FTSIAM-LIKE pattern matching with bitmap indexing
pg_textsearch0.5.0FTSFull-text search with BM25 ranking
hunspell_cs_cz1.0FTSCzech Hunspell Dictionary
hunspell_de_de1.0FTSGerman Hunspell Dictionary
hunspell_en_us1.0FTSen_US Hunspell Dictionary
hunspell_fr1.0FTSFrench Hunspell Dictionary
hunspell_ne_np1.0FTSNepali Hunspell Dictionary
hunspell_nl_nl1.0FTSDutch Hunspell Dictionary
hunspell_nn_no1.0FTSNorwegian (norsk) Hunspell Dictionary
hunspell_pt_pt1.0FTSPortuguese Hunspell Dictionary
hunspell_ru_ru1.0FTSRussian Hunspell Dictionary
hunspell_ru_ru_aot1.0FTSRussian Hunspell Dictionary (from AOT.ru group)
fuzzystrmatch1.2FTSdetermine similarities and distance between strings
pg_trgm1.6FTStext similarity measurement and index searching based on trigrams

OLAP

ExtensionVersionCategoryDescription
citus14.0.0OLAPDistributed PostgreSQL as an extension
citus_columnar14.0.0OLAPCitus columnar storage engine
columnar1.1.2OLAPHydra Columnar extension
pg_analytics0.3.7OLAPPostgres for analytics, powered by DuckDB
pg_duckdb1.1.1OLAPDuckDB Embedded in Postgres
pg_mooncake0.2.0OLAPColumnstore Table in Postgres
pg_clickhouse0.1.3OLAPInterfaces to query ClickHouse databases from PostgreSQL
duckdb_fdw1.1.2OLAPDuckDB Foreign Data Wrapper
pg_parquet0.5.1OLAPcopy data between Postgres and Parquet
pg_fkpart1.7.0OLAPTable partitioning by foreign key utility
pg_partman5.4.1OLAPExtension to manage partitioned tables by time or ID
plproxy2.11.0OLAPDatabase partitioning implemented as procedural language
pg_strom6.1OLAPPG-Strom - big-data processing acceleration using GPU and NVME
tablefunc1.0OLAPfunctions that manipulate whole tables, including crosstab

FEAT

ExtensionVersionCategoryDescription
age1.7.0FEATAGE graph database extension
hll2.19FEATtype for storing hyperloglog data
rum1.3.15FEATRUM index access method
pg_ai_query0.1.1FEATAI-powered SQL query generation for PostgreSQL
pg_ttl_index2.0.0FEATAutomatic data expiration with TTL indexes
pg_graphql1.5.12FEATAdd in-database GraphQL support
pg_jsonschema0.3.4FEATPostgreSQL extension providing JSON Schema validation
jsquery1.2FEATdata type for jsonb inspection
pg_hint_plan1.8.0FEATGive PostgreSQL ability to manually force some decisions in execution plans.
hypopg1.4.2FEATHypothetical indexes for PostgreSQL
index_advisor0.2.0FEATQuery index advisor
plan_filter0.0.1FEATfilter statements by their execution plans.
imgsmlr1.0FEATImage similarity with haar
pg_ivm1.13FEATincremental view maintenance on PostgreSQL
pg_incremental1.4.1FEATIncremental Processing by Crunchy Data
pgmb1.0.0FEATA simple PostgreSQL Message Broker system
pgmq1.10.0FEATA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
pgq3.5.1FEATGeneric queue for PostgreSQL
orioledb1.5FEATOrioleDB, the next generation transactional engine
pg_cardano1.1.1FEATA suite of Cardano-related tools
rdkit202503.1FEATCheminformatics functionality for PostgreSQL.
omni0.2.14FEATAdvanced adapter for Postgres extensions
omni_auth0.1.3FEATBasic session management
omni_aws0.1.2FEATAmazon Web Services APIs (S3)
omni_cloudevents0.1.0FEATCloudEvents support
omni_containers0.2.0FEATDocker container management
omni_credentials0.2.0FEATApplication credential management
omni_csv0.1.1FEATCSV toolkit
omni_datasets0.1.0FEATDataset provisioning
omni_email0.1.0FEATE-mail framework
omni_http0.1.0FEATBasic HTTP types
omni_httpc0.1.10FEATHTTP client
omni_httpd0.4.11FEATHTTP server
omni_id0.4.3FEATIdentity types
omni_json0.1.1FEATJSON toolkit
omni_kube0.4.2FEATKubernetes (k8s) integration
omni_ledger0.1.3FEATFinancial ledger
omni_manifest0.1.2FEATPackage installation manifests
omni_mimetypes0.1.0FEATMIME types
omni_os0.1.1FEATOperating system integration
omni_polyfill0.2.2FEATPostgres API polyfills
omni_python0.1.1FEATFirst-class Python support
omni_regex0.1.0FEATPCRE-compatible regular expressions
omni_rest0.1.1FEATREST API toolkit (with PostgREST support)
omni_schema0.3.0FEATAdvanced schema management tooling
omni_seq0.1.1FEATDistributed integer sequences
omni_service0.1.0FEATService management
omni_session0.2.0FEATSession management
omni_shmem0.1.0FEATShared Memory Management
omni_sql0.5.3FEATProgrammatic SQL manipulation
omni_sqlite0.2.2FEATEmbedded SQLite
omni_test0.4.0FEATTesting framework
omni_txn0.5.0FEATTransaction management
omni_types0.3.6FEATAdvanced types
omni_var0.3.0FEATScoped variables
omni_vfs0.2.2FEATVirtual File System
omni_vfs_types_v10.1.0FEATVirtual File System types (v1)
omni_web0.3.0FEATCommon web stack primitives
omni_worker0.2.1FEATGeneralized worker pool
omni_xml0.1.2FEATXML toolkit
omni_yaml0.1.0FEATYAML toolkit
bloom1.0FEATbloom access method - signature file based index

LANG

ExtensionVersionCategoryDescription
pg_tle1.5.2LANGTrusted Language Extensions for PostgreSQL
plv83.2.4LANGPL/JavaScript (v8) trusted procedural language
pljs1.0.5LANGPL/JS trusted procedural language
pllua2.0.12LANGLua as a procedural language
hstore_pllua2.0.12LANGHstore transform for Lua
plluau2.0.12LANGLua as an untrusted procedural language
hstore_plluau2.0.12LANGHstore transform for untrusted Lua
plprql18.0.1LANGUse PRQL in PostgreSQL - Pipelined Relational Query Language
pldbgapi1.9LANGserver-side support for debugging PL/pgSQL functions
plpgsql_check2.8.8LANGextended check for plpgsql functions
plprofiler4.2.5LANGserver-side support for profiling PL/pgSQL functions
plsh1.20220917LANGPL/sh procedural language
pljava1.6.10LANGPL/Java procedural language
plr8.4.8LANGload R interpreter and execute R script from within a database
plxslt0.20140221LANGXSLT procedural language for PostgreSQL
pgtap1.3.4LANGUnit testing for PostgreSQL
faker0.5.3LANGWrapper for the Faker Python library
dbt20.61.7LANGOSDL-DBT-2 test kit
pltcl1.0LANGPL/Tcl procedural language
pltclu1.0LANGPL/TclU untrusted procedural language
plperl1.0LANGPL/Perl procedural language
bool_plperl1.0LANGtransform between bool and plperl
hstore_plperl1.0LANGtransform between hstore and plperl
jsonb_plperl1.0LANGtransform between jsonb and plperl
plperlu1.0LANGPL/PerlU untrusted procedural language
bool_plperlu1.0LANGtransform between bool and plperlu
jsonb_plperlu1.0LANGtransform between jsonb and plperlu
hstore_plperlu1.0LANGtransform between hstore and plperlu
plpgsql1.0LANGPL/pgSQL procedural language
plpython3u1.0LANGPL/Python3U untrusted procedural language
jsonb_plpython3u1.0LANGtransform between jsonb and plpython3u
ltree_plpython3u1.0LANGtransform between ltree and plpython3u
hstore_plpython3u1.0LANGtransform between hstore and plpython3u

TYPE

ExtensionVersionCategoryDescription
prefix1.2.10TYPEPrefix Range module for PostgreSQL
semver0.41.0TYPESemantic version data type
unit7.10TYPESI units extension
pgpdf0.1.0TYPEPDF type with meta admin & Full-Text Search
pglite_fusion0.0.6TYPEEmbed an SQLite database in your PostgreSQL table
md5hash1.0.1TYPEtype for storing 128-bit binary data inline
asn1oid1.6TYPEasn1oid extension
roaringbitmap1.1.0TYPEsupport for Roaring Bitmaps
pgfaceting0.2.0TYPEfast faceting queries using an inverted index
pg_sphere1.5.2TYPEspherical objects with useful functions, operators and index support
country0.0.3TYPECountry data type, ISO 3166-1
pg_xenophile0.8.3TYPEMore than the bare necessities for PostgreSQL i18n and l10n.
l10n_table_dependent_extension0.8.3TYPEPostgreSQL l10n toolbox
currency0.0.3TYPECustom PostgreSQL currency type in 1Byte
collection1.1.1TYPEMemory optimized data type to be used inside of plpglsql func
pgmp1.0.5TYPEMultiple Precision Arithmetic extension
numeral1.3TYPEnumeral datatypes extension
pg_rational0.0.2TYPEbigint fractions
uint1.20250815TYPEunsigned integer types
uint1281.2.0TYPENative uint128 type
hashtypes0.1.5TYPEsha1, md5 and other data types for PostgreSQL
ip4r2.4.2TYPEIPv4/v6 and IPv4/v6 range index type for PostgreSQL
pg_duration1.0.2TYPEdata type for representing durations
uri1.20251029TYPEURI Data type for PostgreSQL
emailaddr0TYPEEmail address type for PostgreSQL
acl1.0.4TYPEACL Data type
debversion1.2.0TYPEDebian version number data type
pg_rrule0.3.0TYPERRULE field type for PostgreSQL
timestamp91.4.0TYPEtimestamp nanosecond resolution
chkpass1.0TYPEdata type for auto-encrypted passwords
isn1.2TYPEdata types for international product numbering standards
seg1.4TYPEdata type for representing line segments or floating-point intervals
cube1.5TYPEdata type for multidimensional cubes
ltree1.3TYPEdata type for hierarchical tree-like structures
hstore1.8TYPEdata type for storing sets of (key, value) pairs
citext1.6TYPEdata type for case-insensitive character strings
xml21.1TYPEXPath querying and XSLT

UTIL

ExtensionVersionCategoryDescription
gzip1.0.0UTILgzip and gunzip functions.
bzip1.0.0UTILBzip compression and decompression
zstd1.1.2UTILZstandard compression algorithm implementation in PostgreSQL
http1.7.0UTILHTTP client for PostgreSQL, allows web page retrieval inside the database.
pg_net0.20.2UTILAsync HTTP Requests
pg_curl2.4.5UTILRun curl actions for data transfer in URL syntax
pg_retry1.0.0UTILRetry SQL statements on transient errors with exponential backoff
pgjq0.1.0UTILUse jq in Postgres
pgjwt0.2.0UTILJSON Web Token API for Postgresql
pg_smtp_client0.2.1UTILPostgreSQL extension to send email using SMTP
pg_html5_email_address1.2.3UTILPostgreSQL email validation that is consistent with the HTML5 spec
url_encode1.2.5UTILurl_encode, url_decode functions
pgsql_tweaks1.0.2UTILSome functions and views for daily usage
pg_extra_time2.0.0UTILSome date time functions and operators that,
pgpcre0.20190509UTILPerl Compatible Regular Expression functions
icu_ext1.10.0UTILAccess ICU functions
pgqr1.0UTILQR Code generator from PostgreSQL
pg_protobuf1.0UTILProtobuf support for PostgreSQL
envvar1.0.1UTILFetch the value of an environment variable
floatfile1.3.1UTILSimple file storage for arrays of floats
pg_render0.1.3UTILRender HTML in SQL
pg_readme0.7.0UTILGenerate a README.md document for a database extension or schema
pg_readme_test_extension0.7.0UTILTest generating a README.md document for extension or schema
ddl_historization0.0.7UTILHistorize the ddl changes inside PostgreSQL database
data_historization1.1.0UTILPLPGSQL Script to historize data in partitionned table
schedoc0.0.1UTILCross documentation between Django and DBT projects
hashlib1.1UTILStable hash functions for Postgres
xxhash0.0.1UTILxxhash functions for PostgreSQL
shacrypt1.1UTILImplements SHA256-CRYPT and SHA512-CRYPT password encryption schemes
cryptint1.0.0UTILEncryption functions for int and bigint values
pguecc1.0UTILuECC bindings for Postgres
sparql1.0UTILQuery SPARQL datasource with SQL

FUNC

ExtensionVersionCategoryDescription
pg_idkit0.4.0FUNCmulti-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)
pgx_ulid0.2.2FUNCulid type and methods
pg_uuidv71.7.0FUNCCreate UUIDv7 values in postgres
permuteseq1.2.2FUNCPseudo-randomly permute sequences with a format-preserving encryption on elements
pg_hashids1.3FUNCShort unique id generator for PostgreSQL, using hashids
sequential_uuids1.0.3FUNCgenerator of sequential UUIDs
typeid0.3.0FUNCAllows to use TypeIDs in Postgres natively
topn2.7.0FUNCtype for top-n JSONB
quantile1.1.8FUNCQuantile aggregation function
lower_quantile1.0.3FUNCLower quantile aggregate function
count_distinct3.0.2FUNCAn alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate
omnisketch1.0.2FUNCdata structure for on-line agg of data into approximate sketch
ddsketch1.0.1FUNCProvides ddsketch aggregate function
vasco0.1.0FUNCdiscover hidden correlations in your data with MIC
xicor0.1.0FUNCXI Correlation Coefficient in Postgres
weighted_statistics1.0.0FUNCHigh-performance weighted statistics functions for sparse data
tdigest1.4.3FUNCProvides tdigest aggregate function.
first_last_agg0.1.4FUNCfirst() and last() aggregate functions
extra_window_functions1.0FUNCExtra Window Functions for PostgreSQL
floatvec1.1.1FUNCMath for vectors (arrays) of numbers
aggs_for_vecs1.4.0FUNCAggregate functions for array inputs
aggs_for_arrays1.3.3FUNCVarious functions for computing statistics on arrays of numbers
pg_csv1.0.1FUNCFlexible CSV processing for Postgres
arraymath1.1FUNCArray math and operators that work element by element on the contents of arrays
pg_math1.1.0FUNCGSL statistical functions for postgresql
random2.0.0FUNCrandom data generator
base361.0.0FUNCInteger Base36 types
base620.0.1FUNCBase62 extension for PostgreSQL
pg_base580.0.1FUNCBase58 Encoder/Decoder Extension for PostgreSQL
financial1.0.1FUNCFinancial aggregate functions
convert0.1.0FUNCconversion functions for spatial, routing and other specialized uses
refint1.0FUNCfunctions for implementing referential integrity (obsolete)
autoinc1.0FUNCfunctions for autoincrementing fields
insert_username1.0FUNCfunctions for tracking who changed a table
moddatetime1.0FUNCfunctions for tracking last modification time
tsm_system_time1.0FUNCTABLESAMPLE method which accepts time in milliseconds as a limit
dict_xsyn1.0FUNCtext search dictionary template for extended synonym processing
tsm_system_rows1.0FUNCTABLESAMPLE method which accepts number of rows as a limit
tcn1.0FUNCTriggered change notifications
uuid-ossp1.1FUNCgenerate universally unique identifiers (UUIDs)
btree_gist1.7FUNCsupport for indexing common datatypes in GiST
btree_gin1.3FUNCsupport for indexing common datatypes in GIN
intarray1.5FUNCfunctions, operators, and index support for 1-D arrays of integers
intagg1.1FUNCinteger aggregator and enumerator (obsolete)
dict_int1.0FUNCtext search dictionary template for integers
unaccent1.1FUNCtext search dictionary that removes accents

ADMIN

ExtensionVersionCategoryDescription
pg_repack1.5.3ADMINReorganize tables in PostgreSQL databases with minimal locks
pg_rewrite2.0.0ADMINTool allows read write to the table during the rewriting
pg_squeeze1.9.1ADMINA tool to remove unused space from a relation.
pg_dirtyread2.7ADMINRead dead but unvacuumed rows from table
pgfincore1.3.1ADMINexamine and manage the os buffer cache
pg_cooldown0.1ADMINremove buffered pages for specific relations
ddlx0.30ADMINDDL eXtractor functions
pglinter1.1.0ADMINPostgreSQL Linting and Analysis Extension
prioritize1.0.4ADMINget and set the priority of PostgreSQL backends
pg_checksums1.3ADMINActivate/deactivate/verify checksums in offline Postgres clusters
pg_readonly1.0.4ADMINcluster database read only
pgdd0.6.1ADMINIntrospect pg data dictionary via standard SQL
pg_permissions1.4ADMINview object permissions and compare them with the desired state
pgautofailover2.2ADMINpg_auto_failover
pg_catcheck1.6.0ADMINDiagnosing system catalog corruption
pre_prepare0.9ADMINPre Prepare your Statement server side
pg_upless0.0.3ADMINDetect Useless UPDATE
pgcozy1.0ADMINPre-warming shared buffers according to previous pg_buffercache snapshots for PostgreSQL.
pg_orphaned1.0ADMINDeal with orphaned files
pg_crash1.0ADMINSend random signals to random processes
pg_cheat_funcs1.0ADMINProvides cheat (but useful) functions
fio1.0ADMINPostgreSQL File I/O Functions
pg_savior0.0.1ADMINPostgres extension to save OOPS mistakes
safeupdate1.5ADMINRequire criteria for UPDATE and DELETE
pg_strict1.0.2ADMINPrevent dangerous UPDATE and DELETE without WHERE clause
pg_drop_events0.1.0ADMINlogs transaction ids of drop table, drop column, drop materialized view statements
table_log0.6.4ADMINrecord table modification logs and PITR for table/row
pgagent4.2.3ADMINA PostgreSQL job scheduler
pg_prewarm1.2ADMINprewarm relation data
pgpool_adm4.7.0ADMINAdministrative functions for pgPool
pgpool_recovery4.7.0ADMINrecovery functions for pgpool-II for V4.3
pgpool_regclass4.7.0ADMINreplacement for regclass
lo1.1ADMINLarge Object maintenance
basic_archive-ADMINan example of an archive module
basebackup_to_shell-ADMINadds a custom basebackup target called shell
old_snapshot1.0ADMINutilities in support of old_snapshot_threshold
adminpack2.1ADMINadministrative functions for PostgreSQL
amcheck1.4ADMINfunctions for verifying relation integrity
pg_surgery1.0ADMINextension to perform surgery on a damaged relation

STAT

ExtensionVersionCategoryDescription
pg_profile4.11STATPostgreSQL load profile repository and report builder
pg_tracing0.1.3STATDistributed Tracing for PostgreSQL
pg_show_plans2.1.7STATshow query plans of all currently running SQL statements
pg_stat_kcache2.3.1STATKernel statistics gathering
pg_stat_monitor2.3.1STATThe 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_qualstats2.1.3STATAn extension collecting statistics about quals
pg_store_plans1.9STATtrack plan statistics of all SQL statements executed
pg_track_settings2.1.2STATTrack settings changes
pg_track_optimizer0.9.1STATTrack planning decisions in comparison with execution reality
pg_wait_sampling1.1.9STATsampling based statistics of wait events
pgsentinel1.4.0STATactive session history
system_stats3.2STATEnterpriseDB system statistics for PostgreSQL
meta0.4.0STATNormalized, friendlier system catalog for PostgreSQL
pgnodemx1.7STATCapture node OS metrics via SQL queries
pg_proctab1.7STATPostgreSQL extension to access the OS process table
pg_sqlog1.6STATProvide SQL interface to logs
bgw_replstatus1.0.8STATSmall PostgreSQL background worker to report whether a node is a replication master or standby
pgmeminfo1.0.0STATshow memory usage
toastinfo1.5STATshow details on toasted datums
explain_ui0.0.2STATeasily jump into a visual plan UI for any SQL query
pg_relusage0.0.1STATLog all the queries that reference a particular column
pagevis0.1STATVisualise database pages in ascii code
powa5.1.1STATPostgreSQL Workload Analyser-core
pg_overexplain1.0STATAllow EXPLAIN to dump even more details
pg_logicalinspect1.0STATLogical decoding components inspection
pageinspect1.12STATinspect the contents of database pages at a low level
pgrowlocks1.2STATshow row-level locking information
sslinfo1.2STATinformation about SSL certificates
pg_buffercache1.5STATexamine the shared buffer cache
pg_walinspect1.1STATfunctions to inspect contents of PostgreSQL Write-Ahead Log
pg_freespacemap1.2STATexamine the free space map (FSM)
pg_visibility1.2STATexamine the visibility map (VM) and page-level visibility info
pgstattuple1.5STATshow tuple-level statistics
auto_explain-STATProvides a means for logging execution plans of slow statements automatically
pg_stat_statements1.11STATtrack planning and execution statistics of all SQL statements executed

SEC

ExtensionVersionCategoryDescription
passwordcheck_cracklib3.1.0SECStrengthen PostgreSQL user password checks with cracklib
supautils3.1.0SECExtension that secures a cluster on a cloud environment
pgsodium3.1.9SECPostgres extension for libsodium functions
supabase_vault0.3.1SECSupabase Vault Extension
pg_session_jwt0.4.0SECManage authentication sessions using JWTs
anon3.0.1SECPostgreSQL Anonymizer (anon) extension
pgsmcrypto0.1.1SECPostgreSQL SM Algorithm Extension
pg_enigma0.5.0SECEncrypted postgres data type
pgaudit18.0SECprovides auditing functionality
pgauditlogtofile1.7.6SECpgAudit addon to redirect audit log to an independent file
pg_auditor0.2SECAudit data changes and provide flashback ability
logerrors2.1.5SECFunction for collecting statistics about messages in logfile
pg_auth_mon3.0SECmonitor connection attempts per user
pg_jobmon1.4.1SECExtension for logging and monitoring functions in PostgreSQL
credcheck4.5SECcredcheck - postgresql plain text credential checker
pgcryptokey0.85SECcryptographic key management
pg_pwhash1.0SECAdvanced password hashing methods for PostgreSQL
login_hook1.7SEClogin_hook - hook to execute login_hook.login() at login time
set_user4.2.0SECsimilar to SET ROLE but with added logging
pg_snakeoil1.4SECThe PostgreSQL Antivirus
pgextwlist1.19SECPostgreSQL Extension Whitelisting
sslutils1.4SECA Postgres extension for managing SSL certificates through SQL
noset0.3.0SECModule for blocking SET variables for non-super users.
pg_tde1.0SECPercona pg_tde access method
sepgsql-SEClabel-based mandatory access control (MAC) based on SELinux security policy.
auth_delay-SECpause briefly before reporting authentication failure
pgcrypto1.3SECcryptographic functions
passwordcheck-SECchecks user passwords and reject weak password

FDW

ExtensionVersionCategoryDescription
wrappers0.5.7FDWForeign data wrappers developed by Supabase
multicorn3.2FDWFetch foreign data in Python in your PostgreSQL server.
odbc_fdw0.5.1FDWForeign data wrapper for accessing remote databases using ODBC
jdbc_fdw0.4.0FDWforeign-data wrapper for remote servers available over JDBC
pgspider_ext1.3.0FDWforeign-data wrapper for remote PGSpider servers
mysql_fdw2.9.3FDWForeign data wrapper for querying a MySQL server
oracle_fdw2.8.0FDWforeign data wrapper for Oracle access
tds_fdw2.0.5FDWForeign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)
db2_fdw18.1.1FDWforeign data wrapper for DB2 access
sqlite_fdw2.5.0FDWSQLite Foreign Data Wrapper
pgbouncer_fdw1.4.0FDWExtension for querying PgBouncer stats from normal SQL views & running pgbouncer commands from normal SQL functions
etcd_fdw0.0.0FDWForeign data wrapper for etcd
informix_fdw0.6.3FDWForeign data wrapper for Informix access
nominatim_fdw1.1.0FDWNominatim Foreign Data Wrapper for PostgreSQL
mongo_fdw5.5.3FDWforeign data wrapper for MongoDB access
redis_fdw1.0FDWForeign data wrapper for querying a Redis server
redis0.0.1FDWSend redis pub/sub messages to Redis from PostgreSQL Directly
kafka_fdw0.0.3FDWkafka Foreign Data Wrapper for CSV formatted messages
hdfs_fdw2.3.3FDWforeign-data wrapper for remote hdfs servers
firebird_fdw1.4.1FDWForeign data wrapper for Firebird
aws_s30.0.1FDWaws_s3 postgres extension to import/export data from/to s3
log_fdw1.4FDWforeign-data wrapper for Postgres log file access
dblink1.2FDWconnect to other PostgreSQL databases from within a database
file_fdw1.0FDWforeign-data wrapper for flat file access
postgres_fdw1.1FDWforeign-data wrapper for remote PostgreSQL servers

SIM

ExtensionVersionCategoryDescription
documentdb0.109SIMAPI surface for DocumentDB for PostgreSQL
documentdb_core0.109SIMCore API surface for DocumentDB for PostgreSQL
documentdb_distributed0.109SIMMulti-Node API surface for DocumentDB
documentdb_extended_rum0.109SIMDocumentDB Extended RUM index access method
orafce4.16.3SIMFunctions and operators that emulate a subset of functions and packages from the Oracle RDBMS
pgtt4.4SIMExtension to add Global Temporary Tables feature to PostgreSQL
session_variable3.4SIMRegistration and manipulation of session variables and constants
pg_statement_rollback1.5SIMServer side rollback at statement level for PostgreSQL like Oracle or DB2
pg_dbms_metadata1.0.0SIMExtension to add Oracle DBMS_METADATA compatibility to PostgreSQL
pg_dbms_lock1.0SIMExtension to add Oracle DBMS_LOCK full compatibility to PostgreSQL
pg_dbms_job1.5SIMExtension to add Oracle DBMS_JOB full compatibility to PostgreSQL
pg_dbms_errlog2.2SIMEmulate DBMS_ERRLOG Oracle module to log DML errors in a dedicated table.
pg_utl_smtp1.0.0SIMOracle UTL_SMTP compatibility extension for PostgreSQL
babelfishpg_common3.3.3SIMSQL Server Transact SQL Datatype Support
babelfishpg_tsql3.3.1SIMSQL Server Transact SQL compatibility
babelfishpg_tds1.0.0SIMSQL Server TDS protocol extension
babelfishpg_money1.1.0SIMSQL Server Money Data Type
spat0.1.0a4SIMRedis-like In-Memory DB Embedded in Postgres
pgmemcache2.3.0SIMmemcached interface

ETL

ExtensionVersionCategoryDescription
pglogical2.4.6ETLPostgreSQL Logical Replication
pglogical_origin2.4.6ETLDummy extension for compatibility when upgrading from Postgres 9.4
pglogical_ticker1.4.1ETLHave an accurate view on pglogical replication delay
pgl_ddl_deploy2.2.1ETLautomated ddl deployment using pglogical
pg_failover_slots1.2.0ETLPG Failover Slots extension
db_migrator1.0.0ETLTools to migrate other databases to PostgreSQL
pgactive2.1.7ETLActive-Active Replication Extension for PostgreSQL
wal2json2.6ETLChanging data capture in JSON format
wal2mongo1.0.7ETLPostgreSQL logical decoding output plugin for MongoDB
decoderbufs3.4.0ETLLogical decoding plugin that delivers WAL stream changes using a Protocol Buffer format
decoder_raw1.0ETLOutput plugin for logical replication in Raw SQL format
mimeo1.5.1ETLExtension for specialized, per-table replication between PostgreSQL instances
repmgr5.5.0ETLReplication manager for PostgreSQL
pg_fact_loader2.0.1ETLbuild fact tables with Postgres
pg_bulkload3.1.23ETLpg_bulkload is a high speed data loading utility for PostgreSQL
test_decoding-ETLSQL-based test/example module for WAL logical decoding
pgoutput-ETLLogical Replication output plugin