diff --git a/CHANGELOG.md b/CHANGELOG.md index aa94d0b33..e37432147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ __No Release Date Set__ * Generate an error when `archive-check=y` but `archive_command` does not execute `pg_backrest`. _Contributed by Jason O'Donnell_ -* Provisional support for PostgreSQL 9.5 including partial WAL segments. The `archive_mode = 'always'` setting is not yet supported. +* Support for PostgreSQL 9.5 partial WAL segments and `recovery_target_action` setting. The `archive_mode = 'always'` setting is not yet supported. + +* Support for `recovery_target = 'immediate'` recovery setting introduced in PostgreSQL 9.4. ## v0.89: Timeout Bug Fix and Restore Read-Only Repositories __Released December 24, 2015__ diff --git a/doc/xml/change-log.xml b/doc/xml/change-log.xml index da9436aa1..1a4f67e59 100644 --- a/doc/xml/change-log.xml +++ b/doc/xml/change-log.xml @@ -15,7 +15,10 @@ Generate an error when archive-check=y but archive_command does not execute pg_backrest. Contributed by Jason O'Donnell - Provisional support for 9.5 including partial WAL segments. The archive_mode = 'always' setting is not yet supported. + Support for 9.5 partial WAL segments and recovery_target_action setting. The archive_mode = 'always' setting is not yet supported. + + + Support for recovery_target = 'immediate' recovery setting introduced in 9.4. diff --git a/doc/xml/reference.xml b/doc/xml/reference.xml index 95659c610..720581526 100644 --- a/doc/xml/reference.xml +++ b/doc/xml/reference.xml @@ -610,6 +610,7 @@ The following recovery types are supported: