postgresql/src/backend/access
Michael Paquier c8b733c4c4 Improve description of some WAL records with transaction commands
This commit improves the description of some WAL records for the
Transaction RMGR:
- Track remote_apply for a transaction commit.  This GUC is
user-settable, so this information can be useful for debugging.
- Add replication origin information for PREPARE TRANSACTION, with the
origin ID, LSN and timestamp
- Same as above, for ROLLBACK PREPARED.

This impacts the format of pg_waldump or anything using these
description routines, so no backpatch is done.

Author: Masahiko Sawada, Michael Paquier
Discussion: https://postgr.es/m/CAD21AoD2dJfgsdxk4_KciAZMZQoUiCvmV9sDpp8ZuKLtKCNXaA@mail.gmail.com
2021-12-13 11:02:47 +09:00
..
brin Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
common Fix corruption of toast indexes with REINDEX CONCURRENTLY 2021-12-08 11:01:08 +09:00
gin Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
gist Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
hash Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
heap Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
index Add hardening to catch invalid TIDs in indexes. 2021-11-04 19:54:05 -07:00
nbtree Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
rmgrdesc Improve description of some WAL records with transaction commands 2021-12-13 11:02:47 +09:00
spgist Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
table Fix some typos with {a,an} 2021-12-09 15:20:36 +09:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Remove mention of TimeLineID update from comments 2021-12-01 14:17:24 +01:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00