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 --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-11-18
4
-52
/
+32
*
Translation updates
Peter Eisentraut
2014-11-16
3
-748
/
+1053
*
pg_basebackup: Adjust tests for long file name issues
Peter Eisentraut
2014-11-07
1
-4
/
+11
*
Remove use of TAP subtests
Peter Eisentraut
2014-10-29
2
-2
/
+2
*
Fix typos.
Robert Haas
2014-10-20
1
-1
/
+1
*
Fix bug in handling of connections that pg_receivexlog creates.
Fujii Masao
2014-10-18
1
-1
/
+8
*
pg_recvlogical: Improve --help output
Peter Eisentraut
2014-10-12
2
-21
/
+20
*
Clean up Create/DropReplicationSlot query buffer
Stephen Frost
2014-10-06
1
-0
/
+22
*
Add support for managing physical replication slots to pg_receivexlog.
Andres Freund
2014-10-06
1
-15
/
+140
*
Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.
Andres Freund
2014-10-06
1
-6
/
+6
*
Translation updates
Peter Eisentraut
2014-10-05
3
-549
/
+1530
*
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
5
-141
/
+222
*
pg_recvlogical.c code review.
Andres Freund
2014-10-01
1
-10
/
+10
*
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
[next]