index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
commit_ts.c
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-06-22
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Michael Paquier
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-08-10
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-24
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-10-24
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-10
Improve some messages
Peter Eisentraut
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-02
Don't disable commit_ts in standby if enabled locally
Alvaro Herrera
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-08-21
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera