C extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_async |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 13 · 14 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_async |
| Stars | 1 |
| Latest commit | 2021-12-23 |
| Catalogue updated | 2026-08-30 |
| event_manager | Loosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing. |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pg_message_queue | Listen/Notify-based PostgreSQL message queue extension |
| supa_queue | Simple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault. |
| pgcapture | A scalable Netflix DBLog implementation for PostgreSQL |
| pgq_node | Coordinate nodes, subscribers, consumers, and watermarks for cascaded PgQ queueing |
| londiste | Londiste replication support code |
| pgq | Generic queue for PostgreSQL |