1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest
David Steele 2c0ba0820d v2.21: C Migration Complete
Bug Fixes:

* Fix options being ignored by asynchronous commands. The asynchronous archive-get/archive-push processes were not loading options configured in command configuration sections, e.g. [global:archive-get]. (Reviewed by Cynthia Shang. Reported by Urs Kramer.)
* Fix handling of \ in filenames. \ was not being properly escaped when calculating the manifest checksum which prevented the manifest from loading. Since instances of \ in cluster filenames should be rare to nonexistent this does not seem likely to be a serious problem in the field.

Features:

* pgBackRest is now pure C.
* Add pg-user option. Specifies the database user name when connecting to PostgreSQL. If not specified pgBackRest will connect with the local OS user or PGUSER, which was the previous behavior. (Contributed by Mike Palmiotto.)
* Allow path-style URIs in S3 driver.

Improvements:

* The backup command is implemented entirely in C. (Reviewed by Cynthia Shang.)
2020-01-15 13:21:52 -07:00
..
Archive The backup command is implemented entirely in C. 2019-12-13 17:14:26 -05:00
Backup pgBackRest is now pure C. 2019-12-13 17:55:41 -05:00
Common Remove unused LibC code. 2019-12-28 18:30:32 -07:00
Config Fix comment typos. 2019-08-26 12:05:36 -04:00
Protocol/Storage pgBackRest is now pure C. 2019-12-13 17:55:41 -05:00
Storage Don't decode manifest data when it is generated on a remote. 2019-09-03 12:30:45 -04:00
Db.pm Remove obsolete Perl code missed in f0ef73db. 2020-01-07 12:20:51 -07:00
DbVersion.pm PostgreSQL 12 support. 2019-10-01 13:20:43 -04:00
InfoCommon.pm Added stanza-upgrade command. 2017-04-03 10:42:55 -04:00
LibC.pm Remove perl critic and coverage. 2019-07-05 16:55:17 -04:00
LibCAuto.pm Fix options being ignored by asynchronous commands. 2020-01-15 12:24:58 -07:00
Manifest.pm pgBackRest is now pure C. 2019-12-13 17:55:41 -05:00
Version.pm v2.21: C Migration Complete 2020-01-15 13:21:52 -07:00