//
Busca en todas las páginas de la documentación
6 pages in this section.
BEGIN/COMMIT/ROLLBACK and explicit transaction boundaries.
Read committed vs repeatable read vs serializable - Postgres behavior.
Tuple versions, xmin/xmax intuition without mythologizing.
`FOR UPDATE`, `SKIP LOCKED`, and queue patterns.
Detection, `deadlock_timeout`, and retry discipline.
Keep transactions short; avoid user think time in TX.