PgQue – PgQ, universal edition
Summary
PgQue reimagines the classic PgQ queue as a zero-bloat, in-database queue built entirely in pure PL/pgSQL. It uses snapshot-based batching and TRUNCATE-based rotation to avoid dead tuples, runs without external daemons, and is designed to work on managed Postgres environments via pg_cron for ticking and maintenance. The project positions itself as a modern, SQL-first alternative suitable for high-throughput, fan-out workloads on PostgreSQL 14+.