Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
395 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| mbus | 1.1 | simple message bus for pg | FEAT | — | SQL | — | 4 |
| otp | 1.0.0 | Implementation of TOTP compatible with Google Authenticator | SEC | PostgreSQL | SQL | 10–18 | 4 |
| partman_to_cstore | 1.1.0 | Move old pg_partman partitions to cstore columnar storage. | OLAP | PostgreSQL | SQL | 10–18 | 4 |
| pg_role_fkey_trigger_functions | 1.0.4 | A bunch of trigger functions to help establish and/or maintain referential integrity for columns that reference PostgreSQL ROLE NAMEs. | SEC | PostgreSQL | SQL | — | 4 |
| pg_trajectory | 0.0.1 | Define PostGIS trajectory types and spatiotemporal analysis functions in SQL and PL/pgSQL | GIS | — | SQL | — | 4 |
| pg_utility_trigger_functions | 1.9.3 | Some pet trigger functions that the extension author likes to follow him through various PostgreSQL projects. | UTIL | PostgreSQL | SQL | — | 4 |
| pg_vector_embedding | 1.0.0 | Trigger-driven vector embedding through external HTTP services and a background queue. | RAG | Apache-2.0 | SQL | — | 4 |
| pgelog | 1.0.2 | Extended logging via pseudo-autonomous transactions | ADMIN | PostgreSQL | SQL | 14–18 | 4 |
| pgq_node | 3.5 | Coordinate nodes, subscribers, consumers, and watermarks for cascaded PgQ queueing | ETL | ISC | SQL | 10–14 | 4 |
| qdgc | 0.1.0 | Encode, decode, navigate, and fill Extended Quarter Degree Grid Cell codes in pure SQL. | GIS | Apache-2.0 | SQL | 14–18 | 4 |
| qdgc_postgis | 0.1.0 | Add PostGIS geometry and geography bindings plus area-to-cell fills for QDGC. | GIS | Apache-2.0 | SQL | 14–18 | 4 |
| trunklet | 0.3.3 | A templating system for Postgres. Elephants don't use templates, they use trunklets! | UTIL | PostgreSQL | SQL | — | 4 |
| cat_tools | 0.3.0 | Tools for interfacing with the PostgreSQL catalog | ADMIN | MIT | SQL | 14–18 | 3 |
| frapi | 0.1.2 | In-database wrappers for French public-administration data APIs. | GIS | MIT | SQL | — | 3 |
| jx_io | 0.1.1 | Extension to export and import json and xml from/to postgres | ETL | PostgreSQL | SQL | 10–18 | 3 |
| merge_ips | 1.0 | Functions to merge IP addresses, ignoring gaps | FUNC | PostgreSQL | SQL | — | 3 |
| nfiesta | 5.0.0 | PostgreSQL extension implementing nFIESTA forest inventory estimation functionality. | FUNC | EUPL-1.2 | SQL | 16 | 3 |
| pg_dbo_timestamp | 1.0.1 | PostgreSQL extension for storing time and author of database structure modification. | SEC | — | SQL | 10–18 | 3 |
| pg_normalize_email | 1.0.9 | Normalize email addresses in PostgreSQL | FUNC | PostgreSQL | SQL | 12–18 | 3 |
| pg_os | 1.0 | PostgreSQL extension providing operating system-level functionality directly through SQL, enabling process management, file system operations, IPC, and system monitoring within the database environment. | FEAT | MIT | SQL | — | 3 |
| pglock | 1.0.0 | Lightweight distributed lock service inside PostgreSQL | UTIL | PostgreSQL | SQL | 14–18 | 3 |
| pgmb | 1.0.0 | A simple PostgreSQL Message Broker system | FEAT | PostgreSQL | SQL | 14–18 | 3 |
| pgque | 0.1.0 | Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks. | FEAT | — | SQL | — | 3 |
| postgrest_auth | 0.1 | Placeholder PostgREST authentication extension with no implemented database objects | SEC | MIT | SQL | — | 3 |
| qgres | 0.1.2 | Simple queue system | FEAT | PostgreSQL | SQL | — | 3 |
| session_variables | 0.0.4 | SQL functions for storing and retrieving session-scoped values through custom PostgreSQL settings. | FEAT | PostgreSQL | SQL | 10–18 | 3 |
| short_ids | 0.1.0 | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. | FUNC | PostgreSQL | SQL | 10–18 | 3 |
| supa_agent_trace | 0.1.0 | A browser extension and agent for Supabase | STAT | MIT | SQL | — | 3 |
| trunkfingerprint | 1.3.0 | Computes comparable fingerprints of PostgreSQL database structure and optionally data. | ADMIN | PostgreSQL | SQL | 10–15 | 3 |
| brin4postgis | 0.0.1 | BRIN indexes for PostGIS | GIS | GPL-3.0 | SQL | 10–18 | 2 |
| damm | 1.0 | SQL implementation of the Damm check digit algorithm with a damm_code domain and helper functions. | TYPE | MIT | SQL | — | 2 |
| edb_foreignkeyconstraintmanager | 1.0 | Manage trigger-based foreign-key behavior for partitioned tables on EDB Postgres Advanced Server | ADMIN | — | SQL | — | 2 |
| flux | 0.3 | Logs table data changes and reconstructs rows as they existed in the past. | TIME | — | SQL | — | 2 |
| geohistorical_objects | 1.0 | Geohistorical objects support | GIS | MIT | SQL | — | 2 |
| godel_logic | 1.1.0 | Provides operators to evaluate fuzzy logic expressions according to Gödel logic. | FUNC | BSD-3-Clause | SQL | — | 2 |
| hunspell_xal | 0.1 | Kalmyk Hunspell dictionary for PostgreSQL full-text search | FTS | BSD-3-Clause | SQL | — | 2 |
| json_utils | 0.1 | JSON type helper functions, operators, and a hash operator class for PostgreSQL 9.2+. | FUNC | PostgreSQL | SQL | 10–18 | 2 |
| livewire | 0.2.0 | power delivery modeling | GIS | — | SQL | 10 | 2 |
| lukasiewicz_logic | 1.1.0 | Provides operators to evaluate fuzzy logic expressions according to Łukasiewicz logic. | FUNC | BSD-3-Clause | SQL | — | 2 |
| mv_stats | 0.3.0 | Tracks creation, alteration, refresh, and reset statistics for materialized views. | STAT | — | SQL | 10–18 | 2 |
| my_extension | 1.1.0 | A Basic PostgreSQL Extension | FEAT | PostgreSQL | SQL | — | 2 |
| numeric_domains | 1.0 | Custom numeric domains for PostgreSQL | TYPE | MIT | SQL | 10 | 2 |
| op_log | 1.0.0 | Trigger-based row change history recorded after transaction commit. | SEC | Apache-2.0 | SQL | — | 2 |
| pg_acl | 0.1.3 | Utilities for handling aclitems. | TYPE | BSD-2-Clause | SQL | — | 2 |
| pg_catalog_get_defs | 0.1.0 | Adds PL/pgSQL functions that reconstruct CREATE TYPE definitions from pg_catalog metadata. | ADMIN | BSD-3-Clause | SQL | — | 2 |
| pg_dbwa | 0.3.1 | Analyzes local or remote PostgreSQL workloads using historical pg_stat_statements snapshots. | STAT | MIT | SQL | — | 2 |
| pg_fossa | 1.7 | Archived SQL extension supporting FOSSA hasGraph data structures and queries. | FEAT | — | SQL | — | 2 |
| pg_fts_greek | 0.1 | Postgres FTS Improvements for Greek | FTS | — | SQL | — | 2 |
| pg_idm | 1.0 | Exposes PostgreSQL role and membership management through updatable views and DML-trigger functions. | SEC | GPL-3.0 | SQL | 10–18 | 2 |
| pg_lock_pool | 0.0.1 | Wait on a PostgreSQL advisory lock pool | ADMIN | PostgreSQL | SQL | 12–17 | 2 |