Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps

2014-12-03 Thread Alvaro Herrera
Stefan Kaltenbrunner wrote: > On 12/03/2014 03:54 PM, Alvaro Herrera wrote: > > Keep track of transaction commit timestamps > this broke the docs build: > > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2014-12-03%2016%3A17%3A01 Woops, thanks. Fixed. -- Álvaro Herrera

Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps

2014-12-03 Thread Stefan Kaltenbrunner
On 12/03/2014 03:54 PM, Alvaro Herrera wrote: > Keep track of transaction commit timestamps > > Transactions can now set their commit timestamp directly as they commit, > or an external transaction commit timestamp can be fed from an outside > system using the new function TransactionTreeSetCommit

[COMMITTERS] pgsql: Keep track of transaction commit timestamps

2014-12-03 Thread Alvaro Herrera
Keep track of transaction commit timestamps Transactions can now set their commit timestamp directly as they commit, or an external transaction commit timestamp can be fed from an outside system using the new function TransactionTreeSetCommitTsData(). This data is crash-safe, and truncated at Xid