Grigory Smolkin
|
dddf88556e
|
Merge branch 'master' into pgpro-1726
|
2018-07-14 02:46:32 +03:00 |
|
Grigory Smolkin
|
b67c0b54c4
|
add replica flag in slow_start() method
|
2018-07-14 02:45:17 +03:00 |
|
Grigory Smolkin
|
2a1181ee92
|
tests: minor fix
|
2018-07-14 01:17:04 +03:00 |
|
Anna
|
086cd4f7d4
|
Separated data.c => backup_data_page() into 2 functions:
prepare_page() and compress_and_backup_page().
Additionally, fixed formatting in some places.
(task pgpro-1726 in jira)
|
2018-07-13 19:34:51 +03:00 |
|
Grigory Smolkin
|
f98c91b3ba
|
tests: add slow_start() method to PostgresNode
|
2018-07-11 10:50:38 +03:00 |
|
Grigory Smolkin
|
963eb2e2c6
|
check for interrupt more frequently
|
2018-07-11 10:29:36 +03:00 |
|
Arthur Zakirov
|
e90714bcd4
|
Push down path variable
|
2018-07-10 14:53:16 +03:00 |
|
Grigory Smolkin
|
1b70807d38
|
tests: fix archive tests
|
2018-07-06 20:41:49 +03:00 |
|
Arthur Zakirov
|
1d5f54c5ee
|
PGPRO-1376: Do not call dir_is_empty() twice, because readdir() may bring different ordering
|
2018-07-06 19:18:05 +03:00 |
|
Arthur Zakirov
|
be8f3be6cd
|
PGPRO-1759: Fix messages and variable names, it should be data not date
|
2018-07-05 13:19:18 +03:00 |
|
Grigory Smolkin
|
3080228453
|
fix: add restore-target-name to validate --help. Submitted by Ludmila Mantrova.
|
2018-07-04 18:37:36 +03:00 |
|
Arthur Zakirov
|
7f87c1cebe
|
Add pagemap_isabsent instead of PageBitmapIsAbsent define
|
2018-06-29 14:01:08 +03:00 |
|
Victor Spirin
|
6b539ad59a
|
set 0 to PageBitmapIsAbsent
|
2018-06-28 12:37:44 +03:00 |
|
Victor Spirin
|
a2959609c8
|
Some changes for windows
|
2018-06-19 14:50:35 +03:00 |
|
Victor Spirin
|
bc016cfa61
|
some change for removing visual studio build error: potentially uninitialized local pointer variable 'error_args'
|
2018-06-19 13:52:31 +03:00 |
|
Arthur Zakirov
|
dac3958eec
|
Return command line parse algorithm
|
2018-06-14 19:42:19 +03:00 |
|
Victor Spirin
|
b10fdf119d
|
Update command line parse
|
2018-06-14 16:22:25 +03:00 |
|
Victor Spirin
|
0e14954483
|
Update windows project templates
|
2018-06-14 12:32:06 +03:00 |
|
Victor Spirin
|
f336db6482
|
Add include pg_getopt.h
|
2018-06-14 12:01:18 +03:00 |
|
Arthur Zakirov
|
d3b1127ab3
|
Remove duplicate help command code
|
2018-06-09 18:14:47 +03:00 |
|
Arthur Zakirov
|
0afc00439c
|
Use optind to parse subcommand name
|
2018-06-09 18:05:18 +03:00 |
|
Arthur Zakirov
|
1304c88ce7
|
Minor style fixes
|
2018-06-09 15:45:03 +03:00 |
|
Arthur Zakirov
|
03a3fb8a14
|
PGPRO-1646: Use int64 for write_size
|
2018-06-09 15:14:44 +03:00 |
|
Arthur Zakirov
|
1da749aa5e
|
Default compression level is 1, use NOT_DEFINED_COMPRESS for not defined compression algorithm
|
2018-06-09 13:55:30 +03:00 |
|
Arthur Zakirov
|
74d9e43774
|
PGPRO-1646: Use int for write_size instead of size_t
|
2018-06-09 12:32:40 +03:00 |
|
Arthur Zakirov
|
0a849e882a
|
Merge master into pg_probackup_windows
|
2018-06-08 13:34:17 +03:00 |
|
Victor Spirin
|
bd1f5c478c
|
Some changes after Windows testing
|
2018-06-08 13:22:39 +03:00 |
|
Arthur Zakirov
|
e36daf5d1d
|
Merge master into pg_probackup_windows
|
2018-06-07 19:13:11 +03:00 |
|
Arthur Zakirov
|
8f6fb524fd
|
Merge branch 'pgpro-533'
|
2018-06-07 14:55:12 +03:00 |
|
Arthur Zakirov
|
9cd12fbe05
|
PGPRO-533: Update hellp command
|
2018-06-07 14:54:25 +03:00 |
|
Grigory Smolkin
|
efc0c8cda3
|
bugfix: WAL delivery timeout could cause PostgreSQL instance to be left in in_backup state
|
2018-06-07 12:22:45 +03:00 |
|
Arthur Zakirov
|
c71151d3df
|
PGPRO-533: Add json format for show-config
|
2018-06-06 14:07:10 +03:00 |
|
Grigory Smolkin
|
191d5e30e9
|
tests: json format for show command
|
2018-06-02 20:35:37 +03:00 |
|
Arthur Zakirov
|
8aa559b17b
|
PGPRO-533: Reformat json output
|
2018-06-01 17:26:56 +03:00 |
|
Arthur Zakirov
|
733354c40f
|
PGPRO-533: Reformat json output, add program-version to backup.control
|
2018-06-01 17:09:32 +03:00 |
|
Arthur Zakirov
|
6df8c2aaec
|
PGPRO-533: Replace instance-name by instance, fix typos
|
2018-05-31 20:31:12 +03:00 |
|
Victor Spirin
|
6832cbbcb9
|
Replaced the backslash in the path to the backup
|
2018-05-22 15:55:18 +03:00 |
|
Arthur Zakirov
|
6d709fb51c
|
Use strcmp() instead of strverscmp()
|
2018-05-22 14:02:08 +03:00 |
|
Arthur Zakirov
|
ceaa2ce9cd
|
PGPRO-533: Allow to show backup list in json format
|
2018-05-21 19:06:12 +03:00 |
|
Anastasia
|
95e038cce7
|
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
|
2018-05-21 17:38:40 +03:00 |
|
Anastasia
|
0b0a48ff4c
|
add support of ptrack 1.6
|
2018-05-21 17:37:59 +03:00 |
|
Grigory Smolkin
|
e991328779
|
tests: minor fixes
|
2018-05-21 17:08:46 +03:00 |
|
Grigory Smolkin
|
d1e4d2b059
|
tests: add ptrack test for unlogged tables
|
2018-05-21 13:19:33 +03:00 |
|
Arthur Zakirov
|
37ced690ad
|
Fix gcc warning messages
|
2018-05-16 10:12:16 +03:00 |
|
Arthur Zakirov
|
d8005d5496
|
PGPRO-1290: Check connected server version with build version
|
2018-05-16 10:00:49 +03:00 |
|
Victor Spirin
|
ac98fefc6e
|
change mode for fopen w->PG_BINARY_W, r->PG_BINARY_R
|
2018-05-11 18:17:54 +03:00 |
|
Grigory Smolkin
|
c408a0ea47
|
bump version to 2.0.17
|
2018-05-03 14:14:55 +03:00 |
|
Grigory Smolkin
|
448597dc5b
|
tests: remove reliance on implicit immediate recovery target action from tests
|
2018-05-03 14:12:19 +03:00 |
|
Grigory Smolkin
|
93640d2825
|
Remove implicit immediate restore target when none other is provided. All restore target should be explicit
|
2018-05-01 13:47:01 +03:00 |
|
Grigory Smolkin
|
f549245281
|
tests: minor changes for 9.5
|
2018-05-01 13:41:17 +03:00 |
|