tuple
RU: tuple (кортеж)
In PostgreSQL, a single physical row version stored in a heap file. Each tuple carries a header with xmin and xmax transaction IDs that determine its visibility; an UPDATE creates a new tuple rather than modifying the old one, leaving the old tuple as a dead version until VACUUM removes it.