index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
origin.c
Commit message (
Expand
)
Author
Age
*
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
*
Zero padding in replication origin's checkpointed on disk-state.
Andres Freund
2017-04-23
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Fix typos in comments
Magnus Hagander
2016-02-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Fix typos
Peter Eisentraut
2015-05-04
*
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
*
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29