index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
pg_rewind.sgml
Age
Commit message (
Expand
)
Author
11 days
Doc: use uppercase keywords in SQLs
David Rowley
2025-10-25
pg_rewind: Skip copy of WAL segments generated before point of divergence
Michael Paquier
2025-03-12
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2024-03-27
Adjust documentation for syncfs().
Nathan Bossart
2024-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2023-10-04
Document that --sync-method takes an argument.
Nathan Bossart
2023-09-06
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-06-23
doc: Clean up title case use
Peter Eisentraut
2023-02-27
pg_rewind: Remove notice in docs about running CHECKPOINT after promote.
Heikki Linnakangas
2022-12-23
Rework <warning> box about column list combining in logical replication
Alvaro Herrera
2022-04-12
Docs: avoid confusing use of the word "synchronized"
David Rowley
2022-04-06
Add option --config-file to pg_rewind
Michael Paquier
2021-04-24
Doc: Remove extraneous whitespaces with some tags
Michael Paquier
2020-11-12
Allow pg_rewind to use a standby server as the source system.
Heikki Linnakangas
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-09-21
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-08-31
doc: add commas after 'i.e.' and 'e.g.'
Bruce Momjian
2020-07-08
docs: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-06-07
doc: Move options on man pages into more alphabetical order
Peter Eisentraut
2020-05-01
Improve various aspects of pg_rewind documentation
Michael Paquier
2020-04-01
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-03-09
Doc: fix some description of environment variables with frontend tools
Michael Paquier
2019-10-07
Improve handling and coverage of --no-ensure-shutdown in pg_rewind
Michael Paquier
2019-09-30
pg_rewind: Allow writing recovery configuration
Alvaro Herrera
2019-09-27
Have pg_rewind run crash recovery before rewinding
Alvaro Herrera
2019-09-08
doc: Clean up title case use
Peter Eisentraut
2019-07-13
Fix and improve several places in the docs
Michael Paquier
2019-04-08
doc: Fix whitespace
Peter Eisentraut
2019-04-05
Fix some documentation in pg_rewind
Michael Paquier
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-07-09
Add pg_rewind --no-sync
Michael Paquier
2018-07-06
Add note in pg_rewind documentation about read-only files
Michael Paquier
2018-03-28
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-08-01
pg_rewind docs: clarify handling of remote servers
Bruce Momjian
2016-06-20
docs: clarify use of pg_rewind arguments
Bruce Momjian
2016-05-31
Fix whitespace
Peter Eisentraut
2015-12-24
Docs typo fix.
Tom Lane
2015-12-01
Use pg_rewind when target timeline was switched
Teodor Sigaev
2015-11-23
Clarify pg_rewind connection requirements.
Teodor Sigaev
2015-09-18
Order some new options on man pages more sensibly, minor improvements
Peter Eisentraut
2015-09-11
doc: Spell checking
Peter Eisentraut
2015-04-03
Add markup for replaceable parameters to pg_rewind doc.
Fujii Masao
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas