Grigory Smolkin
ff940f69dc
testgres 1.6 testgres
2018-03-20 22:30:57 +03:00
Arthur Zakirov
73eb5f266f
Make compiler happy
2018-03-20 17:09:57 +03:00
Anastasia
c8147f7289
Add more recovery options for restore/validate:
...
--immediate - end recovery as soon as a consistent state is reached;
--recovery-target-name=target-name -
set the named restore point to which recovery will proceed;
--recovery-target-action=pause|promote|shutdown -
set the action the server should take once the recovery target is reached.
Add restore option -R (--write-recovery-conf) -
write a minimal recovery.conf in the output directory,
to ease setting up a standby server.
2018-03-20 15:49:43 +03:00
VictorSpirin
d0092bb3c9
changes in the parsing command line options
2018-03-20 11:15:53 +03:00
Grigory Smolkin
bea0f8ef63
Github Issue 24: check PQresultStatus for pg_stop_backup()
2018-03-19 20:51:01 +03:00
Grigory Smolkin
3b45f96318
Readme: update ptrack links to ptrack v1.5
2018-03-19 15:12:52 +03:00
VictorSpirin
84358f6963
changes in the parsing command line options
2018-03-17 19:22:26 +03:00
VictorSpirin
e54b151df0
changes in the parsing command line options
2018-03-17 19:04:20 +03:00
Grigory Smolkin
f685305eed
Merge branch 'pgpro-1504'
2018-03-17 01:41:35 +03:00
Grigory Smolkin
541195b597
fix PGPRO-1507: null-sized files were not copied to backup
2018-03-16 11:53:43 +03:00
Grigory Smolkin
1b61ca8299
Merge branch 'pgpro-1457'
2018-03-16 02:26:51 +03:00
Grigory Smolkin
e492b4e0d2
PGPRO-1457: note about DELTA mode in README
2018-03-15 19:00:00 +03:00
VictorSpirin
c7bfcdbcd3
changed char to unsigned char for sname in the struct pgut_option
2018-03-15 17:49:08 +03:00
Grigory Smolkin
fb88c42a51
PGPRO-1504: test minor fixes
2018-03-15 13:57:17 +03:00
Grigory Smolkin
f960c67db4
PGPRO-1504: minor changes to comments
2018-03-15 13:43:11 +03:00
Grigory Smolkin
32b5017d38
PGPRO-1504: during validation attemp to revalidate CORRUPT and ORPHAN backups
2018-03-15 13:34:51 +03:00
Grigory Smolkin
83d2fb3061
PGPRO-1457: minor changes proposed by Arthur Zakirov
2018-03-14 18:36:31 +03:00
VictorSpirin
dbd757761c
update VS project
2018-03-13 18:45:52 +03:00
Anastasia
351b3dd263
define pthread_t in logger.c for WINDOWS
2018-03-13 17:41:03 +03:00
Anastasia
14fa9542d4
use dynamically allocated array for validate_threads
2018-03-13 17:02:58 +03:00
Anastasia
79ece89521
Merge branch 'pg_probackup_windows' of git.postgrespro.ru:pgpro-dev/pg_probackup into pg_probackup_windows
2018-03-13 15:25:37 +03:00
Anastasia
990ccd32fc
use dynamically allocated array for restore_threads
2018-03-13 15:24:49 +03:00
VictorSpirin
3f91c372a5
update VS project
2018-03-13 15:18:15 +03:00
Anastasia
f0547f46a1
fix includes
2018-03-13 15:17:58 +03:00
Anastasia
80a890ccd8
Merge branch 'pg_probackup_windows' of git.postgrespro.ru:pgpro-dev/pg_probackup into pg_probackup_windows
2018-03-13 14:54:17 +03:00
Anastasia
b637a98b50
include postgresql cross platform atomics. It takes ugly #undef FRONTEND hack to do that
2018-03-13 14:53:04 +03:00
VictorSpirin
b7457d619f
update VS project
2018-03-13 13:33:25 +03:00
VictorSpirin
0c9bef3909
update VS project
2018-03-13 13:31:36 +03:00
Victor Spirin
dff728e272
Add scripts for generate Visual Studio Project
2018-03-13 13:12:54 +03:00
Grigory Smolkin
59b5145b1f
tests: new page test added, minor fixes for ptrack tests
2018-03-06 17:10:55 +03:00
Grigory Smolkin
e29a5dbe57
PGPRO-1457: new test, minor fixes for tests
2018-03-06 17:08:43 +03:00
Grigory Smolkin
14e1ae264b
Merge remote-tracking branch 'origin/master' into pgpro-1457
2018-03-06 16:17:13 +03:00
Grigory Smolkin
9cdded93ac
PGPRO-1457: fix DELTA backup not copiying files created by CREATE DATABASE
2018-03-06 16:10:58 +03:00
Grigory Smolkin
0d0802758a
tests: minor fixes
2018-03-03 11:42:10 +03:00
Grigory Smolkin
3d716efd01
Readme, minor fix for installation instruction
2018-03-03 06:32:49 +03:00
Grigory Smolkin
5493487156
Update packages installation instructions
2018-03-03 06:28:07 +03:00
Anastasia
76afcee125
Version 2.0.16
...
- Fix CVE-2018-1058. Use schema name explicitly in all function calls.
- Fix: Handle datafiles in directory global as datafiles.
- Fix: Do not copy ptrack files from directory global to backup anymore.
- Check if --instance is specified for VALIDATE with target parameters
- Adjust README package installation instruction.
2.0.16
2018-03-02 19:26:37 +03:00
Anastasia
8b5e2cd713
Fix CVE-2018-1058. Use schema name explicitly in all function calls.
2018-03-02 19:20:40 +03:00
Anastasia
9ec02abc0d
WIP. Doesn't work. Cross platform multi threaded backup/restore
2018-03-02 15:22:57 +03:00
Grigory Smolkin
f8f9e47cbf
tests: check _ptrack files absense in restored pgdata
2018-03-01 22:25:43 +03:00
Grigory Smolkin
9fd5a22506
bugfix: datafiles in directory global were not handled as datafiles, also _ptrack files in directory global were copied to backup
2018-03-01 22:24:21 +03:00
Grigory Smolkin
4f7ca55d7e
tests: minor fixes
2018-02-28 23:01:22 +03:00
Arthur Zakirov
8977e0e3df
Use stream_wal instead of current.stream
2018-02-27 18:39:07 +03:00
Anastasia
834cfb6ab8
fix 'unary minus operator applied to unsigned type'
2018-02-27 14:40:05 +03:00
Anastasia
7e096be2b3
add partial ptread implementation for windows port
2018-02-27 14:37:46 +03:00
Anastasia
18364caa34
rewrite dir_create_dir() in a cross platform way
2018-02-27 13:02:43 +03:00
Anastasia
2a9baaa960
Rename 'delete' in the ProbackupSubcmd enum to differ it from reserved keyword
2018-02-27 12:31:41 +03:00
Anastasia
1adde8f19f
fix usage of symlink specific code
2018-02-26 18:44:22 +03:00
Grigory Smolkin
052329fc85
tests: disable autovacuum in pgdata_compare() tests
2018-02-26 18:34:56 +03:00
Anastasia
2689ddb9ba
use dynamically allocated array for backup_threads
2018-02-26 17:55:39 +03:00