postgresql/src/bin
Thomas Munro bd0564f61d 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:36 +13:00
..
initdb Translation updates 2024-11-11 13:58:30 +01:00
pg_archivecleanup Translation updates 2024-11-11 13:58:30 +01:00
pg_basebackup Fix off_t overflow in pg_basebackup on Windows. 2025-01-09 16:05:36 +13:00
pg_checksums Translation updates 2024-11-11 13:58:30 +01:00
pg_config Translation updates 2024-11-11 13:58:30 +01:00
pg_controldata Translation updates 2024-11-11 13:58:30 +01:00
pg_ctl Translation updates 2024-11-11 13:58:30 +01:00
pg_dump Fix possible crash in pg_dump with identity sequences. 2024-12-13 14:21:36 -05:00
pg_resetwal Translation updates 2024-11-11 13:58:30 +01:00
pg_rewind Translation updates 2024-11-11 13:58:30 +01:00
pg_test_fsync Translation updates 2024-11-11 13:58:30 +01:00
pg_test_timing Translation updates 2024-11-11 13:58:30 +01:00
pg_upgrade Translation updates 2024-11-11 13:58:30 +01:00
pg_verifybackup Translation updates 2024-11-11 13:58:30 +01:00
pg_waldump Translation updates 2024-11-11 13:58:30 +01:00
pgbench pgbench: fix misprocessing of some nested \if constructs. 2024-12-15 14:14:15 -05:00
pgevent Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
psql Translation updates 2024-11-11 13:58:30 +01:00
scripts Translation updates 2024-11-11 13:58:30 +01:00
Makefile Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00