summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_rewind.sgml
AgeCommit message (Expand)Author
11 daysDoc: use uppercase keywords in SQLsDavid Rowley
2025-10-25pg_rewind: Skip copy of WAL segments generated before point of divergenceMichael Paquier
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2024-03-27Adjust documentation for syncfs().Nathan Bossart
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-06-23doc: Clean up title case usePeter Eisentraut
2023-02-27pg_rewind: Remove notice in docs about running CHECKPOINT after promote.Heikki Linnakangas
2022-12-23Rework <warning> box about column list combining in logical replicationAlvaro Herrera
2022-04-12Docs: avoid confusing use of the word "synchronized"David Rowley
2022-04-06Add option --config-file to pg_rewindMichael Paquier
2021-04-24Doc: Remove extraneous whitespaces with some tagsMichael Paquier
2020-11-12Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-07-08docs: replace 'master' with 'primary' where appropriate.Andres Freund
2020-06-07doc: Move options on man pages into more alphabetical orderPeter Eisentraut
2020-05-01Improve various aspects of pg_rewind documentationMichael Paquier
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-09Doc: fix some description of environment variables with frontend toolsMichael Paquier
2019-10-07Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier
2019-09-30pg_rewind: Allow writing recovery configurationAlvaro Herrera
2019-09-27Have pg_rewind run crash recovery before rewindingAlvaro Herrera
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-07-13Fix and improve several places in the docsMichael Paquier
2019-04-08doc: Fix whitespacePeter Eisentraut
2019-04-05Fix some documentation in pg_rewindMichael Paquier
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-07-09Add pg_rewind --no-syncMichael Paquier
2018-07-06Add note in pg_rewind documentation about read-only filesMichael Paquier
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-08-01pg_rewind docs: clarify handling of remote serversBruce Momjian
2016-06-20docs: clarify use of pg_rewind argumentsBruce Momjian
2016-05-31Fix whitespacePeter Eisentraut
2015-12-24Docs typo fix.Tom Lane
2015-12-01Use pg_rewind when target timeline was switchedTeodor Sigaev
2015-11-23Clarify pg_rewind connection requirements.Teodor Sigaev
2015-09-18Order some new options on man pages more sensibly, minor improvementsPeter Eisentraut
2015-09-11doc: Spell checkingPeter Eisentraut
2015-04-03Add markup for replaceable parameters to pg_rewind doc.Fujii Masao
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas