aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
Commit message (Expand)AuthorAge
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-15
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier2018-06-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-13
* pgindent run for 9.6Robert Haas2016-06-09
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-02
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-09