1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-28 12:10:16 +02:00

1197 Commits

Author SHA1 Message Date
Grigory Smolkin
281f34d770 PGPRO-2573: cleanup comments 2019-03-25 17:37:01 +03:00
Grigory Smolkin
f7205ea1ff PGPRO-2573: incrementally updated backups via merge 2019-03-25 17:26:14 +03:00
Grigory Smolkin
038ffd6ace help: update help about --compress option 2019-03-25 16:40:41 +03:00
Arthur Zakirov
afa0081a41 Make parsexlog messages using capital letter 2019-03-25 16:40:41 +03:00
Arthur Zakirov
95f4f50c86 PGPRO-1973: Improve XLogWaitForConsistency() verbose message 2019-03-25 16:40:41 +03:00
Arthur Zakirov
a0fa72eeca PGPRO-1973: Report about absent or corrupted WALs only once 2019-03-25 16:40:41 +03:00
Arthur Zakirov
1e87dce591 PGPRO-1973: Fix a bug, improve validate tests 2019-03-25 16:40:41 +03:00
Arthur Zakirov
62a2850de0 PGPRO-1973: Add support pthreads for VALIDATE command 2019-03-25 16:40:41 +03:00
Arthur Zakirov
012904b1f0 PGPRO-2523: Allow to delete single FULL backup 2019-03-25 16:40:41 +03:00
Arthur Zakirov
2ae1cf0007 PGPRO-2521: Allow to delete backups without or emtpy .control file 2019-03-25 16:40:41 +03:00
Arthur Zakirov
50f11a1fff PGPRO-2079: Use .partial file to write backup configuration files backup.control and backup_content.control 2019-03-25 16:40:41 +03:00
Arthur Zakirov
0253845a35 tests: update help test 2019-03-25 16:40:41 +03:00
Arthur Zakirov
6db82d0bd9 Inherit WAL mode from the PAGE backup 2019-03-25 16:40:41 +03:00
Arthur Zakirov
5509a4bbe1 PGPRO-421: Use strdup() call 2019-03-25 16:40:41 +03:00
Sergey Cherkashin
d48d4e8abe Fix connection value in check_external_for_tablespaces() 2019-03-25 16:37:53 +03:00
Konstantin Knizhnik
adee1efc71 Fix remote restore 2019-03-21 22:55:38 +03:00
Arthur Zakirov
d064a64d13 List data directories at backup host using FIO_BACKUP_HOST 2019-03-21 19:11:00 +03:00
Arthur Zakirov
ff86eb5b45 Use pgut_malloc() instead of malloc() 2019-03-20 14:20:19 +03:00
Sergey Cherkashin
fc1ae6fba0 Check if external directory contains tablespace 2019-03-19 19:19:50 +03:00
Konstantin Knizhnik
46da0d851f Replace error with warning in fileEqualCRC 2019-03-17 19:12:13 +03:00
Konstantin Knizhnik
04f00976e1 [refer #PGPRO-1745] Check for existing file in fio_gzopen 2019-03-17 09:13:07 +03:00
Konstantin Knizhnik
a43a0e3289 [refer #PGPRO-1745] Fix reading zeroed page 2019-03-16 15:32:39 +03:00
Konstantin Knizhnik
c94b182964 [refer #PGPRO-1745] Fix reading compressed file 2019-03-16 14:57:21 +03:00
Konstantin Knizhnik
4f4c6b7623 [refer #PGPRO-1745] Add --remote-user option 2019-03-16 08:37:39 +03:00
Konstantin Knizhnik
d6808f7f21 Fix warnings in IO_CHECK macro 2019-03-15 18:48:54 +03:00
Konstantin Knizhnik
ed81839ab8 Improve error reporting in remote backup 2019-03-14 16:41:19 +03:00
Konstantin Knizhnik
cec20ccb83 [refer #PGPRO-1745] Rewrite fio_gz* support 2019-03-14 14:05:22 +03:00
Konstantin Knizhnik
f025b90eb0 Rewrite fio_gz* support 2019-03-14 13:58:02 +03:00
Sergey Cherkashin
6a4b014f8d Fail if regular file passed as -E option 2019-03-12 13:33:08 +03:00
Grigory Smolkin
0ef24d0b71 add "external-dirs" to show output in json format 2019-03-12 11:31:10 +03:00
Sergey Cherkashin
631590bec5 Make possible to pass symlink as -E option 2019-03-11 21:34:58 +03:00
Konstantin Knizhnik
f0cbfb7147 Include version name in start agent log message 2019-03-07 12:21:27 +03:00
Konstantin Knizhnik
79087d38bf Fix problem with backuping non-data files 2019-03-07 11:01:13 +03:00
Grigory Smolkin
b00243f05b bump version to 2.0.28 2019-03-06 20:23:17 +03:00
Konstantin Knizhnik
d4c80b9c77 Fix backup of empty files 2019-03-06 11:36:16 +03:00
Konstantin Knizhnik
dac1d43899 Fx handling files with zero length 2019-03-05 14:33:36 +03:00
Grigory Smolkin
16f5c9af2a Merge branch 'master' into remote_pull 2019-03-05 02:44:41 +03:00
Arthur Zakirov
e9190e6cc3 tests: update help test 2019-03-04 16:47:21 +03:00
Arthur Zakirov
04ff6f8fac Inherit WAL mode from the PAGE backup 2019-03-04 16:40:11 +03:00
Konstantin Knizhnik
dbb787f5c8 Propagate errno from remote agent 2019-03-02 09:13:09 +03:00
Grigory Smolkin
904171d483 Merge branch 'master' into PGPRO-421 2019-03-01 23:03:01 +03:00
Konstantin Knizhnik
87dd195e5a Fix pgFileGetCRC call in merge.c 2019-03-01 19:34:55 +03:00
Grigory Smolkin
49e6710f2b Merge branch 'master' into remote_pull 2019-03-01 19:23:59 +03:00
Grigory Smolkin
53bd83bfcd fix temp replication slot for PG >= 11 2019-03-01 18:40:29 +03:00
Sergey Cherkashin
423491994a Add flag "--skip-external-dirs" to restore command 2019-03-01 18:37:32 +03:00
Sergey Cherkashin
c94c6d06f0 Fix merging external directories 2019-03-01 18:14:26 +03:00
Konstantin Knizhnik
6d2a51e229 Merge with master 2019-03-01 17:41:01 +03:00
Arthur Zakirov
4d8a9437ad MERGE fix: Update program_version of the target backup, recalculate CRC of a unchanged file 2019-03-01 16:17:02 +03:00
Grigory Smolkin
98bc12d535 new flag '--temp-slot' allows user to use temporary slot for STREAM backups, if no slot name is specified via '--slot' option - default name 'pg_probackup_slot' is used 2019-03-01 16:09:53 +03:00
Konstantin Knizhnik
42449fe895 Use remote_host for pghost if last one was not specified 2019-03-01 12:53:48 +03:00