PgCortex – AI enrichment per Postgres row, zero transaction blocking
Outbox + external worker architecture solves a real production pain: LLM calls in Postgres triggers without blocking transactions.
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
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.
Catches catastrophic DDL drops that standard alerting rules would miss.