Package: postgresql-15-pg-background Source: pg-background Version: 2.0.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 290 Depends: postgresql-15, libc6 (>= 2.38) Homepage: https://github.com/vibhorkum/pg_background Priority: optional Section: database Filename: pool/main/p/pg-background/postgresql-15-pg-background_2.0.2-1.pgdg26.04+1_amd64.deb Size: 68896 SHA512: 7d10d99597a1a95100c5c8409fe8daa7e3d814b2fcdb237697f748524f54e27e649c258ce7dd1bb722d157b818abf9bc871a3405adc5a605fffe4a5f3ad952b0 SHA256: da817e2c0bfd843269115ee6145d5d9547e688e9019ac790c2e3c7d54e2eddd2 SHA1: 9fa42f9ec5c28e755c067dd0adf2a0ce58b2a5ee MD5sum: 4188d9f7649fe473bcb78b1189161a13 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.