index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
pg_rewind.c
Commit message (
Expand
)
Author
Age
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-19
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Don't allow both --source-server and --source-target args to pg_rewind.
Heikki Linnakangas
2016-10-07
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
pg_rewind: Improve internationalization
Alvaro Herrera
2016-03-28
*
pg_rewind: fsync target data directory.
Andres Freund
2016-03-27
*
pg_rewind: Close backup_label file descriptor.
Andres Freund
2016-03-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pg_rewind: Don't error if the two clusters are already on the same timeline
Peter Eisentraut
2015-12-11
*
Use pg_rewind when target timeline was switched
Teodor Sigaev
2015-12-01
*
pg_rewind: Improve some messages
Peter Eisentraut
2015-10-01
*
Review program help output for wording and formatting
Peter Eisentraut
2015-09-16
*
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-22
*
Fix some issues in pg_rewind.
Fujii Masao
2015-06-11
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-04-15
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Fix reporting of missing or invalid command line arguments in pg_rewind.
Heikki Linnakangas
2015-04-07
*
Fix process startup in pg_rewind.
Heikki Linnakangas
2015-04-07
*
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-29
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23