Package: postgresql-14-pg-background Source: pg-background Version: 1.9.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 317 Depends: postgresql-14, libc6 (>= 2.14) Homepage: https://github.com/vibhorkum/pg_background Priority: optional Section: database Filename: pool/main/p/pg-background/postgresql-14-pg-background_1.9.1-1.pgdg22.04+1_amd64.deb Size: 91596 SHA512: dcc1eff377ac9ec3bbb48c5b8df36f6c077bcb60c22ef5115d68cd73fe75a68099566e081cd7f036821fb0bafb7725e62f03e3d53081f5cf635e95f12f862792 SHA256: 3aa899a52771fa5078e62cfa57f33fc708e3f9dbcd251a2c7fcffa748d23ec03 SHA1: b9190da9ffba8be539d521307414b5731d5850a0 MD5sum: 880857e8b052fcf31a11be4f4b1270eb 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.