pgBackRest 1.12 commit log

v1.11: Bug Fix for Asynchronous Archiving Efficiency

commit   : 54b1a784b55fdee915b550e5151f20dabea4e67c    
  
author   : David Steele <[email protected]>    
date     : Thu, 17 Nov 2016 09:57:59 -0500    
  
committer: David Steele <[email protected]>    
date     : Thu, 17 Nov 2016 09:57:59 -0500    

Click here for diff

Bug Fixes:  
  
* Fixed an issue where asynchronous archiving was transferring one file per execution instead of transferring files in batches. This regression was introduced in v1.09 and affected efficiency only, all WAL segments were correctly archived in asynchronous mode. (Reported by Stephen Frost.)  

M README.md
M doc/resource/exe.cache
M doc/xml/release.xml
M lib/pgBackRest/Version.pm

Fixed an issue where asynchronous archiving was transferring one file per execution instead of transferring files in batches.

commit   : dbb9d80dab5a69130b34d1949a4aec889a49b758    
  
author   : David Steele <[email protected]>    
date     : Thu, 17 Nov 2016 09:39:21 -0500    
  
committer: David Steele <[email protected]>    
date     : Thu, 17 Nov 2016 09:39:21 -0500    

Click here for diff

This regression was introduced in v1.09 and affected efficiency only, all WAL segments were correctly archived in asynchronous mode.  
  
Reported by Stephen Frost.  

M doc/xml/release.xml
M doc/xml/user-guide.xml
M lib/pgBackRest/Archive.pm
M lib/pgBackRest/Version.pm
M test/expect/backup-archive-push-002.log
M test/expect/backup-archive-push-004.log
M test/expect/backup-archive-push-006.log
M test/expect/backup-archive-push-008.log
M test/expect/backup-archive-stop-001.log
M test/expect/backup-archive-stop-002.log
M test/expect/backup-archive-stop-003.log
M test/expect/backup-archive-stop-004.log
M test/expect/backup-archive-stop-005.log
M test/expect/backup-archive-stop-006.log
M test/lib/pgBackRestTest/Backup/BackupTest.pm
M test/lib/pgBackRestTest/Backup/Common/HostDbCommonTest.pm