1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
Commit Graph

1243 Commits

Author SHA1 Message Date
Grigory Smolkin
08b9cb7689 Merge branch 'master' into release_2_4 2020-06-08 20:05:46 +03:00
Grigory Smolkin
7cf1d5bca2 Version 2.3.5 2020-06-07 16:59:13 +03:00
Grigory Smolkin
c926ae90ea print correct stop_lsn after execution of pg_stop_backup() 2020-06-07 16:52:15 +03:00
Grigory Smolkin
0a2e5bee1b [Issue #219] Make add-instance idempotent 2020-06-05 23:33:17 +03:00
Grigory Smolkin
703131e279 [Issue #188] Minor improvements 2020-06-05 14:36:45 +03:00
Dmitriy Kuzmin
cca2631fb6 Merge remote-tracking branch 'origin/master' into issue_188 2020-06-02 21:35:28 +10:00
Grigory Smolkin
fe5d234810 Merge branch 'master' into release_2_4 2020-05-31 23:29:24 +03:00
Grigory Smolkin
5699b13756 [PBCKP-98] initialize result variable in get_next_record_lsn 2020-05-31 22:56:02 +03:00
Grigory Smolkin
122f88ba56 [PBCKP-101] fix accessing already freed memory 2020-05-31 22:49:45 +03:00
Grigory Smolkin
c5dc624a79 cleanup the leftovers from page fixing via pg_ptrack_get_block() 2020-05-31 14:42:06 +03:00
Grigory Smolkin
fd36a5133e Merge branch 'master' into release_2_4 2020-05-31 06:32:12 +03:00
Grigory Smolkin
d46fa5f82f [PBCKP-98] fix invalid stop lsn. Reported by Alexander Lakhin and Alex Ignatov 2020-05-31 05:55:09 +03:00
Grigory Smolkin
df1e65802a Merge branch 'master' into release_2_4 2020-05-27 01:15:41 +03:00
Grigory Smolkin
d6ea475e4b Version 2.3.4 2020-05-26 00:23:58 +03:00
Grigory Smolkin
a3b8823ecc [Issue #212] Fix logging into file for local archive-push and archive-get 2020-05-25 19:36:13 +03:00
Grigory Smolkin
79d26cdea4 [Issue #217] delete of backup with hidden files works correctly now 2020-05-25 18:42:35 +03:00
Grigory Smolkin
d67cb67243 [Issue #201] do not employ page bitmap when restoring a single full backup 2020-05-23 04:25:19 +03:00
Grigory Smolkin
d4a8384cfa [Issue #201] use parent link instead of backup list in restore_non_data_file() 2020-05-23 03:45:24 +03:00
Grigory Smolkin
6a03eb5f34 Merge branch 'release_2_4' into issue_201 2020-05-23 02:48:31 +03:00
Grigory Smolkin
e802a2d6f4 minor fixes 2020-05-23 02:09:42 +03:00
Grigory Smolkin
8aa5231c9a [Issue #201] fix restore of files from versions older than 2.3.0 2020-05-23 01:07:29 +03:00
Grigory Smolkin
7a209272f6 Merge branch 'issue_205' into issue_201 2020-05-21 21:28:55 +03:00
Grigory Smolkin
ba29f9f6f7 fix after merge 2020-05-21 21:28:38 +03:00
Grigory Smolkin
b5ce80c694 Merge branch 'release_2_4' into issue_201 2020-05-21 21:15:44 +03:00
Grigory Smolkin
2f7f677d86 replace quotes with double quotes 2020-05-21 20:40:55 +03:00
Grigory Smolkin
59715f24de Merge branch 'release_2_4' into issue_205 2020-05-21 19:09:39 +03:00
Grigory Smolkin
0f58b2dcf4 Merge branch 'master' into release_2_4 2020-05-21 19:08:06 +03:00
Grigory Smolkin
b799e6d950 minor spelling fix 2020-05-21 19:04:45 +03:00
Alexey Kondratov
8a6b5af297 Use pg_ptrack_get_block() only with ptrack <2.0.0 2020-05-21 14:00:23 +03:00
Alexey Kondratov
23497fb78d Check for ptrack.map_size = -1 for ptrack >= 2.1 2020-05-21 14:00:17 +03:00
Alexey Kondratov
667a80edfb Adopt ptrack 2.1 public API changes 2020-05-21 13:59:58 +03:00
Alexey Kondratov
583ffaaa30 Teach pg_probackup to work with ptrack 2.1 2020-05-21 13:59:44 +03:00
Grigory Smolkin
e959192285 replace rmtree with pgut_rmtree 2020-05-21 13:43:13 +03:00
Grigory Smolkin
70b9e152d2 [Issue #205] now fio_dir_list honors the "--backup-pg-log" flag and correctly handles exclusive backups 2020-05-21 11:51:56 +03:00
Grigory Smolkin
81a13b8c03 [Issue #205] Do the listing of remote directory on remote agent 2020-05-20 13:39:11 +03:00
Grigory Smolkin
c363de2280 Merge branch 'release_2_4' into issue_205 2020-05-19 21:21:32 +03:00
Alexey Kondratov
f3d22bfe90 Use pg_ptrack_get_block() only with ptrack <2.0.0 2020-05-19 19:37:50 +03:00
Alexey Kondratov
d5b15e1d7c Check for ptrack.map_size = -1 for ptrack >= 2.1 2020-05-19 19:37:50 +03:00
Alexey Kondratov
01dc9cf062 Adopt ptrack 2.1 public API changes 2020-05-19 19:37:50 +03:00
Alexey Kondratov
ad34a1d53c Teach pg_probackup to work with ptrack 2.1 2020-05-19 19:37:50 +03:00
Grigory Smolkin
9bf20803b2 [Issue #205] Avoid opening remote files via fio_open when copying files during backup 2020-05-19 19:27:01 +03:00
Dmitriy Kuzmin
8b46ef5d4b Do not validate backup, if binary is compiled with different PG version 2020-05-18 19:50:58 +10:00
Grigory Smolkin
6ed7350af4 [Issue #153] Optimize memory consumption: get rid of pgFile.path and pgFile.forkname, use pgFile.rel_path substring for pgFile.name 2020-05-18 01:29:04 +03:00
Grigory Smolkin
6a736c2db6 Version 2.3.3 2020-05-14 18:00:29 +03:00
Grigory Smolkin
884dd528a5 [Issue #204] Enforce "no-forward-compatibility" policy on remote agent 2020-05-14 17:43:39 +03:00
Grigory Smolkin
612e928d1b [Issue #203] change error message wording 2020-05-14 15:33:24 +03:00
Grigory Smolkin
da98b27453 [Issue #203] error out if FIO_FDMAX is exceeded in fio_opendir 2020-05-14 12:46:34 +03:00
Grigory Smolkin
200e47b394 [Issue #203] error out if FIO_FDMAX is exceeded in fio_open 2020-05-14 12:41:11 +03:00
Grigory Smolkin
9570db096e [Issue #203] Fix 2020-05-14 02:05:06 +03:00
Grigory Smolkin
2c711bd57b [Issue #204] Make version check of remote agent more robust 2020-05-12 22:14:29 +03:00