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
/
parsexlog.c
Commit message (
Expand
)
Author
Age
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Use pg_rewind when target timeline was switched
Teodor Sigaev
2015-12-01
*
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-22
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add missing newlines to error messages.
Heikki Linnakangas
2015-04-16
*
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-04-15
*
Fix assorted inconsistent function declarations.
Tom Lane
2015-04-07
*
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-03
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23