Source: pg-background Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Michael Banck , Standards-Version: 4.7.0 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), postgresql-all , postgresql-server-dev-all, libkrb5-dev, Homepage: https://github.com/vibhorkum/pg_background Vcs-Browser: https://salsa.debian.org/postgresql/pg-background Vcs-Git: https://salsa.debian.org/postgresql/pg-background.git Package: postgresql-18-pg-background Architecture: any Depends: ${misc:Depends}, ${postgresql:Depends}, ${shlibs:Depends}, Description: Background SQL extension for PostgreSQL pg_background is a PostgreSQL extension to execute arbitrary SQL commands in background worker processes within PostgreSQL. It allows workloads requiring asynchronous execution, autonomous transactions, and long-running operations without blocking client sessions. . Unlike dblink (which creates a separate connection) or client-side async patterns, pg_background workers run inside the database server with full access to local resources while operating in independent transactions.