Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
1798 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| ssn | 1.0.0 | SSN type implementation for PostgreSQL | TYPE | PostgreSQL | C | — | |
| starrocks_fdw | 1.2 | TencentDB for PostgreSQL foreign data wrapper for querying StarRocks tables through a MySQL-compatible interface. | FDW | — | C | 13–18 | |
| stopgap | 0.1.3 | pgrx deployment layer for versioned TypeScript/JavaScript function bundles backed by PLTS. | LANG | MIT | Rust | 14–18 | |
| streaming_lag | 0.0.1 | A custom background worker process to measure lag in units of time | STAT | PostgreSQL | C | — | |
| supabase_auth_apikey | 0.0.3 | Supabase Auth API-key helpers for creating, deleting, validating, and authorizing user API keys. | SEC | MIT | SQL | — | |
| suuid | 0.0.1 | small UUID | TYPE | Apache-2.0 | C | — | |
| synchro_pg | 0.3.0 | Database-side offline-first synchronization with scoped change capture | ETL | MIT | Rust | 18 | |
| tab_tier | 1.1 | PL/pgSQL extension for job-driven retention, tiering, and date-based table partition maintenance. | OLAP | Apache-2.0 | SQL | 10–18 | |
| table_builder | 1.0 | Proof-of-concept for a safe rust table builder and querier | FEAT | Apache-2.0 | Rust | — | |
| table_change_tracker | 1.0 | Tracks last modification timestamps for selected tables in shared memory. | STAT | MIT | C | — | |
| tag_parser | 0.1.0 | PostgreSQL Text Search parser extension for character separated lexemes | FTS | MIT | C | — | |
| talib_ext | 1.0 | postgres extension to do technical analysis on postgres | FUNC | — | Rust | — | |
| taskboss | 0.1.0 | Postgres extension for queueing jobs like a boss | FEAT | — | Rust | — | |
| tblsize_nolock | 1.0.0 | Functions to calculate relation size without grabbing AccessShareLock on a target relation. | ADMIN | PostgreSQL | C | — | |
| temporal_rtree | 1.0 | Experimental temporal R-tree access method implemented as a PostgreSQL extension. | TIME | — | C | — | |
| tencentdb_ai | 1.3 | TencentDB extension for calling large-model APIs and building in-database RAG workflows. | RAG | — | C | 14–18 | |
| tencentdb_failover_slot | 1.0 | TencentDB proprietary kernel extension that synchronizes logical replication-slot state to standby nodes so subscriptions can continue across primary/standby failover. | ETL | — | C | 10–18 | |
| tencentdb_pwdcheck | 1.0 | TencentDB password-policy extension loaded at server startup to enforce strong passwords. | SEC | — | C | 10–17 | |
| tencentdb_serverless | 1.0 | TencentDB extension for per-database CPU resource isolation in serverless and multi-tenant workloads. | ADMIN | — | C | 14–18 | |
| tencentdb_sql_throttling | 1.0 | TencentDB proprietary preloaded extension for limiting SQL concurrency by normalized SQL text or query ID across primary and read-only nodes. | ADMIN | — | C | 14–18 | |
| tencentdb_stat | 1.0 | TencentDB provider extension for collecting PostgreSQL QPS statistics. | STAT | — | C | 10–14 | |
| tencentdb_superuser | 1.1 | TencentDB administration extension that supplies the managed pg_tencentdb_superuser role and privileges. | SEC | — | C | 10–18 | |
| tencentdb_system_stat | 1.0 | TencentDB extension that exposes per-process CPU and memory usage for PostgreSQL monitoring. | STAT | — | C | 11–18 | |
| tencentdb_wal_stat | 1.0 | TencentDB proprietary WAL diagnostics extension that scans recent WAL files and attributes record counts, bytes, resource-manager types, and full-page images by database, schema, and relation. | STAT | — | C | 14–18 | |
| text_funcs | 1.0 | Tutorial 3 text functions | FUNC | — | C | — | |
| tg_sanity | 0.1.0 | Trigger function for enforcing data quality. | FEAT | MIT | SQL | — | |
| tg_sanity_tap | 0.1.0 | pgtap testing function for tg sanity triggers | FEAT | MIT | SQL | — | |
| th_dbdm | 1.3.3 | th dbdm: Postgres for database data management | OLAP | — | Rust | — | |
| timeql | 1.0 | Native temporal history tracking and point-in-time queries using PostgreSQL range types and GiST indexes. | TIME | MIT | C | — | |
| timetravel | 1.0 | TencentDB for PostgreSQL provider extension named timetravel, available as version 1.0 on PostgreSQL 10 and 11. | TIME | — | C | 10–11 | |
| toast | 1.0 | Tutorial 7 TOAST | ADMIN | — | C | — | |
| tree_similarity_extension | 0.0.0 | Hello-world pgrx stub extension whose repository does not yet implement tree-similarity functions. | FEAT | — | Rust | 11–16 | |
| treedb_pgext | 1.0 | TreeDB table access method (Phase 0 prototype) | FEAT | — | C | — | |
| tuplock | 1.2.2 | lock tuples (rows) with a boolean attribute | ADMIN | GPL-3.0 | C | — | |
| ulid | 0.1.3 | Embedded pgrx ULID type, generators, and casts | TYPE | MIT | Rust | 14–16 | |
| us-states | 0.1.0 | pgpm demo for the Postgres Conference 2026 | FEAT | MIT | C | — | |
| utils | 0.0.1 | Minimal C extension example providing integer addition and multiplication functions. | FUNC | MIT | C | 18 | |
| utinyint | 0.1.1 | One-byte unsigned integer type with casts to smallint, integer, and boolean. | TYPE | PostgreSQL | C | 10–18 | |
| vacuum_statistics | 1.0 | Shared-memory table, database, and index statistics for VACUUM activity. | STAT | — | C | — | |
| varbitx | 1.0 | Alibaba Cloud RDS bitmap function extension for additional varbit operations | FUNC | — | C | 10–11 | |
| varlena_alignment | 0.0.0 | pgrx test extension documenting varlena alignment behavior in pgrx set_varsize helpers. | FEAT | — | Rust | 11–16 | |
| vectoragg | 1.0 | Float-array range sum, clamp, and decimation functions | FUNC | — | C | — | |
| verhoeff | 1.0 | Implement a Postgres Extension for Verhoeff Algorithm | FUNC | — | C | — | |
| visualizing_aggregates | 0.0.0 | Experimental aggregate visualization and CodePen graph function | UTIL | — | Rust | — | |
| vmatch | 1.0 | Text similarity functions and a fuzzy-match /= operator with typo-aware weighting. | FTS | — | C | — | |
| world | 0.0.0 | pgrx tutorial functions for multilingual hello-world greetings. | FUNC | — | Rust | — | |
| x5fix | 0.1 | Low-level Greenplum persistent-filespace catalog and shared-memory repair helper. | ADMIN | — | C | — | |
| zipfile-fdw | 0.0.1 | Prototype foreign data wrapper scaffold for ZIP-file access. | FDW | — | C | — |