summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
AgeCommit message (Expand)Author
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-04-12Remove COMMIT_TS_SETTS record.Fujii Masao
2021-03-25Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-24Fix missing fsync of SLRU directories.Thomas Munro
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove 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-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-10Remove 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-10Improve 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-23pgindent 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