1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
Commit Graph

2640 Commits

Author SHA1 Message Date
Grigory Smolkin
7f983c599a [Issue #169] Restore optimization 2020-01-22 02:58:40 +03:00
Grigory Smolkin
c6e7490caf Readme: update installation instructions 2020-01-13 13:22:50 +03:00
Grigory Smolkin
5a069739c4 Readme: update current release version 2020-01-10 17:01:28 +03:00
Grigory Smolkin
00ea177048 Version 2.2.7 2020-01-07 21:18:28 +03:00
Grigory Smolkin
9830b629e7 tests: fixes for 9.5 2020-01-07 21:15:53 +03:00
Grigory Smolkin
20d09c4786 Add some comments 2020-01-04 19:52:11 +03:00
Grigory Smolkin
9af67ed097 Revert "use IsXLogFileName() when parsing xlog filenames"
This reverts commit 6ad38c62ce.
2020-01-04 19:50:35 +03:00
Grigory Smolkin
9cce8639b4 [Issue #168] use heap variable as buffer in write_backup_filelist() instead of stack variable 2020-01-04 14:48:10 +03:00
Grigory Smolkin
6ad38c62ce use IsXLogFileName() when parsing xlog filenames 2020-01-02 20:51:50 +03:00
Liudmila Mantrova
3129369112 DOC: fixes for PGPRO-3413 2019-12-30 13:03:12 +03:00
Anastasia
95459a8363 fix buffer size in write_backup_filelist 2019-12-30 12:59:14 +03:00
Anastasia
c2f52dc86d Fix for [Issue #155]. Allocate destination buffer size correctly 2019-12-30 12:29:18 +03:00
Grigory Smolkin
f431452ea9 Version 2.2.6 2019-12-29 21:43:23 +03:00
Grigory Smolkin
b7f69ae206 tests: update comments 2019-12-29 21:41:47 +03:00
Victor Spirin
2a89a60e2f Fixed call_atexit_callbacks function 2019-12-29 17:04:48 +03:00
Grigory Smolkin
07557566f4 leftover fix for stack buffer overflow 2019-12-29 14:49:41 +03:00
Grigory Smolkin
e1dfb614cf fix stack buffer overflow 2019-12-29 14:23:28 +03:00
Grigory Smolkin
b0efb76003 use portable unlink in delete_walfiles_in_tli() 2019-12-29 02:11:10 +03:00
Grigory Smolkin
68922f2151 tests: various fixes 2019-12-28 18:53:33 +03:00
Grigory Smolkin
d785bea5fb fix windows build 2019-12-28 14:41:20 +03:00
Grigory Smolkin
489c447862 DOC: for ptrack 2.0 functions schema name depends on extension schema 2019-12-28 14:18:02 +03:00
Grigory Smolkin
c6c6053458 [Issue #159] pgdata_bytes for FULL and DELTA remote backups was calculated incorrectly 2019-12-27 19:57:27 +03:00
Liudmila Mantrova
1f4dc1bf4c DOC: fix for PGPRO-3397 and PGPRO-3398 2019-12-27 17:27:04 +03:00
Grigory Smolkin
ee3e8d11e3 [Issue #165] Report errno correctly when failed to access instance directory 2019-12-27 01:17:22 +03:00
Grigory Smolkin
fc81de2398 Merge branch 'master' into issue_150 2019-12-27 00:56:00 +03:00
Grigory Smolkin
b08e9b468e [Issue #155] Documentation update 2019-12-27 00:53:28 +03:00
Grigory Smolkin
6dc2eaf9db [Issue #155] tests fixes 2019-12-27 00:39:35 +03:00
Grigory Smolkin
2b23095c10 [Issue #155] Use full filename as segno 2019-12-27 00:38:55 +03:00
Grigory Smolkin
4f10eb3c59 [Issue #150] Documentation update 2019-12-26 01:03:06 +03:00
Grigory Smolkin
2e6aa530ad [Issue #150] added set_backup.SetBackupTest.test_wal_retention_and_pinning and set_backup.SetBackupTest.test_wal_retention_and_pinning_1 2019-12-26 00:08:57 +03:00
Grigory Smolkin
70c0530f64 Merge branch 'master' into issue_150 2019-12-25 17:56:09 +03:00
Grigory Smolkin
eccd847d30 tests: added delta.DeltaTest.test_delta_pg_resetxlog and page.PageTest.test_page_pg_resetxlog 2019-12-25 17:43:12 +03:00
Grigory Smolkin
1c791f3433 tests: added ptrack.PtrackTest.test_corrupt_ptrack_map and ptrack.PtrackTest.test_ptrack_pg_resetxlog 2019-12-25 17:41:19 +03:00
Grigory Smolkin
75fefb0858 tests: minor fixes 2019-12-24 15:03:59 +03:00
Alexey Kondratov
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Liudmila Mantrova
d507c8ab0d DOC: fix PTRACK description 2019-12-19 13:14:13 +03:00
Liudmila Mantrova
29c457492d DOC: document new PTRACK requirements 2019-12-18 16:52:21 +03:00
Grigory Smolkin
27f7d8bedf Readme: redirect to new documentation 2019-12-12 18:19:15 +03:00
Liudmila Mantrova
edd3df7f00 DOC: modify restore-as-replica option description for v12 2019-12-10 16:42:02 +03:00
Grigory Smolkin
69f98672ad DOC: update fonts 2019-11-27 23:16:35 +03:00
Grigory Smolkin
715dbf8506 DOC: minor fix 2019-11-27 23:11:32 +03:00
Liudmila Mantrova
3188aaf6b0 DOC: fix wal_seg_size name 2019-11-26 16:44:32 +03:00
Liudmila Mantrova
6e5fe570b6 DOC: fix typo in continuous 2019-11-26 15:30:43 +03:00
Liudmila Mantrova
10c1f7ad3f DOC: improve checkb docs and fix some other minor issues 2019-11-25 19:24:29 +03:00
Grigory Smolkin
b3be139456 DOC: css for code blocks 2019-11-25 12:09:34 +03:00
Liudmila Mantrova
8947a120a9 DOC: fix minor wording and tagging issues 2019-11-22 19:00:54 +03:00
Grigory Smolkin
2d8c291c34 DOC: CSS fix 2019-11-22 13:56:08 +03:00
Grigory Smolkin
232dee2e88 DOC: css added 2019-11-19 18:19:14 +03:00
Grigory Smolkin
088801a1f1 Readme: minor update 2019-11-19 12:39:37 +03:00
Grigory Smolkin
c513fd58ec Readme: ALT Linux packages installation instructions are added 2019-11-19 12:33:27 +03:00