postgresql/src/bin
Thomas Munro faee3185aa Fix off_t overflow in pg_basebackup on Windows.
walmethods.c used off_t to navigate around a pg_wal.tar file that could
exceed 2GB, which doesn't work on Windows and would fail with misleading
errors.  Use pgoff_t instead.

Back-patch to all supported branches.

Author: Davinder Singh <davinder.singh@enterprisedb.com>
Reported-by: Jakub Wartak <jakub.wartak@enterprisedb.com>
Discussion: https://postgr.es/m/CAKZiRmyM4YnokK6Oenw5JKwAQ3rhP0YTz2T-tiw5dAQjGRXE3Q%40mail.gmail.com
2025-01-09 16:05:01 +13:00
..
initdb Try to avoid semaphore-related test failures on NetBSD/OpenBSD. 2024-12-28 11:48:13 -05:00
pg_amcheck Translation updates 2024-11-11 13:52:24 +01:00
pg_archivecleanup Translation updates 2024-11-11 13:52:24 +01:00
pg_basebackup Fix off_t overflow in pg_basebackup on Windows. 2025-01-09 16:05:01 +13:00
pg_checksums Translation updates 2024-11-11 13:52:24 +01:00
pg_combinebackup pg_combinebackup: Fix PITR comparison test in 002_compare_backups 2024-12-17 09:24:18 +09:00
pg_config Translation updates 2024-11-11 13:52:24 +01:00
pg_controldata Translation updates 2024-11-11 13:52:24 +01:00
pg_ctl Translation updates 2024-11-11 13:52:24 +01:00
pg_dump Fix memory leak in pg_restore with zstd-compressed data. 2024-12-17 22:31:26 -05:00
pg_resetwal Translation updates 2024-11-11 13:52:24 +01:00
pg_rewind Fix newly introduced 010_keep_recycled_wals.pl 2024-11-21 17:07:02 +01:00
pg_test_fsync Translation updates 2024-11-11 13:52:24 +01:00
pg_test_timing Translation updates 2024-11-11 13:52:24 +01:00
pg_upgrade Improve reporting of pg_upgrade log files on test failure 2024-12-11 08:48:52 +09:00
pg_verifybackup Translation updates 2024-11-11 13:52:24 +01:00
pg_waldump Translation updates 2024-11-11 13:52:24 +01:00
pg_walsummary Translation updates 2024-11-11 13:52:24 +01:00
pgbench pgbench: fix misprocessing of some nested \if constructs. 2024-12-15 14:14:15 -05:00
pgevent meson: Build pgevent as shared_module rather than shared_library 2024-11-26 18:09:14 +01:00
psql psql: Add tab completion for COPY (MERGE ... 2024-11-28 12:09:53 +01:00
scripts Translation updates 2024-11-11 13:52:24 +01:00
Makefile Add new pg_walsummary tool. 2024-01-11 12:48:27 -05:00
meson.build Add new pg_walsummary tool. 2024-01-11 12:48:27 -05:00