You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
v2.50: Performance Improvements and Bug Fixes
Bug Fixes: * Fix short read in block incremental restore. (Reviewed by Stephen Frost, Brent Graveland. Reported by Adol Rodriguez, Brent Graveland.) * Fix overflow suppressing backup progress in info output. (Fixed by Robert Donovan. Reviewed by Joe Wildish.) Improvements: * Preserve partial files during block incremental delta restore. (Reviewed by Stephen Frost.) * Add support for alternate compile-time page sizes. (Contributed by Viktor Kurilko. Reviewed by David Steele.) * Skip files truncated during backup when bundling. (Contributed by Georgy Shelkovy. Reviewed by David Steele.) * Improve SFTP storage error messages. (Contributed by Reid Thompson. Reviewed by David Steele.)
This commit is contained in:
@@ -607,6 +607,10 @@ doc/xml/release/2023/2.49.xml:
|
||||
class: doc/source
|
||||
type: xml
|
||||
|
||||
doc/xml/release/2024/2.50.xml:
|
||||
class: doc/source
|
||||
type: xml
|
||||
|
||||
doc/xml/release/contributor.xml:
|
||||
class: doc/source
|
||||
type: xml
|
||||
@@ -2683,6 +2687,14 @@ test/src/common/harnessBackup.h:
|
||||
class: test/harness
|
||||
type: c/h
|
||||
|
||||
test/src/common/harnessBlockIncr.c:
|
||||
class: test/harness
|
||||
type: c
|
||||
|
||||
test/src/common/harnessBlockIncr.h:
|
||||
class: test/harness
|
||||
type: c/h
|
||||
|
||||
test/src/common/harnessConfig.c:
|
||||
class: test/harness
|
||||
type: c
|
||||
|
||||
Reference in New Issue
Block a user