1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-20 11:34:51 +02:00

3151 Commits

Author SHA1 Message Date
Grigory Smolkin
318cb6e5b8 travis: some more fixes 2021-06-17 21:41:39 +03:00
Grigory Smolkin
6506eade26 travis: move to python3 2021-06-17 21:41:35 +03:00
Grigory Smolkin
423ffcaf38 travis: start sshd in container 2021-06-17 21:41:31 +03:00
Grigory Smolkin
7c3f49a7eb travis: run on every branch, do not tolerate job failures 2021-06-17 19:28:48 +03:00
Grigory Smolkin
6e8e948fd6 [Issue #313] added test coverage 2021-06-17 02:32:36 +03:00
Grigory Smolkin
d1106e5571 [Issue #394] use durable_write in fio_write 2021-06-14 14:16:07 +03:00
Grigory Smolkin
8ae217bae5 [Issue #394] correctly detect ENOSPC when using write(): durable_write is implemented 2021-06-14 13:34:05 +03:00
Mikhail A. Kulagin
477e5bcb4f
Some minor fixes (#397)
* Reformat fio_*() definitions for easier grep'ping
* typo
* move check_postmaster() into src/utils/file.c (from src/util.c), rename it to local_check_postmaster() and make it static/private to src/utils/file.c
2021-06-12 20:21:14 +03:00
gsmol
47c39932b0
Merge pull request #393 from postgrespro/join_path_components
replace snprintf by join_path_components
2021-06-07 17:23:11 +03:00
Mikhail A. Kulagin
0dcfb06ec7 s:snprintf(..., MAXPGPATH, "%s/%s", ...):join_path_components(...):g 2021-06-07 15:48:53 +03:00
gsmol
4ba1d653bf
Merge pull request #390 from postgrespro/ptrack-version-refactoring
introduce ptrack_parse_version_string() and new ptrack version number…
2021-06-03 18:49:27 +03:00
Mikhail A. Kulagin
908a5ad65a introduce ptrack_parse_version_string() and new ptrack version numbering schema 2021-06-03 18:28:22 +03:00
Grigory Smolkin
4188a699f2 Version 2.4.16 2.4.16 2021-05-26 12:57:10 +03:00
gsmol
1fad931140
Merge pull request #388 from postgrespro/fix_valgrind
Fix some valgrind alerts
2021-05-26 12:15:24 +03:00
gsmol
dbf0273d5f
Merge pull request #389 from postgrespro/autovacuum_off
tests: disable autovacuum by default
2021-05-25 17:44:21 +03:00
Yura Sokolov
d3bbb74d01 tests: disable autovacuum by default
With autovacuum enabled tests are unstable. Especially they are unstable
if postgresql is running under valgrind and therefore is severely
inhibited (and vacuum has time to be triggered).
2021-05-25 17:09:42 +03:00
Yura Sokolov
012719d286 fix valgrind alerts
valgrind detected some uninitialized memory usage.
Looks like shift_lsn one is a real bug.
2021-05-24 21:27:13 +03:00
Grigory Smolkin
f840ae4fe7 Merge branch 'master' of github.com:postgrespro/pg_probackup 2021-05-13 12:09:35 +03:00
gsmol
7075432e17
Merge pull request #382 from postgrespro/ptrack_version
Accept ptrack v2.2 as well
2021-05-13 10:57:36 +03:00
Alexey Kondratov
33c28fdd7f Accept ptrack v2.2 as well 2021-05-12 20:39:05 +03:00
gsmol
341b767e1d
Merge pull request #378 from dld-r00f/patch-1
Update README.md
2021-05-11 09:42:49 +03:00
dld-r00f
46bf00d60a
Update README.md
Change repo setup for all sections where the  `sudo echo` commands are located.
2021-05-04 11:50:08 +03:00
dld-r00f
89188e81cf
Update README.md
Change repo setup for Ubuntu/Deb for PostgresPro section.
2021-05-04 11:14:09 +03:00
dld-r00f
30f7f78b08
Update README.md
Error in ubuntu repo installation command for not super user. Sudo command works only for echo command not for redirection and plain user have no rights to write to /etc/apt/sources.list.d/ folder.
2021-05-03 20:07:54 +03:00
Grigory Smolkin
17251d6677 [Issue #376] follow symlinks when walking the WAL archive directory 2021-04-28 11:04:48 +03:00
Grigory Smolkin
b1ee3a9dc3 DOC: update 2021-04-27 22:19:29 +03:00
Grigory Smolkin
3837a62dca tests: fix env in test_archive_pg_receivexlog_partial_handling 2021-04-26 12:56:44 +03:00
Grigory Smolkin
23b00b1ddf tests: set env for run_binary 2021-04-26 12:52:37 +03:00
Grigory Smolkin
1c860ff9bc tests: fix typo in test_validate_instance_with_several_corrupt_backups_interrupt 2021-04-25 21:39:56 +03:00
Grigory Smolkin
2bbecfd06c tests: added test_validate_instance_with_several_corrupt_backups and test_validate_instance_with_several_corrupt_backups_interrupt 2021-04-25 19:13:23 +03:00
Grigory Smolkin
931e0a451c Version 2.4.15 2.4.15 2021-04-25 17:00:53 +03:00
Grigory Smolkin
e387e8e0d5 tests: update expected help 2021-04-25 16:58:32 +03:00
Grigory Smolkin
9f29fb9b59 tests: sleep in slow_start 2021-04-25 15:33:49 +03:00
Grigory Smolkin
13492bf8ca tests: disable autovacuum in test_checksum_corruption_detection 2021-04-25 15:04:06 +03:00
Grigory Smolkin
df8aadfe2d tests: kill pg_receivexlog after test_archive_pg_receivexlog_partial_handling 2021-04-25 14:22:51 +03:00
Grigory Smolkin
7a3f26fbba tests: disable autovacuum in test_archive_pg_receivexlog_partial_handling 2021-04-25 14:15:48 +03:00
Grigory Smolkin
b6e948be69 tests: another fix for test_archive_pg_receivexlog_partial_handling 2021-04-25 14:04:37 +03:00
Grigory Smolkin
8291582b4a tests: another fix for test_archive_pg_receivexlog_partial_handling 2021-04-25 02:30:39 +03:00
Grigory Smolkin
4bcdda4346 tests: fix test_archive_pg_receivexlog_partial_handling 2021-04-25 02:22:30 +03:00
Grigory Smolkin
898d5f3292 sleep in slow_start 2021-04-25 01:10:36 +03:00
Grigory Smolkin
637f1d1c05 tests: fix archive.ArchiveTest.test_archive_pg_receivexlog_partial_handling 2021-04-25 00:26:40 +03:00
Grigory Smolkin
a4ddadd0c3 [Issue #355] documentation update 2021-04-23 15:31:39 +03:00
Grigory Smolkin
82af8f35a6 [Issue #346] detect failure of streaming thread 2021-04-23 14:09:11 +03:00
Grigory Smolkin
fd73b9ccb6 add TODO for WAL parsing 2021-04-23 13:19:59 +03:00
Grigory Smolkin
09accf7adc fix instance validation so the validation carry on after corrupt backup detected 2021-04-22 22:59:49 +03:00
Grigory Smolkin
4390ad297b tests: fix tests.restore.RestoreTest.test_restore_chain_with_corrupted_backup 2021-04-22 18:37:29 +03:00
Grigory Smolkin
588c4cd04b tests: fix tests.restore.RestoreTest.test_restore_chain 2021-04-22 18:31:34 +03:00
Grigory Smolkin
278d433194 [Issue #310] fix tests.replica.ReplicaTest.test_replica_promote_3 2021-04-22 18:02:46 +03:00
Grigory Smolkin
ed897d45e3 [Issue #310] fix tests.replica.ReplicaTest.test_parent_choosing 2021-04-22 17:49:06 +03:00
Grigory Smolkin
bd284a7a41 Readme: allow tracing for gdb tests 2021-04-22 17:36:34 +03:00