postgres=# select * from work;

Patch lines.

What is moving, what needs review, what is blocked, and where the durable artifacts live.

open

8 work lines

Inspired by the October 29 Hacking Postgres session, viewer Adam Brusselback implemented WHERE support for targeted REFRESH MATERIALIZED VIEW and has continued revising it through review.

blocker: The current patch has acknowledged privilege-escalation and error-cleanup bugs; the next revision has not been posted yet.

Keep loadable slots for excluded table data so replacement data is restored before dependent indexes and constraints.

blocker: The first review raised interface questions; the patch needs a revised option design and another version.

also supporting

work led by others

pg_stat_statements scalability

Quan Hoang Truong + AWS contributors

Quan continued the proposed GSoC work on LWLock contention. In parallel, an AWS-led patch series implements a broader pgstat-based redesign for the same scalability problem.

other public outcomes

12 durable outputs
unqualified DML guardspatch proposed · Prototype server-side protection against UPDATE or DELETE without qualification.pg_stat_kcache observer-effect fixpatch proposed · Reduce self-hidden I/O accounting caused by extension locking.whole-WAL-record compressionCommitFest patch · Compress or batch large WAL records, originating in B-tree build work.recovery landmarks for destructive DDLCommitFest patch · Record a useful commit LSN for recovering from DROP TABLE and related operations.ANALYZE steps in dump outputpatch proposed · Preserve or trigger statistics collection during dump and restore workflows.B-tree bloat removal (page merge)patch proposed · Salma El-Sayed’s mentored implementation now covers page merge plus cleanup of merged-away tombstone pages.partial materialized-view refreshCommitFest patch · Adam Brusselback turned the October 29 session’s idea into a REFRESH MATERIALIZED VIEW ... WHERE patch.precise wait-event timing and tracingCommitFest patch · Publish low-overhead timing, trace capture, coverage analysis, and benchmarks.custom protocol command tagspatch proposed · Negotiate command-completion formats through the _pq_ protocol capability.pglz compression experimentpublic experiment · Build and publish an agent-assisted testbed for improving pglz compression.logical decoding from archive-fed standbyspatch series · Pause and safely resume recovery instead of invalidating conflicting logical slots.pg_dump table-data placeholderspatch proposed · Keep loadable slots for excluded table data so replacement data follows the normal restore order.

shipped work lines

tracked above