summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-211-22/+4
* Fix obsolete comment in commit_ts.c.Thomas Munro2022-08-091-7/+4
* Add 'static' to file-local variables missing it.Andres Freund2022-05-121-1/+1
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-301-0/+1
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-211-3/+5
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Increase size of shared memory for pg_commit_tsAlvaro Herrera2021-11-301-3/+4
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-311-0/+1
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-121-63/+1
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-251-1/+1
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-151-1/+1
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-161-10/+25
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-021-2/+2
* Defer flushing of SLRU files.Thomas Munro2020-09-251-19/+17
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-241-6/+0
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-111-2/+2
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-121-5/+66
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-081-6/+6
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-151-17/+17
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-281-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-261-5/+4
* Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier2018-06-221-1/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* 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