Live Feed/Supabase/Fact Record
Supabase logo
Supabase
feature 96% Confidence Gate August 5, 2026

Postgres Changes gets AND filters, new operators, and column selection

Supabase has updated Postgres Changes subscriptions to support logical AND filtering and an expanded set of comparison operators. Developers can now specify a subset of columns to be returned in the subscription payload instead of the entire row.

Verified State Diff

Comparison Mode:
- Previous State
Postgres Changes subscriptions supported limited filtering logic and returned the full row payload for every change event.
+ Verified New State
Postgres Changes subscriptions support logical AND filtering, expanded comparison operators, and explicit column selection for payloads.

Impact & Verification Analysis

WHO IS AFFECTED

Developers building real-time applications using Supabase Realtime and Postgres Changes.

WHY IT MATTERS

This reduces unnecessary data transfer and allows for more complex, event-driven architectures by enabling precise subscription triggers based on specific data conditions.

Full Fact Overview

The update enhances the Realtime engine's filtering capabilities for Postgres Changes. Previously, subscriptions were limited to simpler filter logic and returned the full row state upon change events. By introducing logical AND operators, developers can create more granular subscription criteria. Furthermore, the ability to select specific columns reduces network overhead and payload size, which is critical for high-frequency real-time applications where bandwidth and client-side processing are constrained.

Multi-Source Evidence Chain (1)

Postgres Changes gets AND filters, new operators, and column selectionSupabase
TRACKED ENTITY
Explore all historical Supabase changes
View Supabase Hub ➔