Package: postgresql-19-pg-background Source: pg-background Version: 2.0.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 316 Depends: postgresql-19, libc6 (>= 2.38) Homepage: https://github.com/vibhorkum/pg_background Priority: optional Section: database Filename: pool/main/p/pg-background/postgresql-19-pg-background_2.0.2-1.pgdg26.04+1_amd64.deb Size: 94832 SHA512: 51650a6230555b502f2e3565b8b2d9c9273c6eda4117fd402c11022ad5ace91788be525387bdeafd39a02b6c94a5941ba8617a0b033b0f23a1cb957f33e92df2 SHA256: 6da14e4d39c57f15220c8e0f910075d22476f02c532ae55c9ed1fe6f0b7af668 SHA1: b7bdbb70dedb4d83ff35cb5cb283e266ec681ac0 MD5sum: e1e25cd7cc9f542c12c371b8764fd134 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.