agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
From: Nathan Bossart <nathan@postgresql.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Remove pg_dump/pg_dumpall support for dumping from pre-v10 serve
Date: Thu, 02 Jul 2026 18:06:56 +0000
Message-ID: <E1wfLoO-0016KF-23@gemulon.postgresql.org> (raw)

Remove pg_dump/pg_dumpall support for dumping from pre-v10 servers.

Per discussion, it seems like a good time to bump the minimum
supported version for various applications.  Our current policy is
to support at least 10 previous major versions, so this bumps the
minimum to v10 for the v20 release.  For reference, the minimum was
last bumped to v9.2 in 2021 for v15 (see commits 30e7c175b8,
e469f0aaf3, cf0cab868a, and 492046fa9e).  As in previous changes of
this sort, we aren't removing pg_restore's ability to read older
archive files, though it's fair to wonder how that might be tested
nowadays.

For ease of review, and to be able to put the indentation changes
in .git-blame-ignore-revs, I did not fix the indentation in this
patch.  I'll push a separate pgindent commit after these changes
are applied.

Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/adZ4j88Dq9r8y9_9%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3a0a30884fd08301f211f064c1433f8148e67c3a

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml |  14 +-
doc/src/sgml/runtime.sgml     |   2 +-
src/bin/pg_dump/connectdb.c   |   4 +-
src/bin/pg_dump/pg_dump.c     | 336 +++---------------------------------------
src/bin/pg_dump/pg_dumpall.c  |  28 ----
5 files changed, 24 insertions(+), 360 deletions(-)



view thread (5+ messages)

Message-ID: <E1wfLoO-0016KF-23@gemulon.postgresql.org>
Permalink:  ../E1wfLoO-0016KF-23@gemulon.postgresql.org/
Also on:    postgresql.org/message-id/E1wfLoO-0016KF-23@gemulon.postgresql.org

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-committers@postgresql.org
  Cc: nathan@postgresql.org, pgsql-committers@lists.postgresql.org
  Subject: Re: pgsql: Remove pg_dump/pg_dumpall support for dumping from pre-v10 serve
  In-Reply-To: <E1wfLoO-0016KF-23@gemulon.postgresql.org>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox