1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest
David Steele 4744eb9387 Add storagePathRemove() and use it in the Perl Posix driver.
This implementation should be faster because it does not stat each file.  It simply assumes that most directory entries are files so attempts an unlink() first.  If the entry is reported by error codes to be a directory then it attempts an rmdir().
2018-04-11 08:21:09 -04:00
..
Archive Improve logging. 2018-03-12 11:03:38 -04:00
Backup Make backup directory sync more efficient. 2018-04-03 21:30:15 -04:00
Check Fix manifest test in the check command when tablespaces are present. 2018-03-19 19:54:03 -04:00
Common Improve conversion of C exceptions to Exception objects. 2018-03-15 11:03:28 -04:00
Config Port most of Config::Config::configLoad() from Perl to C. 2018-03-12 11:25:20 -04:00
Protocol Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
Storage Add storagePathRemove() and use it in the Perl Posix driver. 2018-04-11 08:21:09 -04:00
Db.pm Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
DbVersion.pm Convert configuration definitions from auto-generated functions to auto-generated data structures. 2017-11-02 08:14:13 -04:00
Expire.pm Rename retention-* options to repo-retention-*. 2018-02-19 15:07:24 -05:00
Info.pm Fixed info command to eliminate "db (prior)" output if no backups or archives exist for a prior version of the cluster. 2017-12-19 15:39:39 -05:00
InfoCommon.pm Added stanza-upgrade command. 2017-04-03 10:42:55 -04:00
Main.pm Improve logging. 2018-03-12 11:03:38 -04:00
Manifest.pm Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
Restore.pm Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
RestoreFile.pm Repository encryption support. 2017-11-06 12:51:12 -05:00
Stanza.pm Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
Version.pm Refactor usec to msec in common/time.c. 2018-03-21 09:18:48 -04:00