select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

pg_durable

SQL-native durable orchestrations for PostgreSQL

pgext.cloud · Source code · Website · Documentation · License text · Control file · PGXN

Overview

Packagepg_durable
Version0.2.8
PostgreSQL versions17 · 18
RepositoryPIGSTY
Extension typePreloaded
Project statusPreview
VendorMicrosoft
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespg_durable
Schemadf, _duroxide, pg_catalog
Stars2,793
Latest commit2026-08-29
Latest release2026-08-24
Catalogue updated2026-09-19

Related extensions

See also

pg_taskexecute any sql command at any specific time at background
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
pg_backgroundRun SQL queries in the background
ulakTransactional Outbox extension for PostgreSQL with reliable asynchronous delivery
pgmbA simple PostgreSQL Message Broker system
pg_laterRun queries now and get results later
pg_dispatchAsynchronous SQL dispatcher built on pg_cron
pg_retryRetry SQL statements on transient errors with exponential backoff
fsm_coreFinite state machine toolkit for PostgreSQL
pglockLightweight distributed lock service inside PostgreSQL