Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
380 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| pigiaminja | 0.1.0 | PostgreSQL extension to export using Jinja templates | ETL | PostgreSQL | Rust | — | 2 |
| postllm | 0.1.0 | postllm: PostgreSQL-native access to OpenAI-compatible and local LLM runtimes | RAG | MIT | Rust | 13–18 | 2 |
| postr | 0.1.0 | Embeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions. | LANG | MIT | Rust | 13–18 | 2 |
| supamonitor | 0.0.6 | Preloaded pgrx query hook that logs query text, query ID, planning time, and execution time as JSON. | STAT | — | Rust | 13–18 | 2 |
| wrapper_deltalake | 0.0.0 | Unfinished pgrx hello-world prototype originally planned as a Delta Lake foreign data wrapper. | FUNC | Apache-2.0 | Rust | 14–16 | 2 |
| bfn | 2.0.1 | Rust/pgrx utility extension with UUID, date, string, JSON/address, and validation helper functions. | UTIL | — | Rust | 16–18 | 1 |
| cologne_pg | 0.0.0 | Cologne phonetics function for PostgreSQL built with pgrx. | FTS | MIT | Rust | 11–16 | 1 |
| crdv_pg_coordinator | 0.1.0 | Secure Conflict-free Replicated Data Views with MPC-backed private values. | SEC | — | Rust | — | 1 |
| db721_fdw | 0.0.0 | Rust/pgrx foreign data wrapper for db721 files, developed for CMU 15-721 project data. | FDW | — | Rust | 11–15 | 1 |
| eidos_oauth | 0.2.0 | OAuth 2.0 JWT validator for PostgreSQL 18 using the OAuth validator API. | SEC | Matroid | Rust | 14–18 | 1 |
| hamming | 0.1.0 | Rust/pgrx extension providing a Hamming-distance operator for bytea plus an unfinished experimental IVF index access method. | RAG | — | Rust | 11–16 | 1 |
| kham_pg | 0.8.2 | Thai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER | FTS | MIT | Rust | 14–18 | 1 |
| kq_cx | 1.0.1 | Preloaded in-memory calendar cache and date-arithmetic functions for ketteQ PostgreSQL schemas. | TIME | — | Rust | 15–18 | 1 |
| kq_fx | 1.0.1 | ketteQ, Inc. | FUNC | Apache-2.0 | Rust | 13–18 | 1 |
| malwaredb_pg | 0.0.1-dev | PostgreSQL extension for MalwareDB similarity functions: SSDeep, LZJD, and TLSH | RAG | Apache-2.0 | Rust | 13–18 | 1 |
| mogipix | 0.0.1 | PostgreSQL extension exposing HEALPix and MOC Rust functions to SQL. | GIS | — | Rust | 13–17 | 1 |
| oxgraph_pgrx | 0.0.0 | oxgraph: graph traversal for PostgreSQL via OxGraph snapshots | FEAT | — | Rust | — | 1 |
| pg_bech32 | 0.0.0 | Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL. | UTIL | — | Rust | 11–16 | 1 |
| pg_bm25 | 0.0.0 | Full text search for PostgreSQL using BM25 | FTS | AGPL-3.0 | Rust | 12–16 | 1 |
| pg_chaos_shuffle | 0.1.0 | Chaos-testing hook that randomizes SELECT results lacking ORDER BY. | FEAT | MIT | Rust | 13–18 | 1 |
| pg_command_fw | 0.1.0 | DDL and utility command firewall for PostgreSQL | SEC | BSD-3-Clause | Rust | 15–18 | 1 |
| pg_cryptocurrency | 0.2.0 | Native blockchain asset, amount, address, and uint256 types | TYPE | MIT | Rust | 14–18 | 1 |
| pg_dagdb | 0.0.0 | PostgreSQL SQL client extension for the DagDB graph engine daemon. | UTIL | Apache-2.0 | Rust | 13–17 | 1 |
| pg_data_retention | 0.0.0 | PostgreSQL background-worker extension that applies table data retention policies. | ADMIN | MIT | Rust | 13–18 | 1 |
| pg_delta | 0.2.0 | Delta Lake streaming integration for PostgreSQL | ETL | — | Rust | — | 1 |
| pg_fela | 1.0.0 | The holy grail of AutoML for PG - self classifying and regressing tabular data! | RAG | — | Rust | — | 1 |
| pg_flashback | 0.1.0 | Table-level point-in-time restore and time-travel queries for PostgreSQL using trigger or WAL capture. | TIME | MIT | Rust | 13–18 | 1 |
| pg_grex | 0.1.0 | A dynamic regex builder for PgSQL | UTIL | MIT | Rust | — | 1 |
| pg_jq | 1.0 | Toy extension exposing libjq filters for PostgreSQL json and jsonb values. | UTIL | — | Rust | — | 1 |
| pg_ledger | 0.2.0 | Provides a double-entry accounting engine with immutable journals, fiscal periods, currencies and posting rules inside PostgreSQL. | FEAT | Matroid | Rust | 14–18 | 1 |
| pg_lexo | 0.6.0 | Provides a Base62 lexicographic position type and helper functions for stable list ordering and reordering without bulk row updates. | TYPE | MIT | Rust | 16–18 | 1 |
| pg_logfmt | 0.0.0 | Parse logfmt strings into JSONB and key sets | UTIL | MIT | Rust | 14–15 | 1 |
| pg_open_meteo | 0.0.0 | Prototype Rust/pgrx PostgreSQL extension associated with Open-Meteo weather data. | FUNC | — | Rust | 12–17 | 1 |
| pg_ortools | 0.2.0 | Constraint optimization extension using the HiGHS MIP/LP solver from PostgreSQL, with optional async execution. | FUNC | Matroid | Rust | 14–18 | 1 |
| pg_prob | 0.2.0 | Probabilistic data types for PostgreSQL - Monte Carlo simulation in SQL | TYPE | Matroid | Rust | 14–18 | 1 |
| pg_recyclebin | 0.1.0 | Intercepts DROP TABLE and TRUNCATE to retain recoverable table data and metadata in a recycle-bin schema. | ADMIN | MIT | Rust | 14–18 | 1 |
| pg_registry | 0.2.0 | Stores and validates JSON Schemas, generates schemas from tables, and binds schemas to Kafka topics. | FEAT | Matroid | Rust | 14–18 | 1 |
| pg_sequence | 0.2.0 | ERP document numbering with formatted, scoped, auto-incrementing sequences | FUNC | — | Rust | — | 1 |
| pg_snowid | 3.1.0 | Generate thread-safe, time-sorted Snowflake-like IDs in PostgreSQL | FUNC | MIT | Rust | 18 | 1 |
| pg_splade | 0.0.0 | Generate SPLADE sparse-vector embeddings inside PostgreSQL | RAG | — | Rust | 12–17 | 1 |
| pg_statkit | 1.1.0 | Descriptive statistics and clinical effect-size functions over arrays. | FUNC | MIT | Rust | 13–17 | 1 |
| pg_streaming | 0.2.0 | Declarative stream processing engine inside PostgreSQL | ETL | Matroid | Rust | 14–18 | 1 |
| pg_sweep | 0.0.0 | Collect PostgreSQL database and table statistics as JSON for monitoring. | STAT | MIT | Rust | 14–16 | 1 |
| pg_synapse_pgrx | 0.1.1 | pg synapse: Postgres-native agent-loop runtime | RAG | — | Rust | — | 1 |
| pg_tpch | 1.0.0 | TPC-H table creation, data loading, and query metadata for PostgreSQL | FEAT | MIT | Rust | 13–18 | 1 |
| pg_turbovec | 1.29.0 | TurboQuant-compressed vector type and ANN index access method for PostgreSQL. | RAG | Apache-2.0 | Rust | 14–18 | 1 |
| pg_xarray | 0.2.0 | Catalog and query layer for chunked scientific arrays (NetCDF, Zarr, HDF5, GRIB, COG, SELAFIN, MED, CGNS, FITS) | OLAP | — | Rust | — | 1 |
| pgauthz | 0.3.0 | Provide Zanzibar-style relationship-based authorization inside PostgreSQL | SEC | Apache-2.0 | Rust | 16–18 | 1 |
| pgfirestore | 0.0.0 | Implements Firestore-style document values, collection queries, and query operators inside PostgreSQL. | SIM | — | Rust | 11–15 | 1 |
| pgokf | 0.1.13 | Transactional Open Knowledge Format catalog with lexical and optional semantic search. | RAG | AGPL-3.0-only | Rust | 15–19 | 1 |