Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
1798 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| cms_topn | 1.0.0 | Count-min sketch data type and aggregates for approximate frequency and top-N queries | FUNC | — | C | — | 7 |
| dc_fdw | 1.0 | Historical foreign data wrapper for document collections stored on local disk. | FDW | — | C | — | 7 |
| douban_fdw | 1.0 | Foreign data wrapper for querying Douban public movie-ranking APIs | FDW | MIT | Go | 10–18 | 7 |
| drop_role_helper | 1.0 | Generates SQL to revoke all privileges held by a role in the current database. | SEC | PostgreSQL | SQL | — | 7 |
| fhirpath | 1.0 | data type for jsonb inspection | FEAT | — | C | — | 7 |
| gogudb | 1.1 | PostgreSQL extension for distributed hash and range partitioning across foreign servers. | OLAP | PostgreSQL | C | 10–11 | 7 |
| grpc_fdw | 1.0 | Foreign data wrapper that delegates table operations to services over gRPC. | FDW | — | Rust | — | 7 |
| hamming_distance | 0.0.1 | Hamming distance and similarity functions for hexadecimal feature-vector strings. | RAG | MIT | C | — | 7 |
| hstore_plpython2u | 1.0 | transform between hstore and plpython2u | LANG | — | C | — | 7 |
| intpair | 0.2 | Packed int64pair data type with comparison, hash, and index operator support. | TYPE | Apache-2.0 | C | — | 7 |
| jansson-json | 0.0.2 | JSON data type, operators, and functions backed by the Jansson JSON library. | TYPE | MIT | C | 10–18 | 7 |
| noddl | 1.0 | Cluster-wide DDL blocker with role and database exceptions. | SEC | MIT | C | — | 7 |
| norm | 0.0.1 | No-ORM helper extension that generates simple CRUD functions. | FEAT | GPL-3.0 | SQL | — | 7 |
| pg-json | 0.0.1 | A json data type and related functions | TYPE | MIT | C | — | 7 |
| pg_bigmr | 0.1.0 | text similarity measurement and index searching based on bigrams | FTS | PostgreSQL | Rust | 12–17 | 7 |
| pg_cuvs | 0.5.0 | ⚡ Blazing-fast GPU vector search for PostgreSQL powered by NVIDIA cuVS. | RAG | PostgreSQL | C | — | 7 |
| pg_debug_scan | 0.1.0 | Debug PostgreSQL table scans with custom MVCC snapshot definitions. | FEAT | Apache-2.0 | Rust | 11–16 | 7 |
| pg_feedback | 1.0 | PostgreSQL extension that generates a report about database usage | STAT | PostgreSQL | C | — | 7 |
| pg_jinx | 2.3 | JNI bridge for PostgreSQL stored procedures, triggers, and foreign data wrappers written in Java. | LANG | — | C | — | 7 |
| pg_kafka_events | 1.0 | Publishes PostgreSQL logical-decoding change events to Apache Kafka through a background worker. | ETL | Apache-2.0 | C | — | 7 |
| pg_landmetrics | 0.0.1 | A PostgreSQL/PostGIS extension for calculating landscape metrics. | GIS | GPL-3.0 | SQL | — | 7 |
| pg_linegazer | 1.0 | Transparent code coverage for PL/pgSQL | LANG | MIT | C | — | 7 |
| pg_markdown | 0.1 | Pre-release Markdown-to-HTML conversion extension for PostgreSQL. | UTIL | PostgreSQL | C | — | 7 |
| pg_partition | 0.2.0 | Generate and manage timestamp-based PostgreSQL table partitions | OLAP | MIT | SQL | 10–18 | 7 |
| pg_safer_settings | 1.0.0 | Functions and mechanisms for handling PostgreSQL settings more safely. | ADMIN | PostgreSQL | SQL | — | 7 |
| pg_safer_settings_table_dependent_extension | forever | A handful of functions and mechanisms to make dealing with settings in Postgres a bit … safer. | ADMIN | — | SQL | — | 7 |
| pg_safer_settings_table_dependent_subextension | monover | A handful of functions and mechanisms to make dealing with settings in Postgres a bit … safer. | ADMIN | — | SQL | — | 7 |
| pg_session_stats | 0.0.1 | Records per-session and parallel-worker CPU, process status, and I/O data into an external SQLite database. | STAT | GPL-3.0 | C | 12 | 7 |
| pg_shmemviz | 0.1 | Capture shared-memory snapshots for offline structural visualization | STAT | GPL-2.0-or-later | C | 20 | 7 |
| pgbrtypes | 1.0 | Brazilian CPF and CNPJ data types with validation, formatting, casts, and indexing support | TYPE | — | C | 10–18 | 7 |
| pgc_fdw | 1.0 | Access remote PostgreSQL tables through a postgres_fdw-derived wrapper with a FoundationDB-backed query cache | FDW | Apache-2.0 | C | 12 | 7 |
| pgfr_control | 2.28.1 | Vacuum diagnostics, autovacuum scale-factor recommendations, and table bloat analysis for pgfr_record. | ADMIN | — | SQL | — | 7 |
| pggeojson | 1.0 | A GeoJSON generating extension for PostGIS | GIS | Apache-2.0 | SQL | — | 7 |
| pgorafunc | 9.4 | Oracle compatibility functions and packages for PostgreSQL | SIM | AGPL-3.0 | C | — | 7 |
| pgosql | 9.4 | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. | LANG | AGPL-3.0 | C | — | 7 |
| pgtera | 0.0.0 | render Tera HTML templates inside PostgreSQL | UTIL | MIT | Rust | 11–16 | 7 |
| pgzint | 0.2.0 | Generate PNG barcodes and QR codes inside PostgreSQL with the Zint library | UTIL | MIT | C | 10–18 | 7 |
| plotpg | 1.0 | plot PostgreSQL result sets and analytic functions with gnuplot | UTIL | PostgreSQL | C | — | 7 |
| popcount | 1.0.0 | provide population-count functions for PostgreSQL bit(n) values | FUNC | MIT | C | 10–18 | 7 |
| postile | 0.0.1 | A pgrx PostgreSQL extension for map-tile generation helpers and gzip/Brotli bytea compression. | GIS | MIT | Rust | 13–18 | 7 |
| quria | 0.0.0 | quria: experimental pgrx extension for BM25 full-text and HNSW vector search | RAG | Apache-2.0 | Rust | 11–15 | 7 |
| redis_fdw_rs | 0.6.0 | This extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables. | FDW | Apache-2.0 | Rust | 14–18 | 7 |
| schedulerx | 1.0 | Prototype background-worker scheduler for periodic, one-shot, and NOTIFY-triggered SQL jobs. | TIME | BSD-3-Clause | C | — | 7 |
| traceam | 0.1 | Simple table access method that just prints out what functions in the access methods and related functions that are called. | FEAT | Apache-2.0 | C | — | 7 |
| uints | 0.9 | C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions. | TYPE | PostgreSQL | C | — | 7 |
| unidecode | 0.0.6 | ASCII transliterations of Unicode text | FTS | — | C | 10–18 | 7 |
| vasavgeom | 1.1 | Vague geometry handler - VASA | GIS | GPL-2.0 | C | — | 7 |
| wildspeed | 1.0 | GIN operator class for fast wildcard LIKE searches using permuterm indexing | FTS | GPL-2.0 | C | — | 7 |
| aerospike_fdw | 1.0 | Foreign Data Wrapper for Aerospike. | FDW | — | C | — | 6 |
| ajbool | 0.0.3 | Three-valued boolean type with a pseudo-NULL unknown state for primary keys. | TYPE | PostgreSQL | C | 10–16 | 6 |