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

1073 Commits

Author SHA1 Message Date
Arthur Zakirov
c919c58b5e Wait previous segment for start_lsn 2017-07-13 09:39:00 +03:00
Arthur Zakirov
a5667d3907 Remove pg_switch_wal() 2017-07-12 17:25:39 +03:00
Arthur Zakirov
d6166f0785 Wait for LSN to be replayed after waiting LSN to be archived 2017-07-12 15:33:21 +03:00
Arthur Zakirov
45fc4c32cc Use wait_replica_wal_lsn() in pg_start_backup() and pg_stop_backup() 2017-07-12 15:31:51 +03:00
Arthur Zakirov
a0c7fcdc67 Added wait_replica_wal_lsn() function 2017-07-12 15:31:51 +03:00
Arthur Zakirov
0084441818 Do not check argc for SHOW_CONFIG and SET_CONFIG 2017-07-12 15:31:22 +03:00
Arthur Zakirov
a104e2c970 Call pg_switch_wal() on replica after pg_create_restore_point() during pg_stop_backup() 2017-07-11 13:29:43 +03:00
Arthur Zakirov
9709678473 Fix using uninitialized backup_files_list 2017-07-11 13:18:23 +03:00
Arthur Zakirov
311b7b1934 Added --log parameter, each log entry has timestamp value now 2017-07-10 10:55:40 +03:00
Arthur Zakirov
a8ea8ab5a5 Fix for 3e8ac2896d32781196e58bb59936f53b62e96ff2, improve error messages.
We need call fflush() for buffered IO. Without fflush() fsync() could be useless.
2017-07-06 22:59:47 +03:00
Anastasia
9f91dfc5bb Bunch of small fixes. Version 2.0.1 2017-07-05 17:36:22 +03:00
Anastasia
be95e17fac Version 2.0 2017-07-03 18:09:24 +03:00
Anastasia
385798e753 add --compress shortcut option 2017-07-03 18:06:39 +03:00
Anastasia
03dfb7bc59 minor fix 2017-07-03 17:43:32 +03:00
Anastasia
393afa55e7 fix 2017-07-03 17:22:28 +03:00
Anastasia
6b4c90a25e check file existence in archive-push 2017-07-03 16:15:46 +03:00
Arthur Zakirov
70ff5aaa27 fsync() backup_label, tablespace_map, recovery.conf 2017-06-27 15:41:04 +03:00
Arthur Zakirov
3e8ac2896d fsync() data and WAL files 2017-06-27 15:24:53 +03:00
Anastasia
9c7eae6753 fix exit code 2017-06-26 16:47:24 +03:00
Anastasia
4b58d2e52b fix validate to target in the future 2017-06-26 13:17:12 +03:00
Anastasia
e0596efd85 Version 1.1.17 2017-06-20 17:54:15 +03:00
Anastasia
fd46947329 fix Makefile. TODO fix relative path 2017-06-20 14:12:16 +03:00
Anastasia
5e034a4acc move sources to src/ subdir, update copyright 2017-06-20 12:37:10 +03:00