Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
380 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| etcd_fdw | 0.0.1 | Foreign data wrapper for etcd | FDW | MIT | Rust | 14–18 | 4 |
| fmodel_rust_postgres | 1.0.0 | Run f{model} event-sourced domain models inside PostgreSQL as a pgrx extension. | FEAT | Apache-2.0 | Rust | 13–16 | 4 |
| pg_ethopic | 0.0.1 | Format Ethiopic dates and numbers in PostgreSQL. | FUNC | MIT | Rust | 13–17 | 4 |
| pg_polyline | 0.0.1 | Fast Google Encoded Polyline encoding & decoding for postgres | GIS | MIT | Rust | 14–18 | 4 |
| pg_rvbbit | 4.1.4 | Semantic SQL operators backed by configurable LLMs, with caching, receipts, and routing across multiple execution engines. | RAG | — | Rust | — | 4 |
| pg_substrait | 0.1.0 | Execute Substrait protobuf or JSON query plans through PostgreSQL functions | OLAP | PostgreSQL | Rust | 13–17 | 4 |
| postgreth | 0.0.1 | A pgrx extension providing Ethereum bloom/address/hash types plus Solidity ABI item and event-log decoding to JSONB. | TYPE | — | Rust | 11–16 | 4 |
| rls_oso | 0.0.0 | PoC postgres plugin to use oso authorization in row level security policies | SEC | — | Rust | — | 4 |
| rppd | 0.2.2 | Trigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service. | ETL | AGPL-3.0 | Rust | 13–17 | 4 |
| sid | 0.0.0 | Sortable labeled 128-bit identifier type with compact human-readable encoding. | TYPE | — | Rust | — | 4 |
| tce | 0.10.0-dev | Transparent column encryption for PostgreSQL using per-role envelope keys and external key-management services. | SEC | PostgreSQL | Rust | 15–18 | 4 |
| block_copy_command | 0.1.5 | Block COPY commands via a configurable ProcessUtility hook | SEC | BSD-3-Clause | Rust | 14–18 | 3 |
| convert | 0.1.0 | conversion functions for spatial, routing and other specialized uses | FUNC | MIT | Rust | 14–18 | 3 |
| ecaz | 0.1.1 | Rust PostgreSQL extension for high-performance vector storage with broad quantization and index support. | RAG | MIT | Rust | — | 3 |
| otlet | 0.1.0 | Local LLM inference inside PostgreSQL with background workers, queued tasks, receipts, and semantic data operations. | RAG | — | Rust | — | 3 |
| pg_bedtools_rs | 0.1.0 | A PostgreSQL plugin for bedtools, implemented in Rust. | FUNC | MIT | Rust | 13 | 3 |
| pg_chainutils | 0.2.4 | Blockchain utility types and functions for PostgreSQL, built with pgrx. | TYPE | MIT | Rust | 17 | 3 |
| pg_extension | 0.1.0 | In-database model slicing and inference helper functions for structured data analytics. | RAG | — | Rust | 11–15 | 3 |
| pg_idna | 0.1.1-docs | WHATWG URL IDNA helpers for PostgreSQL | UTIL | MIT | Rust | 12–17 | 3 |
| pg_infer | 1.0.0 | Expose transformer model knowledge as SQL relations and a custom index access method | RAG | Apache-2.0 | Rust | 18 | 3 |
| pg_linearAlgebra | 1.0 | A linear algebra extension | FUNC | — | Rust | — | 3 |
| pg_multitenant | 1.0 | Multi-tenant shared-schema helpers using PostgreSQL row-level security | SEC | MIT | Rust | 16 | 3 |
| pg_rrf | 0.0.3 | Reciprocal rank fusion functions for hybrid search | RAG | MIT | Rust | 14–18 | 3 |
| pgx_json_schema | 1.0 | JSON Schema validation for Postgres | FEAT | — | Rust | — | 3 |
| rostgis | 0.1.0 | Experimental PostGIS-compatible spatial extension written in Rust. | GIS | MIT | Rust | 13–17 | 3 |
| stannum | 0.1.0 | Experimental TINQL text search with BM25 and persistent indexes | FTS | AGPL-3.0-only | Rust | 17–18 | 3 |
| symbiotic_python | 0.0.0 | Prototype pgrx/Python bridge that creates per-database virtual environments and launches an asyncpg LISTEN service. | UTIL | Apache-2.0 | Rust | 11–15 | 3 |
| b64enc | 0.0.1 | Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions. | TYPE | — | Rust | — | 2 |
| cairn_pgx | 0.3.0 | Cairn in-database verify gate — COSE Sign1/Ed25519 event verification (Spike 0002) | SEC | — | Rust | — | 2 |
| fakeset | 1.0 | postgres extension to generate fake sentences | FUNC | — | Rust | — | 2 |
| flame | 0.0.1 | PGRX proof-of-concept extension that generates text embeddings with fastembed/MiniLM. | RAG | AGPL-3.0 | Rust | 11–16 | 2 |
| hsearch | 0.4.1 | Tantivy-backed BM25 index access method with WAL-logged storage. | FTS | AGPL-3.0-only | Rust | 18 | 2 |
| nabla | 0.1.0 | Asynchronous incremental materialized views with delta subscriptions | FEAT | AGPL-3.0-or-later | Rust | 17 | 2 |
| openapi_fdw | 0.4.1 | Read/write foreign data wrapper for OpenAPI and JSON HTTP services. | FDW | WTFPL | Rust | 14–18 | 2 |
| pg_base58 | 0.0.1 | Base58 Encoder/Decoder Extension for PostgreSQL | FUNC | MIT | Rust | 14–18 | 2 |
| pg_cardano | 1.2.0 | A suite of Cardano-related tools | FEAT | MIT | Rust | 15–18 | 2 |
| pg_crypto | 0.1.0 | Rust cryptography with pgcrypto-compatible and modern primitives | SEC | MIT | Rust | 14–18 | 2 |
| pg_delta_am | 0.1.0 | Delta table access method skeleton | OLAP | Apache-2.0 | Rust | — | 2 |
| pg_eddy | 0.6.0 | A Postgres extension for labeled property graphs with index-free adjacency and built-in materialized views. | FEAT | Apache-2.0 | Rust | — | 2 |
| pg_iceberg_am | 0.1.0 | Iceberg table developed by Robert Mu | OLAP | Apache-2.0 | Rust | — | 2 |
| pg_knowledge_graph | 0.1.0 | Knowledge graph extension for PostgreSQL with graph algorithms and pgvector integration. | RAG | MIT | Rust | 16–18 | 2 |
| pg_lakebase_runtime | 0.1.0 | Shared runtime for Lakebase table access method extensions | OLAP | Apache-2.0 | Rust | — | 2 |
| pg_lockwatch | 0.1.0 | Sample blocking chains and score lock-contention risk | STAT | — | Rust | 15–18 | 2 |
| pg_money | 0.3.0 | Exact currency-aware monetary types, arithmetic, and allocation | TYPE | MIT | Rust | 14–18 | 2 |
| pg_sexp_rs | 0.1.0 | PostgreSQL extension to add support for s-expressions store, query, index. | TYPE | Apache-2.0 | Rust | — | 2 |
| pg_str | 0.3.1 | Add Laravel-inspired string manipulation functions to PostgreSQL using pgrx | FUNC | MIT | Rust | 11–15 | 2 |
| pg_table_range | 0.1.1 | Planning-time partition pruning by per-partition data ranges, including non-key columns. | OLAP | MIT | Rust | 16–18 | 2 |
| pg_tamperlog_rust | 1.0.0 | Rust pgrx helper extension for pg_tamperlog fast SHA-256 hash-chain calculations. | SEC | — | Rust | — | 2 |
| pg_trex | 0.1.0 | pg trex: PostgreSQL extension for distributed trexsql | OLAP | — | Rust | — | 2 |
| pgfga | 0.1.0 | Experimental ReBAC/Zanzibar-style fine-grained authorization functions for PostgreSQL. | SEC | MIT | Rust | 11–16 | 2 |