summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-101-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-4/+4
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-271-0/+12
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-171-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-191-8/+13
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-241-2/+9
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-241-0/+2
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-131-0/+1
* pgindent run for 9.6Robert Haas2016-06-091-7/+7
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-021-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-281-26/+26
* Fix commit timestamp initializationAlvaro Herrera2015-12-111-12/+27
* Improve some messagesPeter Eisentraut2015-12-101-1/+1
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-031-13/+19
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-121-1/+1
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-271-70/+79
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-021-2/+3
* Fix commit_ts for standbyAlvaro Herrera2015-10-011-34/+73
* Code review for transaction commit timestampsAlvaro Herrera2015-09-291-9/+20
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-211-8/+7
* pgindent run for 9.5Bruce Momjian2015-05-231-37/+37
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-39/+14
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-091-21/+60
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-031-0/+902