index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
commit_ts.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
*
Fix obsolete comment in commit_ts.c.
Thomas Munro
2022-08-09
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Increase size of shared memory for pg_commit_ts
Alvaro Herrera
2021-11-30
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-12
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-12
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Michael Paquier
2018-06-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
[next]