Oleg Gurev
f4a53eb91e
Merge remote-tracking branch 'origin/REL_2_5' into master-merge
2026-03-16 12:13:26 +03:00
Oleg Gurev
5562f3764f
Merge remote-tracking branch 'origin/REL_2_5' into autotests
2025-11-28 13:19:22 +03:00
Oleg Gurev
79b986494e
Fix tests to skip if no GDB enabled:
...
test_recovery_target_lsn_backup_victim
test_incr_restore_issue_313
test_restore_issue_313
2025-11-28 13:15:58 +03:00
Oleg Gurev
25b2c7ef6b
Update autotests CI job
...
Remove WindowsServer build job
Change unittest to pytest
Add patch apply for REL_18_STABLE+
2025-11-28 13:15:47 +03:00
Oleg Gurev
d3eecc6d3e
Merge remote-tracking branch 'origin/REL_2_5' into merge-ce
2025-11-27 17:05:42 +03:00
Oleg Gurev
1683c74a7f
Up version to 2.5.16
2025-11-27 17:00:39 +03:00
Oleg Gurev
da0d1d24de
Merge remote-tracking branch 'origin/REL_2_5' into merge-ce
2025-11-27 16:34:34 +03:00
Oleg Gurev
6b957f19e7
[PBCKP-2775] Make auth_test.py multithreaded
2025-11-27 15:36:52 +03:00
oleg gurev and Viktoria Shepard
ebf71447af
[PBCKP-2775] Test test_incr_lsn_long_xact_1 fix
2025-11-27 13:06:45 +01:00
Oleg Gurev
21fc4aa21a
[PBCKP-2473] Skip block validation fixup for local mode only.
...
Unfortunately remote mode needs to extend ssh agent protocol, that will
broke backward compatibility.
2025-11-25 13:26:26 +03:00
Oleg Gurev
ac92457c2d
[nojira] Change binary name to pg_probackup-16
2024-05-16 16:24:43 +03:00
Oleg Gurev
28bc0f6358
[PBCKP-818] Refinery of documentation manually
2024-05-13 10:20:13 +03:00
Oleg Gurev
69379ab7a6
[PBCKP-818] Documentation update script work result.
2024-05-13 10:20:13 +03:00
Oleg Gurev
26f1e9c052
[PBCKP-818] Doc. Replace --instance <replaceable> to --instance=<replaceable> in the xml
...
- Replace --instance node to --instance=node in the xml
2024-05-13 10:19:51 +03:00
Oleg Gurev
2b74971f71
[PBCKP-818] Add id's for programlisting section
...
- to use with automatet listings update
2024-05-13 10:11:05 +03:00
oleg gurev and Alexey Savchkov
d29b005d23
Rename default-units to no-scale-units
2024-05-06 04:39:06 +03:00
Oleg Gurev and Sofia Kopikova
3b741ee4f5
[PBCKP-804] Test_AssertionError_Python3.11 (no attribute 'errors')
2024-03-13 14:36:37 +03:00
oleg gurev
17037baea2
[PBCKP-913] Fix WAL switching with huge XLogRecord
...
- Backport of PBCKP-859 bugfix
- increase current segment number when reader has already read it before
- avoid error if reader has to switch WAL again
- add python test for PAGE backup with huge XLog record
2024-02-14 10:51:47 +03:00
Oleg Gurev
287e7fc89f
Add_requirements.txt
...
testgres can be installed with
pip install -r pg_probackup/tests/requirements.txt
2024-02-09 15:51:10 +03:00
Oleg Gurev
43318d696b
[PBCKP-874] Addeded default unit output for config-show
...
- config-show command now has --default-units parameter
- If it is provided, all time and memory
- configuration options will be printed in their default units
- test added, test_help_1 corrected
2024-01-29 20:20:22 +03:00
Oleg Gurev
09236c6583
[PBCKP-874] Addeded "Logging options" section to help.c for
...
- add-instance
- archive-push
- archive-get
- catchup
commands
2024-01-29 15:45:54 +03:00
oleg gurev
58752c5a75
[PBCKP-198] Added tablespaces into show command output
...
- Solve Issue #431
- Output all tablespaces in backup in JSON output
- Output all tablespaces in backup in PLAIN output
2024-01-26 11:02:37 +03:00
Oleg Gurev
52e47fe196
[PBCKP-218] Incremental restore and missing pg_control (issue #304 )
...
- pg_control file backup after all other files in backup
- pg_control file restore last in full restore
- rename pg_control to pg_control.pbk.bak at start of non-full restore
- remove pg_control.pbk.bak in the end of successfull non-full restore
- use pg_control.pbk.bak after failed non-full restore
- added tests for full and incremental restore
Tags: backup, catchup, restore
2023-12-22 12:28:05 +03:00
oleg gurev and Alexey Savchkov
3207d6c636
PBCKP-782 doc added note in Remote Mode section
2023-11-08 13:44:51 +03:00