Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
499 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| postile | 0.0.1 | A pgrx PostgreSQL extension for map-tile generation helpers and gzip/Brotli bytea compression. | GIS | MIT | Rust | 13–18 | 7 |
| fetchq | 4.0.2 | Postgres extension that enables FetchQ capabilities | FEAT | MIT | SQL | — | 6 |
| format_x | 0.0.1 | Polymorphic variadic string formatting with named lookups into composite, JSONB, and HSTORE values. | FUNC | MIT | C | 10–18 | 6 |
| konfigraf | 0.0.2 | Git based application configuration | FEAT | MIT | SQL | — | 6 |
| pg_algorand | 2.0 | Algorand address, application, asset, transaction, and checksum encoding utilities. | UTIL | MIT | C | — | 6 |
| pg_datatype_password | 0.0.1 | SQL-only password data type and operators using pgcrypto Blowfish hashes, with trigger-based encryption before storage. | TYPE | MIT | SQL | 10–18 | 6 |
| pg_handlebars | 1.0 | PostgreSQL handlebars | UTIL | MIT | C | — | 6 |
| pg_hello | 1.0 | Postgres "Hello world" extension | FEAT | MIT | C | — | 6 |
| pg_metricus | 1.0 | Sends custom metrics from PL/pgSQL code to socket-based aggregators such as Brubeck or Graphite. | STAT | MIT | C | — | 6 |
| pg_mystem | 1.0.1 | Runs Yandex Mystem worker processes to provide Russian-language lemmatization from PostgreSQL queries. | FTS | MIT | C++ | — | 6 |
| pg_pii_vault | 0.0.0 | PostgreSQL extension for GDPR-compliant column-level encryption using HashiCorp Vault Transit Engine. | SEC | MIT | Rust | 13–18 | 6 |
| pg_semver | 0.0.1 | Version(SEMVER) data type for postgresql | TYPE | MIT | C | — | 6 |
| pg_wkhtmltopdf | 1.0 | Convert HTML pages to PDF bytea values inside PostgreSQL using wkhtmltopdf/QtWebKit. | UTIL | MIT | C | — | 6 |
| pgmer2 | 0.8.0 | PostgreSQL connector for the MeritRank graph ranking service | FEAT | MIT | Rust | 17 | 6 |
| pllju | 0.1 | LuaJIT FFI PostgreSQL language extension | LANG | MIT | C | — | 6 |
| accumulo_access_pg | 0.1.5 | PostgreSQL extension for parsing and evaluating Accumulo Access Expressions. | SEC | MIT | Rust | 15 | 5 |
| blake2b | 1.0 | PostgreSQL extension for fast secure hashing | SEC | MIT | C | — | 5 |
| historical_geocoding | 1.0 | SQL toolkit for geocoding historical addresses by combining textual, temporal, and spatial evidence. | GIS | MIT | SQL | — | 5 |
| launchql-inflection | 0.0.2 | inflection is a port of the functionality from Ruby on Rails' Active Support Inflection classes into PostgreSQL | FUNC | MIT | C | — | 5 |
| natord_pg | 0.0.0 | Natural-order comparison operators and btree operator class for PostgreSQL text values. | FUNC | MIT | Rust | 13–17 | 5 |
| norasearch | 1.0 | NoraSearch is a high-performance search engine for PostgreSQL. | FTS | MIT | C | 16–18 | 5 |
| pg_eyes | 1.4 | SQL monitoring functions and views for PostgreSQL database activity | STAT | MIT | SQL | 10–18 | 5 |
| pg_htmldoc | 1.0 | Converts HTML, Markdown, files or web pages to PDF, PostScript and other HTMLDOC output formats from PostgreSQL. | UTIL | MIT | C | — | 5 |
| pg_mon | 1.0 | PostgreSQL extension for query monitoring with execution-time histograms and plan information in a shared view | STAT | MIT | C | 11–17 | 5 |
| pg_sheet_fdw | 0.1.2 | Read local Excel XLSX worksheets as PostgreSQL foreign tables | FDW | MIT | C | 13–18 | 5 |
| pgfaker | 0.0.3 | Generates fake company, person, internet, and phone data in PostgreSQL for tests, performance testing, and demos. | FUNC | MIT | Rust | 14–18 | 5 |
| pgx-s3sign | 1.0 | Sign S3 requests, fast: Created by pgx | SEC | MIT | Rust | — | 5 |
| postgis_letters | 0.0.5 | convert text letters into PostGIS geometries using packaged vector fonts | GIS | MIT | SQL | 10–18 | 5 |
| uniphant | 1.5 | PostgreSQL-centric authentication and authorization demo integrating WebAuthn, PostgREST, and role-based access control. | SEC | MIT | SQL | 13 | 5 |
| cidr | 1.0 | Transform an IPv4 or IPv6 address range into the minimal set of CIDR blocks | FUNC | MIT | SQL | — | 4 |
| etcd_fdw | 0.0.1 | Foreign data wrapper for etcd | FDW | MIT | Rust | 14–18 | 4 |
| format | 0.0.1 | A string formatting function which takes named parameters | FUNC | MIT | C | — | 4 |
| implicit_schema | 0.1 | Event-trigger extension that automatically creates a schema when a table or view is created in a missing schema. | FEAT | MIT | C | — | 4 |
| jsonb_extend | 1.0 | Merge two or more jsonb values | FUNC | MIT | C | 10–18 | 4 |
| kmea | 1.0 | K-Mer Extension for Analysis | TYPE | MIT | C | — | 4 |
| number | 1 | Variable-width integer data type for PostgreSQL | TYPE | MIT | C | — | 4 |
| numhstore | 0.1.7 | Adds inthstore and floathstore numeric hstore types and helpers | TYPE | MIT | C | — | 4 |
| oai_fdw | 1.13 | OAI-PMH foreign data wrapper for PostgreSQL | FDW | MIT | C | 11–18 | 4 |
| pg_ask | 1.0 | Postgres Extension which uses AI to create SQL from Natural language. | RAG | MIT | C++ | 16–18 | 4 |
| pg_ed25519 | 0.2 | Ed25519 signing and signature-verification functions for PostgreSQL | SEC | MIT | C | 10–18 | 4 |
| pg_ethopic | 0.0.1 | Format Ethiopic dates and numbers in PostgreSQL. | FUNC | MIT | Rust | 13–17 | 4 |
| pg_mupdf | 1.0 | Convert HTML to PDF inside PostgreSQL using MuPDF | UTIL | MIT | C | — | 4 |
| pg_polyline | 0.0.1 | Fast Google Encoded Polyline encoding & decoding for postgres | GIS | MIT | Rust | 14–18 | 4 |
| pg_redispub | 1.0 | Publish channel messages from PostgreSQL to a local Redis server | ETL | MIT | C | — | 4 |
| pg_tre | 3.0.2 | Native PostgreSQL index access method for approximate regular-expression matching | FTS | MIT | C | 17–18 | 4 |
| pg_uuid | 1.0.0 | generator of new UUID versions | FUNC | MIT | C | — | 4 |
| pgsfti | 1.0 | PostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations. | TYPE | MIT | C | — | 4 |
| base62 | 0.0.1 | Base62 extension for PostgreSQL | FUNC | MIT | C | 14–18 | 3 |
| bzip | 1.0.0 | Bzip compression and decompression | UTIL | MIT | C | 14–18 | 3 |
| cat_tools | 0.3.0 | Tools for interfacing with the PostgreSQL catalog | ADMIN | MIT | SQL | 14–18 | 3 |