Skip to content

Commit

Permalink
Release version 1.6.0.
Browse files Browse the repository at this point in the history
* Support for PostgreSQL 10
* Performance improvements especially for restore
  • Loading branch information
saaros committed Oct 11, 2017
1 parent 0a8d736 commit 272d968
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
short_ver = 1.5.0
short_ver = 1.6.0
long_ver = $(shell git describe --long 2>/dev/null || echo $(short_ver)-0-unknown-g`git describe --always`)
generated = pghoard/version.py

Expand Down
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pghoard X.X.X (XXXX-XX-XX)
pghoard 1.6.0 (2017-10-12)
==========================

* Support for PostgreSQL 10
* `local-tar` backups are now split to roughly 2 gigabyte chunks of
plain-text files. New basebackups now benefit from some parallelization,
as up to 5 chunks may be uploaded in parallel while new backup chunks are
Expand All @@ -12,10 +13,9 @@ pghoard X.X.X (XXXX-XX-XX)
startup times. The time that the Python implementation takes to start
limits WAL restore throughput quite a bit
* Remove support for pg_xlog_directory config variable, we now require
pg_data_directory to be set in the config for the backup site. This is
pg_data_directory to be set in the config for the backup site. This is
done in order to stop guessing and possibly getting the answer wrong
for the real location of the data.
* Add support for PostgreSQL 10.
* Miscellaneous bug fixes

pghoard 1.5.0 (2017-06-07)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ and eventually after the setup section, you can just run::

Python/Other::

easy_install dist/pghoard-1.5.0-py3.4.egg
easy_install dist/pghoard-1.6.0-py3.4.egg

On systems without ``systemd`` it is recommended that you run ``pghoard``
under Supervisor_ or other similar process control system.
Expand Down

0 comments on commit 272d968

Please sign in to comment.