backend_xmin
RU: backend_xmin
The oldest transaction ID that a PostgreSQL backend's current snapshot still considers potentially visible, shown in pg_stat_activity.backend_xmin. VACUUM cannot remove dead tuples newer than this horizon; a long-running query or an idle-in-transaction session that holds a low backend_xmin can block cleanup across the whole cluster.