SELECT ut.relname, vac.* FROM pg_stat_progress_vacuum vac JOIN pg_stat_user_tables ut ON (vac.relid = ut.relid);