This website requires JavaScript.
Explore
Help
Register
Sign In
db
/
pgbackrest
Watch
1
Star
0
Fork
0
You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced
2025-03-05 15:05:48 +02:00
Code
Issues
Releases
Activity
pgbackrest
/
lib
/
BackRest
History
David Steele
267efbd71d
Fixed restore::thread-max
2015-01-31 15:37:59 -05:00
..
Backup.pm
Removed version file - redundant to the version in backup.manifest.
2015-01-31 15:06:53 -05:00
Config.pm
Fixed restore::thread-max
2015-01-31 15:37:59 -05:00
Db.pm
Implemented timestamp last modified to record the time of the last modified file in the backup. Also added timestamp-db-start and timestamp-db-stop to for more info. timestamp-db-start can be used for PITR.
2015-01-03 16:49:26 -05:00
Exception.pm
Timeline unit tests are working.
2015-01-31 13:48:09 -05:00
File.pm
Revert "Abortive attempt at cleaning up some thread issues - I realized the issue is in mixing threads and objects too liberally. Trying another approach but want to keep this code for historical and reference purposes."
2015-01-30 18:58:49 -05:00
Manifest.pm
Ready to start writing recovery unit tests.
2015-01-26 14:59:58 -05:00
ProcessAsync.pm
In the end it was a single non-undefed reference holding up the show. The Backup file should be split into Archive, Backup, Expire, and made into objects. That would cut down on this kind of nastiness.
2015-01-30 20:16:21 -05:00
Remote.pm
Revert "Abortive attempt at cleaning up some thread issues - I realized the issue is in mixing threads and objects too liberally. Trying another approach but want to keep this code for historical and reference purposes."
2015-01-30 18:58:49 -05:00
Restore.pm
Timeline unit tests are working.
2015-01-31 13:48:09 -05:00
ThreadGroup.pm
Revert "Abortive attempt at cleaning up some thread issues - I realized the issue is in mixing threads and objects too liberally. Trying another approach but want to keep this code for historical and reference purposes."
2015-01-30 18:58:49 -05:00
Utility.pm
Fixed wait_for_file() so that it will not error if the path does not yet exist.
2015-01-28 00:26:20 -05:00