Package: postgresql-15-pg-background Source: pg-background Version: 1.9.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 291 Depends: postgresql-15, libc6 (>= 2.14) Homepage: https://github.com/vibhorkum/pg_background Priority: optional Section: database Filename: pool/main/p/pg-background/postgresql-15-pg-background_1.9.1-1.pgdg22.04+1_amd64.deb Size: 66176 SHA512: a41c491f76507c61fcd828e973d856170c3ef47267ee8bb35feb445a9159d597c7286bb0895b5e39755f5edca95b022801d2da5f37bcda3238a5a16fb3b65443 SHA256: ddf8eeb796cf0af13a74983760f27dce6141595d93e432037db11db546529ecb SHA1: 5bed4200b7b4d62296017fbdbeaf4bfbc2143953 MD5sum: 386bf570b88e01bb7f397c55310100f2 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.