postgresql/src/bin
Daniel Gustafsson bcd2be0c2f Refuse upgrades from pre-9.0 clusters
Commit 695b4a113a added a dependency on retrieving oldestxid from
pg_control, which only exists in 9.0 and onwards, but the check for
8.4 as the oldest version was retained. Since there has been few if
any complaints of 8.4 upgrades not working, fix by setting 9.0 as
the oldest version supported rather than resurrecting 8.4 support.

Backpatch to all supported versions.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/1973418.1657040382@sss.pgh.pa.us
Backpatch-through: v12
2024-05-17 14:24:27 +02:00
..
initdb Translation updates 2023-11-06 13:27:02 +01:00
pg_archivecleanup Translation updates 2023-05-08 14:43:15 +02:00
pg_basebackup Revert "Skip .DS_Store files in server side utils" 2024-02-13 14:08:56 +01:00
pg_checksums Revert "Skip .DS_Store files in server side utils" 2024-02-13 14:08:56 +01:00
pg_config Translation updates 2023-11-06 13:27:02 +01:00
pg_controldata Translation updates 2023-11-06 13:27:02 +01:00
pg_ctl pg_ctl: Disable autoruns for cmd.exe on Windows 2024-01-12 13:53:14 +09:00
pg_dump Ensure that "pg_restore -l" reports dependent TOC entries correctly. 2024-05-07 18:23:20 -04:00
pg_resetwal Translation updates 2023-11-06 13:27:02 +01:00
pg_rewind Revert "Skip .DS_Store files in server side utils" 2024-02-13 14:08:56 +01:00
pg_test_fsync Translation updates 2023-05-08 14:43:15 +02:00
pg_test_timing Translation updates 2023-05-08 14:43:15 +02:00
pg_upgrade Refuse upgrades from pre-9.0 clusters 2024-05-17 14:24:27 +02:00
pg_waldump Translation updates 2024-02-05 14:52:35 +01:00
pgbench Don't spuriously report FD_SETSIZE exhaustion on Windows. 2023-10-14 15:54:50 -07:00
pgevent Update copyright for 2019 2019-01-02 12:44:25 -05:00
psql Translation updates 2024-05-06 12:15:05 +02:00
scripts Translation updates 2024-05-06 12:15:05 +02:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00