aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/pg_rewind.c
Commit message (Expand)AuthorAge
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* Avoid non-constant format string argument to fprintf().Heikki Linnakangas2020-08-18
* Fix printing last progress report line in client programs.Heikki Linnakangas2020-08-17
* Improve use of prepositions in messagesPeter Eisentraut2020-05-08
* Unify find_other_exec() error messagesPeter Eisentraut2020-05-08
* Put new command-line options into alphabetical order in help outputPeter Eisentraut2020-05-01
* Fix typoPeter Eisentraut2020-04-29
* Fix single-record reads to use restore_command if available in pg_rewindMichael Paquier2020-04-22
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier2019-10-07
* Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-confMichael Paquier2019-10-04
* Fix --dry-run mode of pg_rewindMichael Paquier2019-10-04
* pg_rewind: Allow writing recovery configurationAlvaro Herrera2019-09-30
* Have pg_rewind run crash recovery before rewindingAlvaro Herrera2019-09-27
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Remove redundant newlines from error messagesPeter Eisentraut2019-07-02
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Remove pg_rewind's private logging.h/logging.c files.Tom Lane2019-05-14
* Message fixesAlvaro Herrera2019-04-29
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Add routine able to update the control file to src/common/Michael Paquier2019-03-12
* Simplify some code in pg_rewind when syncing target directoryMichael Paquier2019-02-26
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Update copyright for 2019Bruce Momjian2019-01-02
* pg_rewind: Add missing newline to error messagePeter Eisentraut2018-12-29
* Add pg_rewind --no-syncMichael Paquier2018-07-10
* Simplify logic to sync target directory at the end of pg_rewindMichael Paquier2018-07-10
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Make sure pg_rewind can't run as rootMagnus Hagander2018-04-09
* Allow group access on PGDATAStephen Frost2018-04-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Don't allow both --source-server and --source-target args to pg_rewind.Heikki Linnakangas2016-10-07
* pgindent run for 9.6Robert Haas2016-06-09
* Message style and wording fixesPeter Eisentraut2016-06-07
* pg_rewind: Improve internationalizationAlvaro Herrera2016-03-28
* pg_rewind: fsync target data directory.Andres Freund2016-03-27
* pg_rewind: Close backup_label file descriptor.Andres Freund2016-03-27