Back to today

pg_durable

Microsoft's open-source extension for in-database durable execution workflows

Surfacing on:hn

Hot score

90/100

Tracking since 2026-06-06. Saturation 18%.

The sections below are AI-summarized from the source platforms listed at the bottom. Always verify against the original sources before acting on the information.

What is pg_durable?

pg_durable is an open-source PostgreSQL extension from Microsoft that brings durable execution directly into the database. It allows developers to build reliable, stateful workflows that survive crashes and restarts by leveraging PostgreSQL's transactional guarantees. The extension provides a framework for orchestrating multi-step processes with automatic retries, checkpointing, and idempotency, eliminating the need for external workflow engines or additional infrastructure. By running inside the database, pg_durable reduces latency and operational complexity for applications that require strong consistency and fault tolerance. It is designed for use cases such as payment processing, order fulfillment, and any scenario where exactly-once execution is critical. The project is hosted on GitHub under the MIT license and is actively maintained by Microsoft. Based on community signals so far, pg_durable addresses the gap between simple database transactions and full-fledged durable execution frameworks like Temporal or Azure Durable Functions, offering a lightweight alternative for PostgreSQL users.

How to use this signal

Three ways a creator, builder, or agent can put pg_durable to work today. Each comes with a copy-paste prompt for ChatGPT or Claude.

  1. Evaluate vs your current stack

  2. Build a tutorial / demo repo

  3. Track changelog / breaking changes

Key features

  • In-database durable execution with PostgreSQL transactions
  • Automatic retries and checkpointing for workflows
  • Idempotency guarantees for exactly-once execution
  • Lightweight alternative to external workflow engines
  • Open source under MIT license by Microsoft
  • Reduces latency by eliminating network hops
  • Supports complex multi-step business processes

Who should use this

PostgreSQL developers building reliable, stateful workflows that require strong consistency and fault tolerance without adding external infrastructure. Ideal for fintech, e-commerce, and SaaS teams already using Postgres.

Comparable tools

Other tools tracked by trendsmeter in the same space.

Where it's surfacing

Source trail

1 source attached to this trend.

Voices from the source platforms

What people are saying

First-hand snippets pulled directly from the source pages — unedited, attributed to the platform they came from.

Hacker News Search powered by Algolia
hnView source

Trend velocity

rising

Saturation

18%

Schema

Word v1

Use this trend

Share the report, or copy a prompt that turns this signal into a useful brief.

Post to X

Track tomorrow's trend signals before they settle.

The daily feed, API, and MCP endpoint all read the same schema.

View OpenAPI