Pg-tail – tail -f for PostgreSQL
Native logical replication protocol means zero code changes to existing Postgres apps.
A postgres extension to avoid accidental mistakes
Parser hook blocks DELETE without WHERE before it wipes your production table.
PostgreSQL DBAs, backend developers with production databases
pg_guard · pg_stat_statements · PgBouncer
Native logical replication protocol means zero code changes to existing Postgres apps.
Outbox + external worker architecture solves a real production pain: LLM calls in Postgres triggers without blocking transactions.
Native Postgres BM25 with ORDER BY content <@> 'query' operator syntax.
Gzip breaks dedup; this stores uncompressed snapshots on BTRFS for 85% savings.
Deno runtime inside Postgres brings npm imports and sandboxing to stored procedures.
Job queue without a separate broker—uses Postgres LISTEN/NOTIFY and SKIP LOCKED.