Grigory Smolkin
|
0493eabfd6
|
tests: added backup.BackupTest.test_backup_concurrent_drop_table and compatibility.CompatibilityTest.test_backup_concurrent_drop_table
|
2019-05-21 17:54:23 +03:00 |
|
Arthur Zakirov
|
ebeebcaffa
|
Get last valid WAL record correctly using sorted thread_args array
|
2019-05-20 11:28:51 +03:00 |
|
Grigory Smolkin
|
aa1812eec1
|
tests: added tests.delete.DeleteTest.test_delete_wal_between_multiple_timelines
|
2019-05-18 18:44:05 +03:00 |
|
Grigory Smolkin
|
a02fec70d4
|
Readme: small fix
|
2019-05-17 18:09:59 +03:00 |
|
Grigory Smolkin
|
83773d260e
|
README: add link to Windows installers
|
2019-05-17 18:07:15 +03:00 |
|
Grigory Smolkin
|
c88cf22c13
|
tests: added restore.RestoreTest.test_pg_11_group_access
|
2019-05-14 02:28:37 +03:00 |
|
Grigory Smolkin
|
e1c4f8fcd0
|
remove noninformative elog messages in restore
|
2019-05-13 20:23:21 +03:00 |
|
Grigory Smolkin
|
f697d57c9a
|
bugfix: do not use find_my_exec(), because it is relying on PATH, which can be unavailable. More details: https://github.com/postgrespro/pg_probackup/issues/39
|
2019-05-13 19:44:20 +03:00 |
|
Arthur Zakirov
|
e7d4c248c3
|
Merge branch 'issue_63'
|
2019-05-07 10:37:14 +03:00 |
|
Grigory Smolkin
|
16dca32efd
|
tests minor cleanup
|
2019-05-07 00:09:27 +03:00 |
|
Grigory Smolkin
|
bd6c601de9
|
Merge branch 'master' into issue_63
|
2019-05-06 21:22:53 +03:00 |
|
Grigory Smolkin
|
1e1daa0079
|
tests: added tests.external.ExternalTest.test_smart_restore_externals
|
2019-05-06 21:22:16 +03:00 |
|
Grigory Smolkin
|
cdc42241b3
|
Merge branch 'master' into issue_63
|
2019-05-06 21:13:15 +03:00 |
|
Grigory Smolkin
|
c9c55590b0
|
tests: fix typo
|
2019-05-06 19:21:22 +03:00 |
|
Grigory Smolkin
|
5b53945751
|
tests: fixed tests.merge.MergeTest.test_failed_merge_after_delete
|
2019-05-06 19:18:19 +03:00 |
|
Grigory Smolkin
|
f07c0ae2b8
|
tests: added tests.merge.MergeTest.test_failed_merge_after_delete and tests.merge.MergeTest.test_failed_merge_after_delete_1
|
2019-05-06 18:05:54 +03:00 |
|
Arthur Zakirov
|
0ee0226b82
|
Merge remote-tracking branch 'origin/master' into issue_63
|
2019-05-06 17:51:41 +03:00 |
|
Anastasia
|
85afe5a273
|
Merge branch 'refactoring_after_2.1.1'
|
2019-05-06 17:12:35 +03:00 |
|
Grigory Smolkin
|
9af4f5ff81
|
Merge branch 'master' into issue_63
|
2019-05-06 16:23:19 +03:00 |
|
Grigory Smolkin
|
87f28e76fd
|
tests: added restore.RestoreTest.test_smart_restore
|
2019-05-06 16:14:24 +03:00 |
|
Grigory Smolkin
|
b6dcb82d46
|
README: Windows is considered stable
|
2019-05-06 16:12:56 +03:00 |
|
Arthur Zakirov
|
7f1fb4777a
|
Issue #63: Do not copy unnecessary files
|
2019-05-06 12:32:43 +03:00 |
|
Anastasia
|
c411a8cffd
|
refactoring. remove unused move_file(), remove_trailing_space(), remove_not_digit() functions
|
2019-05-06 11:43:26 +03:00 |
|
Anastasia
|
109af56a50
|
refactoring. remove unneeded calc_file_checksum() function
|
2019-05-06 11:32:34 +03:00 |
|
Anastasia
|
14418a200f
|
refactoring. move WAL related functions to archive.c
|
2019-05-06 11:27:42 +03:00 |
|
Anastasia
|
9dacdaad8f
|
remove unused code related to remote backup via replication protocol, which was not implemented
|
2019-05-06 11:16:00 +03:00 |
|
Grigory Smolkin
|
f84b21ca24
|
Release 2.1.1
|
2019-05-01 18:36:15 +03:00 |
|
Grigory Smolkin
|
d2129fdd12
|
change elog level to WARNING in message about restoring backup without validation
|
2019-05-01 17:53:29 +03:00 |
|
Grigory Smolkin
|
c509ae42b9
|
backup: sanity check that external directories do not overlap
|
2019-05-01 16:55:48 +03:00 |
|
Grigory Smolkin
|
323add28aa
|
tests: added external.ExternalTest.test_external_dirs_overlapping
|
2019-05-01 16:53:49 +03:00 |
|
Grigory Smolkin
|
559390aa9e
|
change stub wording
|
2019-05-01 02:45:17 +03:00 |
|
Grigory Smolkin
|
a7650c07c2
|
stub for remote operations on Windows
|
2019-05-01 02:43:52 +03:00 |
|
Grigory Smolkin
|
481faf0b5b
|
tests: rename module "backup_test" to "backup"
|
2019-05-01 02:41:27 +03:00 |
|
Grigory Smolkin
|
04541c5029
|
tests: final Windows fixes
|
2019-05-01 02:39:08 +03:00 |
|
Grigory Smolkin
|
613a5b3cc0
|
tests: Windows fixes for "show" module
|
2019-05-01 02:32:16 +03:00 |
|
Grigory Smolkin
|
642eb1a096
|
tests: fixes for Windows in "option" modules
|
2019-05-01 02:20:08 +03:00 |
|
Grigory Smolkin
|
04af42c241
|
tests: changes in "init" and "restore" modules for Windows
|
2019-05-01 02:08:51 +03:00 |
|
Grigory Smolkin
|
b70b9a232b
|
tests: fixes for Windows
|
2019-04-30 20:20:41 +03:00 |
|
Grigory Smolkin
|
b7a9a20b99
|
tests: fixes for Windows
|
2019-04-30 20:18:40 +03:00 |
|
Grigory Smolkin
|
e771c97aa2
|
tests: minor fixes for "page" module
|
2019-04-30 19:44:06 +03:00 |
|
Arthur Zakirov
|
ee90c5410d
|
Remove make_native_path() from pgBackupGetPath2()
|
2019-04-30 12:28:26 +03:00 |
|
Grigory Smolkin
|
d8086219c7
|
tests: fix checkdb for Windows
|
2019-04-30 01:49:14 +03:00 |
|
Grigory Smolkin
|
5362c2a783
|
canonicalize tablespace path
|
2019-04-30 00:38:19 +03:00 |
|
Grigory Smolkin
|
091b7c6e4b
|
tests: minor fixes for Windows
|
2019-04-30 00:35:28 +03:00 |
|
Artur Zakirov
|
a71288249e
|
canonicalize_path() within pgFileInit()
|
2019-04-30 00:24:44 +03:00 |
|
Grigory Smolkin
|
d042b8e0db
|
minor bugfix: canonicalize tablespace path in read_tablespace_map()
|
2019-04-29 23:53:38 +03:00 |
|
Grigory Smolkin
|
7d30e5b33f
|
minor bugfix: ensure that tablespace directories are canonicalized
|
2019-04-29 22:45:44 +03:00 |
|
Grigory Smolkin
|
c3451c5604
|
tests: module "external" fixes for Windows
|
2019-04-29 19:41:53 +03:00 |
|
Arthur Zakirov
|
f154be4c0f
|
Canonicalize some other paths
|
2019-04-29 19:19:44 +03:00 |
|
Arthur Zakirov
|
b2464d946b
|
Canonicalize external mapping paths
|
2019-04-29 19:11:01 +03:00 |
|