1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest
2017-03-22 19:03:28 -04:00
..
Archive Fixed an issue where an archive-push error would not be retried. 2017-02-13 09:57:10 -05:00
Check Improved, multi-process implementation of asynchronous archiving. 2017-01-27 11:02:27 -05:00
Common Fixed a regression introduced in v1.13 that could cause backups to fail. 2017-02-13 19:59:14 -05:00
Config Added validation of pgbackrest.conf to display warnings if options are not valid or are not in the correct section. 2017-03-22 19:03:28 -04:00
Protocol Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN. 2017-01-30 13:59:00 -05:00
Backup.pm Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN. 2017-01-30 13:59:00 -05:00
BackupCommon.pm Refactor File module to improve test coverage. 2016-12-23 11:43:26 -05:00
BackupFile.pm Fixed an issue where newly initialized (but unused) pages would cause page checksum warnings. 2017-03-13 15:50:13 -04:00
BackupInfo.pm Improved stanza-create command so that it can repair broken repositories in most cases and is robust enough to be made mandatory. 2016-12-20 16:52:20 -05:00
Db.pm Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. 2017-01-22 19:29:56 -05:00
DbVersion.pm Improved, multi-process implementation of asynchronous archiving. 2017-01-27 11:02:27 -05:00
Expire.pm Split the archive-get and archive-push commands into separate modules. 2017-01-10 19:59:32 -05:00
File.pm Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN. 2017-01-30 13:59:00 -05:00
FileCommon.pm Improved the code and tests for fileManifest(). 2017-02-21 11:56:55 -05:00
Info.pm Improved performance of wal archive min/max provided by the info command. 2017-02-13 10:03:02 -05:00
Manifest.pm Fixed an issue where databases created with a non-default tablespace would raise bogus warnings about pg_filenode.map and pg_internal.init not being page aligned. 2017-03-02 13:50:29 -05:00
Restore.pm Added warning to update pg_tablespace.spclocation when remapping tablespaces in PostgreSQL < 9.2. 2017-01-22 19:29:56 -05:00
RestoreFile.pm Improved consistency and flexibility of the protocol layer by using JSON for all messages. 2016-12-03 17:34:51 -05:00
Stanza.pm Added Exception::exceptionCode() and Exception::exceptionMessage() to simplify error handling logic. 2017-01-27 09:56:26 -05:00
Version.pm Added validation of pgbackrest.conf to display warnings if options are not valid or are not in the correct section. 2017-03-22 19:03:28 -04:00