Add a time-of-preparation column to the pg_prepared_xacts view, per an

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a8d1075f271458960da683e8ec28f5a656984159
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-18T19:33:42Z
Releases: 8.1.0
Add a time-of-preparation column to the pg_prepared_xacts view, per an
old suggestion by Oliver Jowett.  Also, add a transaction column to the
pg_locks view to show the xid of each transaction holding or awaiting
locks; this allows prepared transactions to be properly associated with
the locks they own.  There was already a column named 'transaction',
and I chose to rename it to 'transactionid' --- since this column is
new in the current devel cycle there should be no backwards compatibility
issue to worry about.

Files