index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_verifybackup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
2
-0
/
+16
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
1
-1
/
+1
*
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-06
2
-7
/
+96
*
Update copyright for 2023
Bruce Momjian
2023-01-02
15
-15
/
+15
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
2
-0
/
+4
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
1
-14
/
+26
*
meson: Add some missing env settings for tests of pg_dump and pg_verifybackup
Michael Paquier
2022-11-29
1
-0
/
+4
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
2
-0
/
+34
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-1
/
+1
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-0
/
+1
*
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
Tom Lane
2022-07-13
1
-1
/
+3
*
Use wildcards instead of manually-maintained file lists in */nls.mk.
Tom Lane
2022-07-13
1
-3
/
+1
*
NLS: Put list of available languages into LINGUAS files
Peter Eisentraut
2022-07-13
2
-1
/
+1
*
Clean up some includes and comments in TAP test scripts
Michael Paquier
2022-07-07
1
-1
/
+0
*
Translation updates
Peter Eisentraut
2022-05-16
9
-643
/
+830
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
7
-107
/
+122
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-2
/
+0
*
Improve frontend error logging style.
Tom Lane
2022-04-08
2
-21
/
+15
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
2
-5
/
+57
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
9
-16
/
+0
*
Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.
Robert Haas
2022-03-15
3
-6
/
+6
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
2
-2
/
+2
*
Add support for zstd base backup compression.
Robert Haas
2022-03-08
4
-0
/
+23
*
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-20
2
-4
/
+3
*
Add ./configure check for "lz4" command
Michael Paquier
2022-02-14
2
-4
/
+6
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
10
-11
/
+30
*
pg_basebackup: Allow client-side LZ4 (de)compression.
Robert Haas
2022-02-11
2
-1
/
+117
*
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-11
2
-1
/
+10
*
Remove superfluous variable.
Robert Haas
2022-01-28
1
-1
/
+0
*
Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.
Robert Haas
2022-01-28
1
-1
/
+1
*
Allow server-side compression to be used with -Fp.
Robert Haas
2022-01-28
1
-0
/
+61
*
Unbreak pg_verifybackup/t/008_untar.pl on msys
Andrew Dunstan
2022-01-24
1
-1
/
+2
*
Server-side gzip compression.
Robert Haas
2022-01-24
2
-0
/
+111
*
tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.
Andres Freund
2022-01-17
5
-6
/
+6
*
Update copyright for 2022
Bruce Momjian
2022-01-07
10
-10
/
+10
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
7
-22
/
+22
*
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
1
-0
/
+6
*
Fix warning in TAP test of pg_verifybackup
Michael Paquier
2021-10-06
1
-1
/
+1
*
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-23
1
-1
/
+18
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
5
-5
/
+5
*
Add missing exit() in pg_verifybackup when failing to find pg_waldump
Michael Paquier
2021-07-29
1
-0
/
+1
*
Simplify error handing of jsonapi.c for the frontend
Michael Paquier
2021-07-02
2
-2
/
+2
*
Translation updates
Peter Eisentraut
2021-06-21
3
-46
/
+527
*
Translation updates
Peter Eisentraut
2021-05-17
1
-65
/
+115
*
Translation updates
Peter Eisentraut
2021-05-10
10
-113
/
+3464
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
7
-0
/
+21
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
1
-4
/
+2
*
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
1
-1
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
3
-3
/
+3
[next]