index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
copy_fetch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pg_rewind: Refactor the abstraction to fetch from local/libpq source.
Heikki Linnakangas
2020-11-04
1
-266
/
+0
*
pg_rewind: Replace the hybrid list+array data structure with simplehash.
Heikki Linnakangas
2020-11-04
1
-2
/
+2
*
Refactor pg_rewind for more clear decision making.
Heikki Linnakangas
2020-11-04
1
-5
/
+9
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Remove pg_rewind's private logging.h/logging.c files.
Tom Lane
2019-05-14
1
-1
/
+0
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-19
/
+19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
1
-3
/
+3
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
1
-2
/
+0
*
Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.
Andres Freund
2018-01-03
1
-4
/
+5
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
1
-5
/
+5
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-2
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-2
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-22
1
-2
/
+2
*
Fix some issues in pg_rewind.
Fujii Masao
2015-06-11
1
-2
/
+2
*
Fix pg_rewind's handling of top-level symlinks.
Tom Lane
2015-05-28
1
-2
/
+7
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
1
-10
/
+7
*
Add missing newlines to error messages.
Heikki Linnakangas
2015-04-16
1
-1
/
+1
*
Error out in pg_rewind if lstat() fails.
Heikki Linnakangas
2015-04-15
1
-11
/
+14
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23
1
-0
/
+261