1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest
David Steele 434cd83285 The expire command is implemented entirely in C.
This implementation duplicates the functionality of the Perl code but does so with different logic and includes full unit tests.

Along the way at least one bug was fixed, see issue #748.

Contributed by Cynthia Shang.
2019-06-18 15:19:20 -04:00
..
Archive The archive-push command is implemented entirely in C. 2019-03-29 13:26:33 +00:00
Backup Add additional options to backup.manifest for debugging purposes. 2019-03-10 11:03:52 +02:00
Check Add checksum delta for incremental backups. 2018-09-19 11:12:45 -04:00
Common Allow three-digits process IDs in logging. 2019-04-07 18:12:07 -04:00
Config Enforce requiring repo-cipher-pass at config parse time. 2019-06-05 11:43:17 -04:00
Protocol Remove per-stanza repo cache clear during testing. 2019-06-04 10:34:19 -04:00
Storage Remove dead code missed in 1b486847. 2019-05-08 18:58:07 -04:00
Db.pm Remove hard-coded PostgreSQL user so $PGUSER works. 2019-06-18 07:35:34 -04:00
DbVersion.pm Fix static WAL segment size used to determine if archive-push-queue-max has been exceeded. 2018-10-27 20:00:00 +01:00
InfoCommon.pm Added stanza-upgrade command. 2017-04-03 10:42:55 -04:00
LibC.pm Allow command/option constants to autonumber in both C and Perl to reduce churn when a new command/option is added. 2018-08-24 19:31:45 -04:00
LibCAuto.pm Add ls command. 2019-05-28 10:03:48 -04:00
Main.pm The expire command is implemented entirely in C. 2019-06-18 15:19:20 -04:00
Manifest.pm Add additional options to backup.manifest for debugging purposes. 2019-03-10 11:03:52 +02:00
Restore.pm Add error message when current user uid/gid does not map to a name. 2018-12-07 07:41:26 -05:00
RestoreFile.pm The local command for restore is implemented entirely in C. 2019-05-20 17:07:37 -04:00
Stanza.pm Remove duplicated hint. 2019-05-22 11:31:38 -04:00
Version.pm Begin v2.15 development. 2019-05-20 12:23:40 -04:00