1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Module
Cynthia Shang bec4c176dc Exclude temporary and unlogged relation (table/index) files from backup.
Implemented using the same logic as the patches adding this feature to PostgreSQL, 8694cc96 and 920a5e50. Temporary relation exclusion is enabled in PostgreSQL ≥ 9.0. Unlogged relation exclusion is enabled in PostgreSQL ≥ 9.1, where the feature was introduced.

Contributed by Cynthia Shang.
2018-07-30 18:53:34 -04:00
..
Archive Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
Backup Divide tests into three types (unit, integration, performance). 2018-04-24 09:12:25 -04:00
Common Improve the HTTP client to set content-length to 0 when not specified by the server. 2018-06-26 17:27:22 -04:00
Info Divide tests into three types (unit, integration, performance). 2018-04-24 09:12:25 -04:00
Manifest Exclude temporary and unlogged relation (table/index) files from backup. 2018-07-30 18:53:34 -04:00
Mock Exclude temporary and unlogged relation (table/index) files from backup. 2018-07-30 18:53:34 -04:00
Performance Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
Protocol Fix archive write lock being taken for the synchronous archive-get command. 2018-05-21 10:46:45 -04:00
Real Require PostgreSQL catalog version when instantiating a Manifest object (and not loading it from disk). 2018-07-16 17:25:15 -04:00
Stanza Require PostgreSQL catalog version when instantiating a Manifest object (and not loading it from disk). 2018-07-16 17:25:15 -04:00
Storage Fix non-compliant ISO-8601 timestamp format in S3 authorization headers. 2018-07-01 08:17:27 -04:00