SQL-native durable orchestrations for PostgreSQL
pgext.cloud · Source code · Website · Documentation · License text · Control file · PGXN
| Package | pg_durable |
|---|---|
| Version | 0.2.8 |
| PostgreSQL versions | 17 · 18 |
| Repository | PIGSTY |
| Extension type | Preloaded |
| Project status | Preview |
| Vendor | Microsoft |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pg_durable |
| Schema | df, _duroxide, pg_catalog |
| Stars | 2,793 |
| Latest commit | 2026-08-29 |
| Latest release | 2026-08-24 |
| Catalogue updated | 2026-09-19 |
| pg_task | execute any sql command at any specific time at background |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pg_background | Run SQL queries in the background |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |
| pgmb | A simple PostgreSQL Message Broker system |
| pg_later | Run queries now and get results later |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |
| pg_retry | Retry SQL statements on transient errors with exponential backoff |
| fsm_core | Finite state machine toolkit for PostgreSQL |
| pglock | Lightweight distributed lock service inside PostgreSQL |