1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-13 11:53:59 +02:00
Commit Graph

2970 Commits

Author SHA1 Message Date
Grigory Smolkin
e9ddcafdf9 [Issue #284] fix test 2020-12-09 03:07:45 -05:00
Grigory Smolkin
27310b3684 [Issue #284] added tests.time_stamp.TimeStamp.test_handling_of_TZ_env_variable 2020-12-09 10:50:49 +03:00
Grigory Smolkin
6f9e1df95d [Issue #263] fix parsing of big size values 2020-12-09 10:04:32 +03:00
Grigory Smolkin
775b260aa4 [Issue #263] added tests.set_backup.SetBackupTest.test_add_big_note_1 2020-12-09 10:03:37 +03:00
Grigory Smolkin
c525dad4c7 [Issue #249] hot_standby breaks partial restore for PG < 12 2020-12-09 00:16:00 +03:00
Grigory Smolkin
33d288380e tests: minor fixes 2020-12-07 17:13:51 +03:00
Grigory Smolkin
f586c96e3d Version 2.4.7 2020-12-07 09:31:31 +03:00
Grigory Smolkin
623c0d3a46 do not fsync streamed WAL segments 2020-12-07 09:23:50 +03:00
Grigory Smolkin
20dfb0130a Merge branch 'master' of https://github.com/postgrespro/pg_probackup 2020-12-07 02:36:20 +03:00
Grigory Smolkin
cd2655b4e2 bugfix: correctly calculate backup WAL size for STREAM backup 2020-12-07 02:34:49 +03:00
Grigory Smolkin
8350e17430 [Issue #283] add history file to STREAM backup filelist 2020-12-07 00:48:16 +03:00
Grigory Smolkin
da50370dbb [Issue #283] added tests.replica.ReplicaTest.test_replica_via_basebackup 2020-12-07 00:47:00 +03:00
Grigory Smolkin
a261a83492 tests: added tests.restore.RestoreTest.test_concurrent_restore 2020-12-05 12:02:58 +03:00
Grigory Smolkin
c63a2b81c7 Version 2.4.6 2020-12-04 00:27:50 +03:00
Grigory Smolkin
667f2dc7c0 use tzset on Windows 2020-12-03 14:58:52 -05:00
Grigory Smolkin
3543dae5ea fix build on Windows 2020-12-03 22:13:19 +03:00
Grigory Smolkin
9619608f92 bugfix: cross-platform setenv and getenv 2020-12-03 21:54:44 +03:00
Grigory Smolkin
84e63979cd tests: minor fixes 2020-12-03 21:31:01 +03:00
Grigory Smolkin
196d4fae38 bugfix: do not create empty recovery.conf 2020-12-03 21:30:42 +03:00
Grigory Smolkin
186fb72e1c tests: minor fixes 2020-12-03 13:15:08 +03:00
Grigory Smolkin
7ddf8ee18a tests: fixes for time_stamp module 2020-12-03 12:23:33 +03:00
Grigory Smolkin
b6ce030d36 Timestamps with missing timezone offset should be treated as UTC only when parsing config(due to some old bug), otherwise as local timezone 2020-12-03 12:21:53 +03:00
Grigory Smolkin
50d2d9c3af Version 2.4.5 2020-12-02 23:47:17 +03:00
Grigory Smolkin
17b3e2b586 [Issue #272] improve test coverage 2020-12-02 23:39:26 +03:00
Grigory Smolkin
dfe28b1ef8 tests: minor tweaks in merge module 2020-12-02 23:35:11 +03:00
Grigory Smolkin
e645a6c2ad [Issue #266] improve test coverage 2020-12-02 23:34:28 +03:00
Grigory Smolkin
e645874a64 [Issue #266] Disable in-place merge only if merge chain contains backup with version less than STORAGE_FORMAT_VERSION, which bumped each time storage format is changed or some bug in backup/restore procedures is fixed 2020-12-02 22:21:54 +03:00
Grigory Smolkin
d11e3398f0 [Issue #238] in PG>=12 use postgresql.auto.conf for recovery parameters 2020-12-02 18:32:26 +03:00
Grigory Smolkin
91bcb9bdd9 [Issue #272] documentation update 2020-12-02 18:17:53 +03:00
Grigory Smolkin
d3425bdc88 [Issue #272] if timezone offset is not specified, treat it as local timezone 2020-12-02 18:17:31 +03:00
Grigory Smolkin
6c21833a17 [Issue #272] fix DST time skew, store backup metadata timestamps in UTC 2020-12-02 11:15:21 +03:00
Grigory Smolkin
1cf233d3a0 [Issue #281] Non-exclusive locking mode for read-only tasks, such as restore and validate 2020-12-01 12:36:36 +03:00
anastasia
bd29752456 Fix test test_basic_ptrack_truncate_replica. Pause replication before taking backup to make datadir comparison more stable. 2020-11-20 13:42:55 +03:00
Andrew A. Bille
10bd31097f tests: stop "node" before deletion test dir 2020-11-20 12:24:39 +07:00
Grigory Smolkin
cde244e1ba tests: added tests.replica.ReplicaTest.test_start_stop_lsn_in_the_same_segno 2020-11-20 00:05:35 +03:00
Grigory Smolkin
698ea115bb 90b6d043bb review 2020-11-20 00:05:00 +03:00
Grigory Smolkin
f490023694 minor fixes 2020-11-19 19:06:05 +03:00
Grigory Smolkin
90b6d043bb bugfix: fix assert error for PG13, when start_lsn and stop_lsn are in the same WAL segment, also some segfaults in wait_WAL_streaming_end 2020-11-19 19:02:55 +03:00
Grigory Smolkin
9453cf0f29 bugfix: correctly append streamed segments to backup filelist 2020-11-19 14:38:04 +03:00
Grigory Smolkin
6defc76365 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup 2020-11-19 14:36:51 +03:00
Grigory Smolkin
210c303694 tests: start restored node in test_basic_ptrack_truncate_replica 2020-11-18 15:46:03 +03:00
Andrew A. Bille
cbb721427d tests: ignore ptrack.map.tmp in pgdata_content 2020-11-16 15:15:05 +07:00
Grigory Smolkin
2808cc673c tests: fix test_checkdb_with_least_privileges 2020-11-14 04:11:33 +03:00
Grigory Smolkin
6611e5e8c0 [PBCKP-110] fix build error on windows 2020-11-12 20:40:44 +03:00
Grigory Smolkin
dab64c46bc Merge branch 'master' into stream_refactoring 2020-11-12 15:50:36 +03:00
Grigory Smolkin
6123e9467c [PBCKP-107] fix build for Ubuntu 20.10 2020-11-12 13:29:23 +03:00
Grigory Smolkin
1fed5633e6 [Issue #267] use spaces for indentation 2020-11-12 12:00:48 +03:00
Grigory Smolkin
3e1d001035 [Issue #267] fix segfault and rel_path for streamed WAL segments 2020-11-12 01:03:59 +03:00
anastasia
1d3c333641 Refactor code related to WAL streaming. Optimize filelist gathering for streamed xlog files.
Now streaming thread calculates CRC and adds file info to the filelist after each finished segment.
2020-11-11 23:10:44 +03:00
anastasia
dad2747ddc Refactor code related to WAL streaming. Move it to stream.c 2020-11-11 22:19:09 +03:00