t_xmin
RU: t_xmin
A system column in every PostgreSQL heap tuple that holds the transaction ID of the INSERT or UPDATE that created this tuple version. A reader's snapshot checks whether xmin is a committed transaction whose ID falls within the snapshot's visible range; if not, the tuple is invisible to that reader.