1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/src/module
David Steele b8ebea6b1c Add separate archive-push-async command.
This command was previously forked off from the archive-push command which required a bit of artificial option and log manipulation.

A separate command is easier to test and will work on platforms that don't have fork(), e.g. Windows.
2019-03-14 13:38:55 +04:00
..
command Add separate archive-push-async command. 2019-03-14 13:38:55 +04:00
common Move crypto module to common/crypto. 2019-03-10 13:27:30 +02:00
config Error when parameters are passed to a command that does not accept parameters. 2019-03-09 11:03:47 +02:00
info Rename FUNCTION_DEBUG_* and consolidate ASSERT_* macros for consistency. 2019-01-21 17:41:59 +02:00
perl Fix non-compliant JSON for options passed from C to Perl. 2019-02-22 12:02:26 +02:00
postgres Add missing ToLog() coverage to String, List, and PgControl. 2019-02-22 11:31:37 +02:00
protocol Cleanup local/remote protocol interaction from 9367cc46. 2019-02-28 09:51:19 +02:00
storage Add CIFS storage driver. 2019-03-14 13:28:33 +04:00