postgresql/src/backend/access
Fujii Masao 7b8a899bde Make pg_waldump report more detail information about PREPARE TRANSACTION record.
This commit changes xact_desc() so that it reports the detail information about
PREPARE TRANSACTION record, like GID (global transaction identifier),
timestamp at prepare transaction, delete-on-abort/commit relations,
XID of subtransactions, and invalidation messages. These are helpful
when diagnosing 2PC-related troubles.

Author: Fujii Masao
Reviewed-by: Michael Paquier, Andrey Lepikhov, Kyotaro Horiguchi, Julien Rouhaud, Alvaro Herrera
Discussion: https://postgr.es/m/CAHGQGwEvhASad4JJnCv=0dW2TJypZgW_Vpb-oZik2a3utCqcrA@mail.gmail.com
2019-11-13 16:59:17 +09:00
..
brin Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
common Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
gin Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
gist Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
hash Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
heap Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
index Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
nbtree Make _bt_keep_natts_fast() use datum_image_eq(). 2019-11-12 13:08:41 -08:00
rmgrdesc Make pg_waldump report more detail information about PREPARE TRANSACTION record. 2019-11-13 16:59:17 +09:00
spgist Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
table Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
tablesample Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
transam Make pg_waldump report more detail information about PREPARE TRANSACTION record. 2019-11-13 16:59:17 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00