Loosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | event_manager |
|---|---|
| Version | 0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | event_manager |
| Latest commit | 2026-05-20 |
| Catalogue updated | 2026-07-30 |
| plpgsql | PL/pgSQL procedural language |
| pg_async | C extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby. |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| 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. |
| pgq | Generic queue for PostgreSQL |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |
| pg_message_queue | Listen/Notify-based PostgreSQL message queue extension |
| qgres | Simple queue system |
| pgqbw | postgres queue backgound worker |