Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
236 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| nabla | 0.1.0 | Asynchronous incremental materialized views with delta subscriptions | FEAT | AGPL-3.0-or-later | Rust | 17 | 2 |
| nostr_filter | 1.0 | Nostr event types, insertion helpers, and JSON filter evaluation inside PostgreSQL. | FEAT | — | C | — | 2 |
| npm | 0.0.1 | Schema and tables for tracking npm package metadata and daily download counts. | FEAT | MIT | C | — | 2 |
| pg_eddy | 0.6.0 | A Postgres extension for labeled property graphs with index-free adjacency and built-in materialized views. | FEAT | Apache-2.0 | Rust | — | 2 |
| pg_fossa | 1.7 | Archived SQL extension supporting FOSSA hasGraph data structures and queries. | FEAT | — | SQL | — | 2 |
| pg_tamagotchi | 0.1.0 | A pet for your postgres db | FEAT | — | C | — | 2 |
| pg_thud | 0.1.0 | Framework extending pgtap with scaffolding and test-data helpers for database unit tests. | FEAT | PostgreSQL | SQL | 10–18 | 2 |
| pg_web | 0.1.0 | Run an embedded HTTP server from a PostgreSQL background worker | FEAT | MIT | C | — | 2 |
| pg_xclaim | 1.0.0-rc1 | High-cardinality transaction-scoped logical claim primitive for PostgreSQL | FEAT | PostgreSQL | C | — | 2 |
| pgpm-measurements | 0.15.5 | PostgreSQL modules using the pgpm workflow for safe, testable, reversible SQL changes. | FEAT | MIT | C | — | 2 |
| pgqbw | 1.0 | postgres queue backgound worker | FEAT | — | C | — | 2 |
| wiki | 0.1 | In-database wiki data model and SQL/PLPerl API with optional MediaWiki integration. | FEAT | PostgreSQL | SQL | 10–12 | 2 |
| all_hooks | 0.1 | Extension for PostgreSQL emitting a message for each of all available hooks | FEAT | MIT | C | — | 1 |
| bloompg | 0.1.2 | Planner-hook extension for PostgreSQL 18 that prefilters equality-join inputs with adaptive Bloom or exact bitmap transfer before replanning analytical queries. | FEAT | MIT | C | 18 | 1 |
| geekspeak | 1.0.0 | Database schema extension for the GeekSpeak podcast website. | FEAT | GPL-2.0 | SQL | 10 | 1 |
| graph_db | 1.0 | A PostgreSQL extension for graph-database usage | FEAT | — | C++ | — | 1 |
| launchql-extension-verify | 0.0.1 | PostgreSQL verification utilities | FEAT | — | C | — | 1 |
| lsm_idx | 1.0 | Experimental LSM-style index access method built on PostgreSQL B-tree internals | FEAT | — | C | — | 1 |
| newsfeeds | 1.0.0 | PostgreSQL extension for gathering news | FEAT | GPL-2.0 | SQL | 10–18 | 1 |
| oxgraph_pgrx | 0.0.0 | oxgraph: graph traversal for PostgreSQL via OxGraph snapshots | FEAT | — | Rust | — | 1 |
| pg2podg | 0.1.3 | PostgreSQL extension for two-player open deterministic games. | FEAT | GPL-3.0 | SQL | 10–18 | 1 |
| pg_ascii_movie | 1.0 | pg ascii movie is a PostgreSQL extension to watch ascii movies. | FEAT | — | C | — | 1 |
| pg_async | 1.0 | C extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby. | FEAT | MIT | C | 13–14 | 1 |
| pg_cache_tree | 1.0.0 | Caches recursive parent and child IDs in array columns using trigger and helper functions. | FEAT | MIT | SQL | 10–18 | 1 |
| pg_chaos_shuffle | 0.1.0 | Chaos-testing hook that randomizes SELECT results lacking ORDER BY. | FEAT | MIT | Rust | 13–18 | 1 |
| pg_crasher | 1.0 | Provides a function that intentionally crashes a PostgreSQL backend for client error-handling tests. | FEAT | — | C | — | 1 |
| pg_fiu | 0.0.1 | Fault-injection extension for PostgreSQL using libfiu | FEAT | MIT | C | 10–18 | 1 |
| pg_foobar | 1.0 | Demonstrates PostgreSQL parallel workers by launching workers that write configurable foo and bar messages to the server log. | FEAT | — | C | 10 | 1 |
| pg_git | 0.4.0 | Implements Git-like repositories, commits, branches, merges and remote operations using PostgreSQL-native data and functions. | FEAT | PostgreSQL | SQL | 12–18 | 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_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_reversi | 1.0 | Reversi game implemented as a PostgreSQL extension. | FEAT | — | C | — | 1 |
| pg_semantius | 0.4.0 | Database-first application backend with RBAC, RLS, data dictionary, and message queue. | FEAT | MIT | SQL | 18 | 1 |
| pg_synthesize_wal | 1.0 | Generate PostgreSQL WAL records of various sizes | FEAT | PostgreSQL | C | 15–18 | 1 |
| pg_tpch | 1.0.0 | TPC-H table creation, data loading, and query metadata for PostgreSQL | FEAT | MIT | Rust | 13–18 | 1 |
| pgwire4 | 1.0 | PostgreSQL extension to provide a new wire protocol | FEAT | — | C | — | 1 |
| pgwtc | 0.1 | Dataset and counterpoint-analysis tools for Bach's Well-Tempered Clavier fugues. | FEAT | — | SQL | — | 1 |
| pgxsd | 1.0 | Validate PostgreSQL XML values against XSD schemas stored inside the database. | FEAT | — | C | — | 1 |
| pscan | 1.0 | A PostgreSQL 9.6 test extension comparing tuple-based parallel heap scans with manually partitioned block-range scans. | FEAT | — | C | — | 1 |
| redis_backed_storage | 0.0.0 | Experimental PostgreSQL table access method backed by Redis storage. | FEAT | — | Rust | 11–16 | 1 |
| simple | 1.0 | postgresql simple demo extension | FEAT | BSD-3-Clause | C | — | 1 |
| simpleext | 1.0 | trivial boilerplates, examples | FEAT | — | Go | — | 1 |
| spgist | 1.0 | SP-GIST index (access method) | FEAT | — | C | — | 1 |
| test_factory | 0.5.0 | Framework for registering, creating, caching, and reusing named PostgreSQL test data sets. | FEAT | BSD-2-Clause | SQL | — | 1 |
| test_factory_pgtap | 0.1.0 | A framework for managing test data | FEAT | BSD-2-Clause | SQL | — | 1 |
| account | 0.1.2 | Add team, billing, and permission support to Supabase. | FEAT | — | SQL | — | |
| aethel_smgr | 1.0 | AethelDB - A decoupled, serverless PostgreSQL platform | FEAT | Apache-2.0 | Rust | — | |
| ai_blaise_citus | 0.1.0 | ai-blaise Citus companion extension | FEAT | — | Rust | — | |
| alex_gist_int8 | 1.0 | GiST index support for common PostgreSQL data types. | FEAT | — | C | — | |
| alohadb_branch | 1.0 | Lightweight database branching for testing migrations and experiments | FEAT | MIT | C | — |