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

567 Commits

Author SHA1 Message Date
Arthur Zakirov
c831b997ad Add links to postgrespro.com documentation 2017-07-11 09:57:11 +03:00
Arthur Zakirov
29ff400795 Little fixes 2017-07-10 18:13:49 +03:00
Arthur Zakirov
2c43ebac74 Add README.md 2017-07-10 18:08:32 +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 3e8ac2896d, 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
Grigory Smolkin
88b2742972 tests minor fixes 2017-06-27 12:43:45 +03:00
Grigory Smolkin
49a8575456 tests fixes, del_test_dir added 2017-06-27 08:42:52 +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
Arthur Zakirov
2fd4fd8787 Update .gitignore 2017-06-20 16:38:12 +03:00
Anastasia
882515fa7a fix 2017-06-20 15:04:23 +03:00
Anastasia
56e6250fc8 relative path for top_srcdir is fixed 2017-06-20 14:37:01 +03:00
Anastasia
3f931e9a64 fix 2017-06-20 14:31:44 +03:00
Anastasia
d47d538914 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-06-20 14:12:21 +03:00
Anastasia
fd46947329 fix Makefile. TODO fix relative path 2017-06-20 14:12:16 +03:00
Grigory Smolkin
1a849cad7e tests fix 2017-06-20 13:57:23 +03:00
Anastasia
5e034a4acc move sources to src/ subdir, update copyright 2017-06-20 12:37:10 +03:00
Arthur Zakirov
7ff4b9dfe3 Fix some warnings 2017-06-16 19:30:56 +03:00
Anastasia
ac4896e02c Cannot specify compress-level option without compress-alg option 2017-06-16 18:02:43 +03:00
Anastasia
7483bbefc8 fix 2017-06-16 17:39:10 +03:00
Anastasia
21b28fc633 cleanup 2017-06-16 16:58:36 +03:00
Anastasia
46c60aca28 fix 2017-06-16 16:42:41 +03:00
Anastasia
dd85de04ab fix control file values 2017-06-16 16:14:54 +03:00
Arthur Zakirov
810ff516cc Make compiler happy 2017-06-16 15:50:54 +03:00
Anastasia
179f57a0f8 fix compiler warnings 2017-06-16 15:16:29 +03:00
Anastasia
7fe9cb953c fix compiler warnings 2017-06-16 15:13:31 +03:00
Anastasia
da960204bb fix compiler warning about uninitialized var 2017-06-16 14:22:00 +03:00
Anastasia
cb1a7e3676 add wal-size to backup.control and calculate backup size more accurately 2017-06-16 12:52:27 +03:00
Anastasia
aaa894118d Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-06-15 16:54:36 +03:00
Anastasia
41bdaf64e1 cleanup Makefile 2017-06-15 16:54:29 +03:00
Arthur Zakirov
e949d7fe36 Show message about validation without recovery target 2017-06-15 16:39:40 +03:00
Arthur Zakirov
ac4519e33c Fixes for validate_wal().
For stream backup check only WAL segments from start_lsn to stop_lsn.
If recovery target is provided check that we can restore backup to a
recoverty target time or xid.
2017-06-15 15:52:08 +03:00
Anastasia
b3aa4cf086 fix archivedir path in validate_wal 2017-06-15 15:37:19 +03:00
Anastasia
3ed0666f14 fix for previous commit 2017-06-14 20:36:11 +03:00
Anastasia
ab3b160a1a send pg_stop_backup() asynchronously, cancel query if no answer in 300 seconds 2017-06-14 19:30:25 +03:00
Anastasia
1a9dd343d2 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-06-14 17:04:28 +03:00
Anastasia
a930a1369a fix show 2017-06-14 17:03:53 +03:00
Arthur Zakirov
d28b092092 Remove unnecessary elog() call 2017-06-14 16:59:04 +03:00
Arthur Zakirov
1acf0c5f6b Free base36enc's result in validate_wal() and do_validate_instance() 2017-06-14 16:08:29 +03:00
Anastasia
126c424403 remove obsolete block of code, improve comments 2017-06-14 15:49:18 +03:00
Anastasia
70d85d14d1 add compression configuration to backup.control 2017-06-14 15:41:10 +03:00