1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-25 11:53:32 +02:00

1197 Commits

Author SHA1 Message Date
Grigory Smolkin
62acd2de2d [Issue #117] use suffix ".part" instead of ".partial" for WAL copying 2019-09-05 15:41:13 +03:00
Grigory Smolkin
7c5e799c21 [Issue #115] look-forward approach of handling the invalid stop_lsn received from replica 2019-09-05 10:46:01 +03:00
Grigory Smolkin
2aea9cc760 print stop_lsn with elevel LOG 2019-08-31 15:48:52 +03:00
Grigory Smolkin
0f0e961fea [Issue #79]: remove partial validate from help 2019-08-31 03:30:57 +03:00
Grigory Smolkin
d8b8b0898e [Issue #79]: remove partial validation 2019-08-31 02:16:45 +03:00
Grigory Smolkin
f270d38b0e [Issue #114]: allow invalid backups to be included in to_keep_list during retention purge 2019-08-28 20:26:36 +03:00
Grigory Smolkin
5707a727b5 added TODO comment for show 2019-08-28 18:52:22 +03:00
Arthur Zakirov
fb35cb83b6 Issue #112: Try to not hang out 2019-08-28 13:24:49 +03:00
Arthur Zakirov
8f1a45961a Issue #112: Set datestyle before pg_stop_backup() 2019-08-28 13:01:56 +03:00
Grigory Smolkin
9c4cdef76a [Issue #113] bugfix: use rel_path attribute insead of path for sorting purposes and bsearch 2019-08-27 20:21:02 +03:00
Grigory Smolkin
aef926ffd0 check for potential errors when fgets() returns NULL 2019-08-27 19:24:10 +03:00
Grigory Smolkin
a0dc029d32 Merge branch 'master' into issue_90 2019-08-12 19:17:41 +03:00
Grigory Smolkin
ecd37a7a34 update help 2019-08-12 18:54:56 +03:00
Grigory Smolkin
0ae5a66bfb partial_restore_type as separate type 2019-08-11 13:54:43 +03:00
Anastasia
dc76fb13d5 add verbose message 2019-08-09 17:13:31 +03:00
Grigory Smolkin
01e57eafba Merge branch 'master' into issue_79 2019-08-09 14:10:54 +03:00
Grigory Smolkin
cd00806f11 fix elog message about agent version mismatch 2019-08-09 12:50:38 +03:00
Konstantin Knizhnik
daca207735 Report ssh error if available 2019-08-09 01:45:23 +03:00
Konstantin Knizhnik
6a721aa004 Grab abnd log agent messages to stderr 2019-08-09 01:45:23 +03:00
Anastasia
6179808d23 implement partial validate. add db-include and db-exclude options to validate command 2019-08-08 17:55:23 +03:00
Anastasia
f36d81dc08 fix uninitialized var 2019-08-08 16:40:26 +03:00
Anastasia
037b7cf53b Merge branch 'master' into issue_79 2019-08-08 15:31:16 +03:00
Anastasia
d92434ff84 Refactoring of restore and validate options.
Collect them into pgRestoreParams structure
2019-08-08 15:29:36 +03:00
Grigory Smolkin
f4790b6291 write dbOid in write_backup_filelist() 2019-08-07 18:40:20 +03:00
Anastasia
5ae396f7d6 fix comparator 2019-08-07 17:13:19 +03:00
Anastasia
e8b9ca1ba8 code cleanup, add comments 2019-08-07 16:56:56 +03:00
Anastasia
52bf25ccd2 minor refactoring in restore.c to improve code readability 2019-08-07 13:23:17 +03:00
Grigory Smolkin
3cc9d81b65 [Issue #104] consider only OK and DONE backups as candidates for PITR validation if backup ID is not specified 2019-08-06 17:11:48 +03:00
Grigory Smolkin
6da63188eb [Issue #104] allow LSN as recovery target for validation if backup ID is not specified 2019-08-06 12:00:44 +03:00
Grigory Smolkin
b799b70400 Merge branch 'issue_106' 2019-08-06 00:07:01 +03:00
Grigory Smolkin
db901a7adf [Issue #103] minor fix 2019-08-06 00:00:34 +03:00
Grigory Smolkin
4783e61996 Merge branch 'master' into issue_103 2019-08-05 23:41:23 +03:00
Grigory Smolkin
738013fc05 Merge branch 'master' into issue_106 2019-08-05 23:36:29 +03:00
Anastasia
23697fff67 Review issue_79. Added several TODO comments 2019-08-05 16:22:07 +03:00
Anastasia
4611ee38f8 Merge branch 'master' into issue_79 2019-08-05 14:30:18 +03:00
Grigory Smolkin
ea2a4c2be3 bugfix: stream_stop_timeout was always initialized to 0 2019-08-02 12:00:10 +03:00
Grigory Smolkin
b6e97e47f2 [Issue #106] fix agressive retention purging of backups with empty recovery-time 2019-08-02 11:50:28 +03:00
Grigory Smolkin
52ed2e1651 one more fix for error messages about wrong agruments for 'delete' command 2019-08-01 22:15:59 +03:00
Grigory Smolkin
98f5bbd3cf fix error message about wrong agruments for 'delete' command 2019-08-01 22:10:59 +03:00
Grigory Smolkin
7ead1199c2 bugfix: print "version" command output to stdout instead of stderr 2019-07-31 17:17:26 +03:00
Grigory Smolkin
8623628839 Merge branch 'master' into issue_79 2019-07-30 16:02:28 +03:00
Grigory Smolkin
759aefc0cb [Issue #103] select oldest backup with valid start_lsn and tli to determine oldest lsn for WAL purge 2019-07-30 01:20:24 +03:00
Grigory Smolkin
0309dd7a20 minor bugfix: initialize backup.control before libpq connection, so errors are logged and failed backup gain ERROR status 2019-07-29 00:55:53 +03:00
Grigory Smolkin
b55bfe82be Version 2.1.5 2019-07-26 11:05:19 +03:00
Konstantin Knizhnik
19ea1bf5dc Eliminate waitpid for Windows 2019-07-25 15:11:46 +03:00
Grigory Smolkin
79f6733469 Merge branch 'master' into issue_79 2019-07-24 00:36:03 +03:00
Grigory Smolkin
c0d3ab5456 [Issue #101] replace "sparse" with "compact" 2019-07-23 21:52:50 +03:00
Grigory Smolkin
db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +03:00
Grigory Smolkin
05d8ecc253 Merge branch 'master' into issue_83 2019-07-19 14:37:47 +03:00
Grigory Smolkin
bb6d32fd33 Release 2.1.4 2019-07-19 12:20:39 +03:00