Microsoft has open-sourced pg_durable, a PostgreSQL extension that allows for in-database durable execution of long-running SQL functions. This enables teams to define workflows in SQL and have them executed with checkpointing and resume capabilities in case of crashes or failures. The extension is designed for teams that already store their state in Postgres and want to simplify their background work. pg_durable provides a SQL-native way to define functions and workflows, eliminating the need for external services or infrastructure.