pg_stream is a PostgreSQL 18 extension that keeps materialized views current
incrementally — no external infrastructure, no separate streaming pipeline.<p>You define a stream table (a SQL query + a freshness bound) and the extension
derives a delta query that processes only changed rows on each refr...