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
/
libpq_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
-543
/
+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
-4
/
+8
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
1
-1
/
+1
*
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2020-07-15
1
-5
/
+10
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-1
/
+1
*
Improve use of prepositions in messages
Peter Eisentraut
2020-05-08
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
1
-4
/
+3
*
pg_rewind: Allow writing recovery configuration
Alvaro Herrera
2019-09-30
1
-2
/
+1
*
Disable timeouts when running pg_rewind with online source cluster
Michael Paquier
2019-08-28
1
-11
/
+26
*
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-04
1
-8
/
+2
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Remove pg_rewind's private logging.h/logging.c files.
Tom Lane
2019-05-14
1
-2
/
+0
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-18
/
+19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
1
-1
/
+0
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
1
-1
/
+1
*
Fix handling of files that source server removes during pg_rewind is running.
Fujii Masao
2018-03-29
1
-3
/
+7
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
1
-0
/
+7
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
1
-27
/
+2
*
Fix translatable string
Alvaro Herrera
2017-09-04
1
-2
/
+8
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
1
-4
/
+4
*
pg_rewind: Fix some problems when copying files >2GB.
Robert Haas
2017-07-21
1
-12
/
+35
*
pg_rewind: Fix busted sanity check.
Robert Haas
2017-07-21
1
-2
/
+2
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
1
-2
/
+2
*
Remove useless trailing spaces in queries in C strings
Peter Eisentraut
2017-04-13
1
-1
/
+1
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-1
/
+0
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
1
-2
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-06
1
-0
/
+14
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pg_rewind: Improve some messages
Peter Eisentraut
2015-10-01
1
-3
/
+3
*
Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas
2015-07-27
1
-0
/
+5
*
Fix assorted memory leaks.
Tom Lane
2015-07-12
1
-2
/
+6
*
Don't choke on files that are removed while pg_rewind runs.
Heikki Linnakangas
2015-06-28
1
-7
/
+30
*
Add missing newline to debug-message.
Heikki Linnakangas
2015-06-23
1
-1
/
+1
*
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-22
1
-15
/
+15
*
Fix some issues in pg_rewind.
Fujii Masao
2015-06-11
1
-2
/
+2
*
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-04-15
1
-1
/
+1
*
Free leaked result set in pg_rewind
Heikki Linnakangas
2015-04-12
1
-0
/
+1
*
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-29
1
-0
/
+4
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23
1
-0
/
+464