Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
587 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| jsonb_plperl | 1.0 | transform between jsonb and plperl | LANG | PostgreSQL | C | 14–18 | |
| jsonb_plperlu | 1.0 | transform between jsonb and plperlu | LANG | PostgreSQL | C | 14–18 | |
| jsonb_plpython3u | 1.0 | transform between jsonb and plpython3u | LANG | PostgreSQL | C | 14–18 | |
| lo | 1.1 | Large Object maintenance | ADMIN | PostgreSQL | C | 14–18 | |
| logfmt | 1.0.0 | logfmt log collector | STAT | PostgreSQL | SQL | — | |
| ltree | 1.3 | data type for hierarchical tree-like structures | TYPE | PostgreSQL | C | 14–18 | |
| ltree_plpython3u | 1.0 | transform between ltree and plpython3u | LANG | PostgreSQL | C | 14–18 | |
| moddatetime | 1.0 | functions for tracking last modification time | FUNC | PostgreSQL | C | 14–18 | |
| mods_since_analyze | 1.0.0 | Estimation of number of changed tuples | STAT | PostgreSQL | C | — | |
| old_snapshot | 1.0 | utilities in support of old_snapshot_threshold | ADMIN | PostgreSQL | C | 14–16 | |
| omnisketch | 1.0.2 | data structure for on-line agg of data into approximate sketch | FUNC | PostgreSQL | C | 14–18 | |
| os_name | 0.0.3 | Enumerable mobile os type, stored in a single-byte, fixed-length type. | TYPE | PostgreSQL | SQL | — | |
| pageinspect | 1.12 | inspect the contents of database pages at a low level | STAT | PostgreSQL | C | 14–18 | |
| passwordcheck | - | checks user passwords and reject weak password | SEC | PostgreSQL | C | 14–18 | |
| pg_bikram_sambat | 0.1.0 | Bikram Sambat date type and AD/BS conversion functions | TYPE | PostgreSQL | C | 14–18 | |
| pg_block_systemcatalog | 1.0 | PostgreSQL extension to block references to system catalogs. | SEC | PostgreSQL | C | 10 | |
| pg_buffercache | 1.5 | examine the shared buffer cache | STAT | PostgreSQL | C | 14–18 | |
| pg_cext | 1.0.0 | A PostgreSQL extension to add two numbers | FUNC | PostgreSQL | C | — | |
| pg_fallback_utf8_to_euc_jp | 1.0 | Provides a fallback UTF-8 to EUC_JP encoding conversion that substitutes unmappable characters with a question mark. | UTIL | PostgreSQL | C | — | |
| pg_freespacemap | 1.2 | examine the free space map (FSM) | STAT | PostgreSQL | C | 14–18 | |
| pg_french_datatypes | 0.1.1 | french-centric data type | TYPE | PostgreSQL | SQL | — | |
| pg_fts | 1.8.3 | Full-text search with BM25 and BM25F ranking | FTS | PostgreSQL | C | 17–18 | |
| pg_llm | 1.1 | Integrates local and remote large-language models with chat, sessions, text-to-SQL, audit and vector-backed knowledge features. | RAG | PostgreSQL | C++ | 14–18 | |
| pg_logicalinspect | 1.0 | Logical decoding components inspection | STAT | PostgreSQL | C | 18 | |
| pg_overexplain | 1.0 | Allow EXPLAIN to dump even more details | STAT | PostgreSQL | C | 18 | |
| pg_plpgsql_ext | 1.0.0 | A PostgreSQL extension with a PL/pgSQL function to subtract numbers | FUNC | PostgreSQL | SQL | — | |
| pg_policy | 0.1.0 | Agentic policy language for PostgreSQL with guardrails, guidance, and session-aware controls | SEC | PostgreSQL | SQL | 14–18 | |
| pg_prewarm | 1.2 | prewarm relation data | ADMIN | PostgreSQL | C | 14–18 | |
| pg_reactive | 0.1.8 | Live SQL query subscriptions with result deltas over LISTEN/NOTIFY | FEAT | PostgreSQL | C | 15–18 | |
| pg_shardman | 1.0 | Manages PostgreSQL 10 hash-sharded tables across nodes using pg_pathman, postgres_fdw, and logical replication. | OLAP | PostgreSQL | C | 10 | |
| pg_stash_advice | 1.0 | Store plan advice by query ID and automatically apply it during PostgreSQL query planning | ADMIN | PostgreSQL | C | 19 | |
| pg_stat_conn | 1.0 | Cumulative connection, disconnection, and authentication-failure counts by database and role. | STAT | PostgreSQL | C | 15–18 | |
| pg_stat_statements | 1.11 | track planning and execution statistics of all SQL statements executed | STAT | PostgreSQL | C | 14–18 | |
| pg_stat_statements2 | 1.2 | Track SQL execution statistics using a PostgreSQL 9.4 pg_stat_statements derivative integrated with sql_firewall | STAT | PostgreSQL | C | — | |
| pg_surgery | 1.0 | extension to perform surgery on a damaged relation | ADMIN | PostgreSQL | C | 14–18 | |
| pg_timers | 0.0.0 | Schedule SQL execution at exact times or after intervals in PostgreSQL | TIME | PostgreSQL | C | 15–18 | |
| pg_trgm | 1.6 | text similarity measurement and index searching based on trigrams | FTS | PostgreSQL | C | 14–18 | |
| pg_visibility | 1.2 | examine the visibility map (VM) and page-level visibility info | STAT | PostgreSQL | C | 14–18 | |
| pg_walinspect | 1.1 | functions to inspect contents of PostgreSQL Write-Ahead Log | STAT | PostgreSQL | C | 15–18 | |
| pg_walrus | 0.1.0 | Automatic max_wal_size tuning based on checkpoint activity | ADMIN | PostgreSQL | Rust | 15–18 | |
| pg_weave | 0.10.0 | BM25 lexical search through the weave index access method | FTS | PostgreSQL | C | 17–18 | |
| pgagent | 4.2.3 | A PostgreSQL job scheduler | ADMIN | PostgreSQL | C | 14–18 | |
| pgbully | 1.0 | Bully-algorithm leader election among PostgreSQL nodes | ADMIN | PostgreSQL | C | 15–18 | |
| pgcrypto | 1.3 | cryptographic functions | SEC | PostgreSQL | C | 14–18 | |
| pgcryptokey | 0.85 | cryptographic key management | SEC | PostgreSQL | C | 14–18 | |
| pgdisablelogerror | 1.0 | Disable selected SQLSTATE error codes from PostgreSQL server logging. | ADMIN | PostgreSQL | C | 14–18 | |
| pgedge_safesession | 1.0-alpha1 | Enforce read-only sessions for specified PostgreSQL roles. | SEC | PostgreSQL | C | 14–18 | |
| pgjsonrpc | 0.0.1 | A JSON-RPC 2.0 implementation | UTIL | PostgreSQL | SQL | — | |
| pgoutput | - | Logical Replication output plugin | ETL | PostgreSQL | C | 14–18 | |
| pgpool_adm | 4.7.2 | Administrative functions for pgPool | ADMIN | PostgreSQL | C | 14–18 |