Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
499 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| pg_snowid | 3.1.0 | Generate thread-safe, time-sorted Snowflake-like IDs in PostgreSQL | FUNC | MIT | Rust | 18 | 1 |
| pg_statkit | 1.1.0 | Descriptive statistics and clinical effect-size functions over arrays. | FUNC | MIT | Rust | 13–17 | 1 |
| pg_sweep | 0.0.0 | Collect PostgreSQL database and table statistics as JSON for monitoring. | STAT | MIT | Rust | 14–16 | 1 |
| pg_textparser | 1.0 | Text search parser | FTS | MIT | C | — | 1 |
| pg_tpch | 1.0.0 | TPC-H table creation, data loading, and query metadata for PostgreSQL | FEAT | MIT | Rust | 13–18 | 1 |
| pg_wthtmltopdf | 1.0 | Render HTML into PDF from a PostgreSQL function. | UTIL | MIT | C++ | — | 1 |
| pgtensor | 0.0.0 | Run inference on ONNX models inside your Postgres database (and a Tensor type) | RAG | MIT | Rust | — | 1 |
| pgtime | 0.1 | Temporal tables extension for PostgreSQL. Automatically tracks Transaction Time (system time) on any table using range types and a high-performance C-based AFTER ROW trigger. | TIME | MIT | C | — | 1 |
| pgx_uuidv7 | 0.1.7 | A PostgreSQL extension to generate and cast v7 UUIDs | FUNC | MIT | Rust | 17–18 | 1 |
| pgzstd_rs | 0.0.0 | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor | UTIL | MIT | Rust | 11–16 | 1 |
| postgis_domains | 1.0 | Define reusable PostGIS geometry and geography domains constrained to valid, simple SRID 4326 values | GIS | MIT | SQL | 10 | 1 |
| postgres_redis | 0.0.0 | synchronize selected PostgreSQL table values to Redis with hooks and a background worker | ETL | MIT | Rust | 11–16 | 1 |
| saturated_int | 0.0.1 | Integer data type with saturation arithmetic that clamps overflow to int4 bounds. | TYPE | MIT | C | 10–16 | 1 |
| schedule | 1.0 | Cron-formatted schedule type and UTC timestamp-matching functions for PostgreSQL. | TIME | MIT | C | — | 1 |
| text_domains | 1.0 | Pure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values. | TYPE | MIT | SQL | 10 | 1 |
| tm_postgres_basics | 1.0.0 | PL/pgSQL helper functions for resolving relation OIDs and traversing table inheritance. | FUNC | MIT | SQL | — | 1 |
| vastbase_sm4 | 1.0 | SM4 encryption/decryption functions for VastBase using Java implementation via JNI | SEC | MIT | Java | — | 1 |
| wbase64 | 0.0.1 | Base64 PostgreSQL Extension | UTIL | MIT | C | — | 1 |
| xata_id_extension | 0.0.0 | Generate Xata-style rec_ identifiers with a 20-character lowercase alphanumeric suffix. | FUNC | MIT | Rust | — | 1 |
| alohadb_approx | 1.1 | Approximate query processing: HLL, Count-Min Sketch, Top-K | FUNC | MIT | C | — | |
| alohadb_branch | 1.0 | Lightweight database branching for testing migrations and experiments | FEAT | MIT | C | — | |
| alohadb_nl2sql | 1.0 | Natural language to SQL translation via LLM API | RAG | MIT | C | — | |
| alohadb_pool | 1.0 | AlohaDB Built-in Connection Pooling | ADMIN | MIT | C | — | |
| alohadb_query_store | 1.0 | AlohaDB Query Store and Index Advisor | STAT | MIT | C | — | |
| alohadb_scale | 1.0 | AlohaDB Scale - scale-to-zero management | ADMIN | MIT | C | — | |
| alohadb_timeseries | 1.0 | Auto-partition management for time-series tables using a background worker | TIME | MIT | C | — | |
| audit_stream | 0.1.0 | Postgres extension that emits audit-stream-py-compatible governance events on watched table CRUD via pg notify, plus a Python LISTEN bridge daemon. The database-tier governance producer for the Kinetic Gain Protocol Suite. | SEC | MIT | Python | — | |
| bedquilt | 2.1.0 | A json object store | FEAT | MIT | C | — | |
| believe | 0.11.0 | The official PostgreSQL extension for the Believe API. | UTIL | MIT | SQL | — | |
| beyond_queue | 0.1.0 | A faster fork of pgmq for https://beyond.dev queues | FEAT | MIT | Rust | — | |
| check_digits | 0.3.3 | Functions to check various identification numbers | FUNC | MIT | C | — | |
| chess_index | 0.0.1 | Data types for indexing chess positions. | TYPE | MIT | C | — | |
| compact_uuid | 0.1.1 | UUID type with canonical 22-character Base64url text | TYPE | MIT | Rust | 18 | |
| conda_pgsql_rust_ext | 0.0.0 | Conda version data type and helpers for PostgreSQL, implemented with pgrx and rattler_conda_types. | TYPE | MIT | Rust | 13–17 | |
| condaversion | 1.0 | Conda package version number data type implemented as a C++ PostgreSQL extension. | TYPE | MIT | C++ | — | |
| cron_utils | 0.1.0 | Parse cron expressions and compute previous or next trigger times | TIME | MIT | SQL | 14–18 | |
| describe_resultset | 1.0.0 | PostgreSQL extension to show names, data types, and attributes of columns in an arbitrary result set | UTIL | MIT | C | — | |
| ednb | 0.0.1 | Postgres extension to support EDN as a custom datatype | TYPE | MIT | C | — | |
| exploring_aggregates | 0.0.0 | pgrx example defining a custom integer-sum aggregate with serialized state. | FUNC | MIT | Rust | — | |
| fbsql | 0.1.0 | Closure-preserving formula-based statistical modeling in SQL | FUNC | MIT | SQL | 16–18 | |
| fft_approximate | 1.0 | FFT-based approximate aggregate range queries over time-series data. | FUNC | MIT | C | — | |
| geekspeak_calendar | 1.0.0 | Calendar and iCalendar integration for GeekSpeak podcast recording schedules and episodes. | TIME | MIT | SQL | — | |
| hypostats | 0.0.0 | Dump and load pg_statistic rows as JSON for statistics experiments. | ADMIN | MIT | Rust | 12–17 | |
| jsonpath | 0.1 | Run JSONPath queries through a bundled JavaScript implementation in PLV8 | FEAT | MIT | SQL | — | |
| lab-orders | 0.1.0 | pgpm demo for the Postgres Conference 2026 | FEAT | MIT | C | — | |
| launchql-ext-types | 0.4.5 | 🛠. basic pg utils | TYPE | MIT | C | — | |
| launchql-jwt-claims | 0.4.5 | launchql-jwt-claims extension | SEC | MIT | SQL | — | |
| launchql-stamps | 0.4.5 | 🛠. basic pg utils | FUNC | MIT | C | — | |
| launchql-totp | 0.4.5 | 🛠. basic pg utils | SEC | MIT | C | — | |
| letter | 0.1 | letter: role-based access control for PostgreSQL | SEC | MIT | C | — |