Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
380 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| pgs3 | 0.1.1 | S3-compatible object storage endpoint implemented inside PostgreSQL. | SIM | Apache-2.0 | Rust | 17–18 | 1 |
| pgscraper | 1.0 | Postgresql extension for scraping data from web | ETL | — | Rust | — | 1 |
| pgtensor | 0.0.0 | Run inference on ONNX models inside your Postgres database (and a Tensor type) | RAG | MIT | Rust | — | 1 |
| pgvector | 0.0.0 | Custom vector type with Euclidean distance, cosine similarity, and prototype IVFFlat helpers. | RAG | — | Rust | — | 1 |
| pgwasm | 0.1.0 | Run sandboxed WebAssembly components as strongly typed PostgreSQL SQL functions. | LANG | BSD-3-Clause | Rust | 14–18 | 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 |
| postgres_redis | 0.0.0 | synchronize selected PostgreSQL table values to Redis with hooks and a background worker | ETL | MIT | Rust | 11–16 | 1 |
| proxquery | 0.5.2 | positional proximity predicates for tsvector full-text search | FTS | — | Rust | — | 1 |
| redis_backed_storage | 0.0.0 | Experimental PostgreSQL table access method backed by Redis storage. | FEAT | — | Rust | 11–16 | 1 |
| rrule_safe | 0.2.1 | Memory-safe iCalendar recurrence-rule evaluation for PostgreSQL. | TYPE | PostgreSQL | Rust | 13–18 | 1 |
| vmagentfdw | 0.0.2 | Foreign data wrapper for reading vmagent scrape-target status through its HTTP API. | FDW | Apache-2.0 | Rust | 14–16 | 1 |
| xata_id_extension | 0.0.0 | Generate Xata-style rec_ identifiers with a 20-character lowercase alphanumeric suffix. | FUNC | MIT | Rust | — | 1 |
| 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 | — | |
| all_in_one_lib | 0.0.1 | Rust/pgrx utility extension with encryption helpers and a sample FDW wrapper. | UTIL | Apache-2.0 | Rust | 13–16 | |
| bench_pg_unwind | 0.1 | Benchmark PostgreSQL/Rust exception unwinding overhead | FEAT | Apache-2.0 | Rust | — | |
| beyond_auth | 0.1.0 | Per-project authentication and authorization service for apps running on https://beyond.dev | SEC | AGPL-3.0 | Rust | — | |
| beyond_queue | 0.1.0 | A faster fork of pgmq for https://beyond.dev queues | FEAT | MIT | Rust | — | |
| bgworker_segfault | 0.0.0 | Minimal Rust/pgrx background-worker crash reproducer for max_worker_processes exhaustion. | FEAT | — | Rust | 11–16 | |
| bloom_fulon | 0.0.0 | Experimental pgrx index access method for PostgreSQL, created for learning purposes. | FEAT | — | Rust | 11–16 | |
| cart_ext | 0.0.0 | Cart-service transaction markers and LISTEN/NOTIFY background workers for a marketplace prototype. | FEAT | — | Rust | — | |
| 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 | |
| date_string_converter | 0.0.0 | pgrx extension skeleton for date-string conversion; current source exposes hello_date_string_converter(). | TIME | — | Rust | 11–16 | |
| dummy_index_am | 0.0.0 | Minimal dummy index access method for testing PostgreSQL index-AM facilities. | FEAT | — | Rust | — | |
| ebs_fdw | 0.0.0 | Rust/pgrx foreign data wrapper for listing AWS EBS volumes through PostgreSQL. | FDW | — | Rust | 11–15 | |
| edtf_postgres | 1.2.3 | EDTF validation, normalization, date bounds, and temporal relations. | TIME | MIT OR Apache-2.0 | Rust | 14–18 | |
| exploring_aggregates | 0.0.0 | pgrx example defining a custom integer-sum aggregate with serialized state. | FUNC | MIT | Rust | — | |
| hello_pg | 0.0.0 | Minimal pgrx hello-world extension used to reproduce a macOS build issue. | FUNC | — | Rust | — | |
| helloworldtable | 0.0.0 | pgrx example returning a one-row table containing a Hello World greeting. | FUNC | — | Rust | — | |
| hessra_authz | 0.3.2 | Biscuit-token authorization helpers plus key and service-chain management inside PostgreSQL. | SEC | Apache-2.0 | Rust | 13–17 | |
| hyperion_vault | 0.3.0 | Encrypted secrets vault for PostgreSQL with KMS envelope encryption and automatic rotation. | SEC | GPL-3.0 | Rust | 18 | |
| hypostats | 0.0.0 | Dump and load pg_statistic rows as JSON for statistics experiments. | ADMIN | MIT | Rust | 12–17 | |
| json_validator_ext | 0.0.0 | Validate JSONB values against JSON Schema using Rust and pgrx | FEAT | — | Rust | 13–18 | |
| kmoney | 0.2.1 | Exact scale-18 monetary types with one SQL type per currency. | TYPE | MIT OR Apache-2.0 | Rust | 15–18 | |
| morpheme_funcs | 0.0.0 | PostgreSQL extension built with pgrx; upstream metadata did not provide a specific description. | FTS | — | Rust | 12–17 | |
| newtricks | 0.0.0 | Examples of postgres extensions using rust | FEAT | — | Rust | — | |
| optim | 0.0.0 | Experimental pgrx extension defining optimization-direction and hyperparameter trial types. | TYPE | — | Rust | 12–17 | |
| parodydb | 0.0.0 | A toy full-text search extension for Postgres, written in Rust using pgrx | FTS | — | Rust | — | |
| payment_ext | 0.0.0 | Payment-service transaction markers and a LISTEN/NOTIFY background worker for a marketplace prototype. | FEAT | — | Rust | — | |
| pbloompg | 0.0.0 | portable bloom filter, create, serialize, query across Go, Rust, Postgres | FUNC | MIT | Rust | — | |
| pboutput | 0.0.0 | Binary logical-decoding output plugin that encodes PostgreSQL changes as Protocol Buffers. | ETL | — | Rust | — | |
| ped25519 | 0.1.0 | Ed25519 signing and verification functions implemented in Rust with pgrx. | SEC | MIT | Rust | 14–16 | |
| pg_base62 | 0.1.0 | Encode UUID values to URL-safe Base62 strings and decode them back. | UTIL | — | Rust | — | |
| pg_bert | 0.0.0 | BERT tokenizer implemented as a PostgreSQL full-text-search parser. | FTS | Apache-2.0 | Rust | — | |
| pg_conda | 1.0.1 | PostgreSQL extension adding conda ecosystem version types, aggregates, and functions. | TYPE | MIT | Rust | 13–17 | |
| pg_debyte_ext | 0.1.0 | Example PostgreSQL extension for decoding bytea payloads to JSON using pg_debyte Rust crates. | UTIL | Apache-2.0 | Rust | 15–17 | |
| pg_ecdsa_verify | 1.2.4 | ECDSA signature verification functions for PostgreSQL | SEC | MIT | Rust | 13–18 | |
| pg_elephantduck | 0.0.0 | Columnar PostgreSQL table access method powered by DuckDB and Parquet storage. | OLAP | MIT | Rust | 16–17 |