1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00
Commit Graph

2898 Commits

Author SHA1 Message Date
Grigory Smolkin
5fb52348a7 fix checkdb integer overflow 2020-09-29 13:29:36 +03:00
Grigory Smolkin
1e7ea20e75 Readme: update 2020-09-29 02:26:45 +03:00
Grigory Smolkin
95a3fbaa11 Version 2.4.4 2020-09-26 09:28:48 +03:00
Grigory Smolkin
6b01210216 tests: use wal_keep_segments in make_simple_node 2020-09-26 09:27:46 +03:00
Grigory Smolkin
4db8231462 [Issue #260] fix integer overflow 2020-09-25 13:22:15 +03:00
Grigory Smolkin
ee6d0327de [Issue #261] fix tests 2020-09-25 11:49:05 +03:00
Grigory Smolkin
c1e52db651 [Issue #261] fix compatibility with older(<13) PG versions 2020-09-25 11:47:44 +03:00
Grigory Smolkin
eca14e0261 [Issue #261] PG13 support 2020-09-25 11:09:42 +03:00
Grigory Smolkin
a693fb54af [Issue #252] cleanup debug messages 2020-09-10 02:18:09 +03:00
Grigory Smolkin
1a04646682 Revert "[Issue #252] fix for additional debug messages"
This reverts commit d67fe9c2ec.
2020-09-10 02:16:53 +03:00
Grigory Smolkin
8cdc7cacb5 Revert "[Issue #252] additional debug messages"
This reverts commit 2002573a35.
2020-09-10 02:15:38 +03:00
Grigory Smolkin
56e093368f [Issue #252] fix memory leak in process_block_change() 2020-09-10 02:15:22 +03:00
Grigory Smolkin
d67fe9c2ec [Issue #252] fix for additional debug messages 2020-09-09 22:43:48 +03:00
Grigory Smolkin
2002573a35 [Issue #252] additional debug messages 2020-09-09 21:48:38 +03:00
Grigory Smolkin
b4c03bb4ad bump version to 2.4.3 2020-09-06 11:43:53 +03:00
Konstantin Knizhnik
9d8b4d8655 Extens page bitmap by doubling its size 2020-09-02 19:28:44 +03:00
Grigory Smolkin
46c7dba3bb [Issue #246] correctly exclude nested directories such as 'pgsql_tmp' 2020-08-31 14:58:19 +03:00
Grigory Smolkin
28dfccd9bb [Issue #246] fix tests.exclude.ExcludeTest.test_exclude_temp_files 2020-08-31 14:33:05 +03:00
Grigory Smolkin
ff2053be21 [Issue #249] added tests.restore.RestoreTest.test_issue_249 2020-08-31 14:02:11 +03:00
Grigory Smolkin
f2ddb9f352 [Issue #250] disable remote mode when running retention purge after backup 2020-08-27 22:03:46 +03:00
Grigory Smolkin
c1ed6ffaba [Issue #250] tests: added tests.merge.MergeTest.test_merge_remote_mode 2020-08-27 22:01:10 +03:00
Grigory Smolkin
7b6b782bf6 tests: added tests.merge.MergeTest.test_missing_non_data_file 2020-08-27 21:02:44 +03:00
Grigory Smolkin
c90b45ae3b tests: added tests.merge.MergeTest.test_missing_data_file 2020-08-27 20:40:16 +03:00
Grigory Smolkin
24c3874397 tests: added tests.replica.ReplicaTest.test_replica_switchover 2020-08-27 17:34:35 +03:00
Grigory Smolkin
6f52d88375 [Issue #251] use correct timeline ID when running instance validation with multitimeline incremental chains 2020-08-27 17:29:49 +03:00
Grigory Smolkin
e4e72db857 include ptrack.map into backup 2020-08-26 12:01:18 +03:00
Grigory Smolkin
a3de01fcf4 DOC: ptrack1 is deprecated 2020-08-25 18:27:19 +03:00
Grigory Smolkin
fc74e7dc2f Merge branch 'ptrack_to_delta' 2020-08-25 13:59:39 +03:00
Grigory Smolkin
8b43cae3a8 tests: ptrack2 support for PG11 2020-08-24 19:01:35 +03:00
Grigory Smolkin
066bb50274 tests: added tests.ptrack.PtrackTest.test_ptrack_stop_pg 2020-08-19 14:05:55 +03:00
Grigory Smolkin
b7a4439433 [Issue #246] added tests.exclude.ExcludeTest.test_exclude_temp_files 2020-08-14 14:47:02 +03:00
anastasia
29f28e5588 Disable incremental backups with ptrack 1.X, as it is unsafe.
Instead of throwing an error, throw a warning and fall back to performing DELTA backup, as we don't want to break existing scripts.
2020-08-06 19:20:26 +03:00
Grigory Smolkin
1d87d9ffdd Merge branch 'master' of https://github.com/postgrespro/pg_probackup 2020-08-06 16:51:32 +03:00
Dmitry Maslyuk
801de81b69 PGPRO-4075: Fixed build rules to improve stability 2020-07-29 23:47:46 +03:00
Alexey Kondratov
93f0f5e6cd Update error message inside test_ptrack_pg_resetxlog 2020-07-22 16:35:11 +03:00
Grigory Smolkin
970bd02b11 tests: added tests.ptrack.PtrackTest.test_ptrack_eat_my_data 2020-07-17 12:08:23 +03:00
Grigory Smolkin
f5879a4864 [Issue #241] for ptrack 1.x compare ptrack_control LSN with previous backup StopLSN 2020-07-17 12:00:13 +03:00
Grigory Smolkin
4849767e31 DOC: fix typo 2020-07-10 15:51:11 +03:00
Grigory Smolkin
814700126d tests: fix streaming in tests.incr_restore.IncrRestoreTest.test_basic_incr_restore_sanity 2020-07-06 14:05:13 +03:00
Grigory Smolkin
075346b038 Readme: added debuginfo packages for SUSE 2020-07-03 15:11:21 +03:00
Grigory Smolkin
25309e4d94 Readme: use https instead http for SUSE repo 2020-07-03 14:09:54 +03:00
Grigory Smolkin
718e9febf8 Readme: add SUSE installation instructions 2020-07-03 14:04:56 +03:00
Grigory Smolkin
8db55b42ae make compiler happy 2020-07-01 03:07:46 +03:00
Grigory Smolkin
7fc70c85f2 Version 2.4.2 2020-07-01 00:27:58 +03:00
Grigory Smolkin
f941a7a68e add comment about pending improvement of pgFileInit 2020-07-01 00:26:02 +03:00
Grigory Smolkin
c89f87b8db fix args for fio_send_pages 2020-06-29 22:45:06 +03:00
Grigory Smolkin
fb3417868b Readme: remove current release section 2020-06-29 18:36:48 +03:00
Grigory Smolkin
3963313e31 bugfix: message for getting agent version must have the smallest serial number 2020-06-29 16:36:14 +03:00
Grigory Smolkin
5ed94447b3 bugfix: correctly calculate wal-bytes for STREAM backups 2020-06-25 22:58:27 +03:00
Grigory Smolkin
9622b239c4 Readme: update 2020-06-25 16:00:17 +03:00