Precise wait-event timing and tracing
needs reviewLow-overhead core timing, trace capture, coverage analysis, and independent observer-effect benchmarks.
postgres@hacking:~$ ./status --public
/* sessions, patches, -hackers threads, CommitFest entries, progress, and blockers — connected without project-management theater */
2026-07-15 · 50:53
Fix correctness and coverage of recovery landmarks for destructive DDL.
Low-overhead core timing, trace capture, coverage analysis, and independent observer-effect benchmarks.
Log the correct commit-record LSN for DROP TABLE and related destructive operations to make PITR recovery less guessy.
Keep logical slots usable on a standby fed by WAL archives by pausing and safely resuming recovery around conflicts.
Add WHERE support to REFRESH MATERIALIZED VIEW with explicit concurrency semantics.
Compress or batch larger WAL records, originating in B-tree build experiments.
Negotiate custom command-completion tags through a _pq_ protocol capability.
Agent-assisted patch work around the wait-event timing submission.
Independent benchmarks, observer effect, coverage, and patch restructuring.
End-to-end tests for archive-fed logical decoding and pause/resume behavior.
Refine recovery pause behavior, crash safety, promotion, and auto-resume.