summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
AgeCommit message (Expand)Author
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-06-22Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-24Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera
2016-10-24Preserve commit timestamps across clean restartAlvaro Herrera
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-11Improve some messagesPeter Eisentraut
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-02Don't disable commit_ts in standby if enabled locallyAlvaro Herrera
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-08-21Do not allow *timestamp to be passed as NULLAlvaro Herrera
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-03-09Keep CommitTs module in sync in standby and masterAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera