Commit Graph
3037 Commits
Author SHA1 Message Date
anastasia 9940967657 Refactoring. Get rid of global variable backup_instance_path 2021-02-03 21:28:34 +03:00
anastasia b956febb7b Refactoring. Get rid of global variable backup_path 2021-02-03 20:50:34 +03:00
anastasia 341d7b8274 Refactoring. Get rid of global variable instance_name 2021-02-03 20:00:43 +03:00
anastasia dbf523308b Refactoring. Use instanceState instead of global variable instance_name 2021-02-03 18:39:51 +03:00
anastasia cc58553514 Refactoring. Cleanup comments 2021-02-03 18:00:21 +03:00
anastasia 3d62e2a1d6 Refactoting. Move new state definitions to a separate header 2021-02-03 17:48:59 +03:00
anastasia 48b8f60fdb Refactoring. Introduce instanceState structure. Update code in init.c 2021-02-03 17:35:14 +03:00
anastasia 2284c2b006 Refactoring. Introduce catalogState structure. Update code in init.c 2021-02-03 15:28:11 +03:00
anastasia 7ef802d02f Add a comment declaring code refactoring plan 2021-02-03 14:30:45 +03:00
anastasia 24a7a085c3 Code cleanup. Pass backup_catalog_path explicitly to functions that need it 2021-02-03 13:41:01 +03:00
anastasia c1e81edd49 Code cleanup. Start removing global variables in pg_probackup.c 2021-02-03 13:03:46 +03:00
anastasia da2c49dfe1 code cleanup 2021-02-02 22:41:45 +03:00
anastasia 94d42366bd Merge branch 'master' into release_2_5 2021-02-02 20:24:06 +03:00
Grigory Smolkin 53be6243f9 tests: remove debug messages in module "incr_restore" 2021-02-02 20:17:31 +03:00
anastasia f26c959647 remove unneeded funtion dir_read_file_list() 2021-02-02 19:44:16 +03:00
anastasia 0fd2fdeec0 Code cleanup. Remove unused pgBackupGetPath() function 2021-02-02 19:12:08 +03:00
anastasia 2ae2908ea7 Code cleanup. Remove unused functions 2021-02-02 18:19:47 +03:00
Grigory Smolkin fc1bef8745 Merge branch 'master' into release_2_5 2021-01-27 16:06:26 +03:00
Grigory Smolkin 0fbf1a2fab README: update link to latest Windows installers 2021-01-27 15:55:36 +03:00
gsmolandGitHub d8503e5310 Merge pull request #306 from postgrespro/PGPRO-4063
[DOC] Remove outdated content from the documentation
2021-01-27 04:12:55 -05:00
Elena Indrupskaya 2620042019 [DOC] Remove outdated content from the documentation 2021-01-27 10:25:25 +03:00
Grigory Smolkin 25fd6c2206 fix: do not ignore ENOENT, when overwriting postgresql.auto.conf 2.4.9 2021-01-27 01:48:38 +03:00
Grigory Smolkin 807cc27ebe Fix overwriting of 0-sized postgresql.auto.conf in remote mode, restore nonedata files asynchronously 2021-01-27 00:23:59 +03:00
gsmolandGitHub a758d11cbb Merge pull request #305 from postgrespro/release_2_4_9
Version 2.4.9
2021-01-26 12:44:32 -05:00
Grigory Smolkin c12f8467e0 Version 2.4.9 2021-01-26 20:17:32 +03:00
gsmolandGitHub 09363f08bd Merge pull request #303 from postgrespro/PGPRO-4063
[DOC] Edits to recent document changes
2021-01-26 09:29:59 -05:00
Elena Indrupskaya 315ab4f062 [DOC] Edits to recent document changes 2021-01-26 17:06:31 +03:00
alubennikovaandGitHub 030f171576 Merge pull request #302 from postgrespro/issue_301
Issue 301. Update CI and readme.
2021-01-26 16:00:06 +03:00
anastasia 7b3d13f164 Update README: Add Development section. Fix broken link to documentaiton 2021-01-26 15:38:54 +03:00
anastasia 0f296ffbf5 [issue #301] Only run CI tests for master branch commits to limit our travis usage. 2021-01-26 15:25:49 +03:00
anastasia 302455a4c6 Remove outdated Documentation.md file. Documentation now lives in doc/ subdirectory. 2021-01-26 15:16:41 +03:00
Grigory Smolkin 2e9c55f297 [Issue #240] Handle SIGPIPE. Also when remote agent encounters an error condition during exectuion of asynchronous tasks, the error message is saved in global variable and reported when agent status is checked 2021-01-26 15:02:34 +03:00
Grigory Smolkin 88cb60fc4e DOC: minor fix 2021-01-26 03:16:06 +03:00
Grigory Smolkin c7f4865fe3 DOC: improve wording for "--force" flag 2021-01-26 02:45:12 +03:00
Grigory Smolkin 8ec995b4b4 tests: fixes for #280 2021-01-26 02:43:31 +03:00
anastasia 40aeb8be17 fix merge conflict 2021-01-22 22:43:35 +03:00
anastasia 1d50157053 calm down compiler warning 2021-01-22 21:48:21 +03:00
anastasia 0fdcc73b02 Merge branch 'master' into release_2_5 2021-01-22 21:44:29 +03:00
Grigory Smolkin 4e445024f2 [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00
Grigory Smolkin b16555acd6 fix external dir path, introduced by 286d30dbff 2021-01-21 13:14:51 +03:00
Grigory Smolkin d624863d14 [Issue #290] check WAL archive directory presence at the start of backup 2021-01-20 15:55:25 +03:00
Grigory Smolkin 4edc9d94ad [Issue #289] tests: added tests.backup.BackupTest.test_issue_289 2021-01-20 15:40:18 +03:00
Grigory Smolkin e7ffc15417 [Issue #289] Wait for Start LSN after finding the suitable parent backup, not before 2021-01-20 15:39:38 +03:00
Grigory Smolkin 286d30dbff [Issue #231] make several attempts when creating backup directory, so two consecutive backups didn`t get the same backup ID 2021-01-20 15:11:54 +03:00
Grigory Smolkin 6e20f5523b Merge branch 'refs/pull/291/head' into release_2_5 2021-01-11 10:27:28 +03:00
gsmolandGitHub e2bbd4f2c3 Merge pull request #291 from kulaginm/cmdline-refactor
remove backup_subcmd global variable and useless command_name variable
2021-01-11 10:26:35 +03:00
Grigory Smolkin 7383ddd69c add some comments 2021-01-06 19:15:59 +03:00
Mikhail A. Kulagin 8aea21d703 add version and help help pages 2020-12-30 06:59:32 +03:00
Grigory Smolkin dceed020f0 Merge branch 'master' into release_2_5 2020-12-29 19:15:24 +03:00
Grigory Smolkin a5ec1be544 Merge branch 'master' into refs/pull/291/head 2020-12-29 19:11:14 +03:00