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_basebackup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add header comments to receivelog.h and streamutil.h.
Fujii Masao
2014-08-27
2
-0
/
+32
*
Fix comment in pg_basebackup.
Heikki Linnakangas
2014-08-22
1
-3
/
+3
*
Change the way pg_basebackup's tablespace mapping is implemented.
Heikki Linnakangas
2014-08-22
1
-44
/
+20
*
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
3
-6
/
+6
*
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-19
3
-6
/
+6
*
Expose -S option in pg_receivexlog.
Fujii Masao
2014-08-13
1
-2
/
+2
*
pg_recvlogical message and code improvements.
Andres Freund
2014-08-12
1
-3
/
+3
*
Small message fixes
Peter Eisentraut
2014-08-09
1
-2
/
+2
*
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-08
4
-70
/
+180
*
Refactor pg_receivexlog main loop code, for readability, take 2.
Fujii Masao
2014-08-06
1
-187
/
+245
*
Add missing PQclear() calls into pg_receivexlog.
Fujii Masao
2014-08-02
1
-0
/
+5
*
Fix bug in pg_receivexlog --verbose.
Fujii Masao
2014-08-02
1
-1
/
+1
*
Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.
Fujii Masao
2014-07-24
1
-1
/
+1
*
Translation updates
Peter Eisentraut
2014-07-21
1
-183
/
+523
*
pg_basebackup: Add more information about --max-rate option to help output
Peter Eisentraut
2014-07-15
1
-1
/
+2
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+1
*
Fix typo in comment.
Fujii Masao
2014-07-08
1
-1
/
+1
*
Fix typos in comments.
Fujii Masao
2014-07-07
1
-1
/
+1
*
Fix double-free bug of WAL streaming buffer in pg_receivexlog.
Fujii Masao
2014-07-04
1
-4
/
+3
*
Refactor pg_receivexlog main loop code, for readability.
Fujii Masao
2014-07-04
1
-67
/
+142
*
Fix typos in comments.
Fujii Masao
2014-06-11
1
-1
/
+1
*
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
1
-4
/
+4
*
Fix pg_recvlogical to accept the documented -I instead only --startpos.
Andres Freund
2014-05-26
1
-25
/
+25
*
Message style fixes to pg_recvlogical
Heikki Linnakangas
2014-05-19
1
-3
/
+3
*
Open output file before sleeping in pg_recvlogical.
Heikki Linnakangas
2014-05-16
1
-17
/
+17
*
Fix a couple of bugs in pg_recvlogical output to stdout.
Heikki Linnakangas
2014-05-15
1
-25
/
+22
*
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-15
2
-16
/
+16
*
Free PQresult on error in pg_receivexlog.
Heikki Linnakangas
2014-05-12
1
-0
/
+2
*
pg_basebackup streaming: adjust version check msg
Simon Riggs
2014-05-06
1
-3
/
+13
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
7
-106
/
+134
*
pg_basebackup streaming: adjust version check msg
Simon Riggs
2014-05-06
1
-1
/
+1
*
Don't leak memory after connection aborts in pg_recvlogical.
Heikki Linnakangas
2014-05-05
1
-3
/
+5
*
Clean up temp installations after client program tests.
Tom Lane
2014-04-25
1
-0
/
+1
*
Add TAP tests for client programs
Peter Eisentraut
2014-04-14
4
-0
/
+106
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
1
-6
/
+0
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
1
-2
/
+20
*
Some minor improvements to logical decoding document.
Fujii Masao
2014-03-19
1
-1
/
+1
*
Fix misc typos in comments.
Heikki Linnakangas
2014-03-18
1
-3
/
+3
*
Fix uninitialized variable.
Robert Haas
2014-03-18
1
-1
/
+1
*
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-03-18
8
-125
/
+1135
*
Fix help message and document in pg_receivexlog.
Fujii Masao
2014-03-18
1
-1
/
+1
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
3
-6
/
+6
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
1
-15
/
+119
*
pg_basebackup: Add support for relocating tablespaces
Peter Eisentraut
2014-02-22
1
-5
/
+161
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
1
-4
/
+4
*
Add missing include, required on some platforms
Magnus Hagander
2014-02-12
1
-0
/
+1
*
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-12
3
-6
/
+28
*
Limit pg_basebackup progress output to 1/second
Magnus Hagander
2014-02-09
1
-10
/
+25
*
Avoid printing uninitialized filename variable in verbose mode
Magnus Hagander
2014-02-09
1
-0
/
+1
*
Fix typos in docs and comments.
Fujii Masao
2014-02-02
1
-1
/
+1
[next]