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
*
Fix pg_rewind bugs when rewinding a standby server.
Heikki Linnakangas
2020-12-03
*
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
*
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
*
Improve use of prepositions in messages
Peter Eisentraut
2020-05-08
*
Unify find_other_exec() error messages
Peter Eisentraut
2020-05-08
*
Put new command-line options into alphabetical order in help output
Peter Eisentraut
2020-05-01
*
Fix typo
Peter Eisentraut
2020-04-29
*
Fix single-record reads to use restore_command if available in pg_rewind
Michael Paquier
2020-04-22
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Improve handling and coverage of --no-ensure-shutdown in pg_rewind
Michael Paquier
2019-10-07
*
Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-conf
Michael Paquier
2019-10-04
*
Fix --dry-run mode of pg_rewind
Michael Paquier
2019-10-04
*
pg_rewind: Allow writing recovery configuration
Alvaro Herrera
2019-09-30
*
Have pg_rewind run crash recovery before rewinding
Alvaro Herrera
2019-09-27
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Remove redundant newlines from error messages
Peter Eisentraut
2019-07-02
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Remove pg_rewind's private logging.h/logging.c files.
Tom Lane
2019-05-14
*
Message fixes
Alvaro Herrera
2019-04-29
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-12
*
Simplify some code in pg_rewind when syncing target directory
Michael Paquier
2019-02-26
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
pg_rewind: Add missing newline to error message
Peter Eisentraut
2018-12-29
*
Add pg_rewind --no-sync
Michael Paquier
2018-07-10
*
Simplify logic to sync target directory at the end of pg_rewind
Michael Paquier
2018-07-10
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Make sure pg_rewind can't run as root
Magnus Hagander
2018-04-09
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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
[next]