pgsql: pg_restore: fix incompatibility with old directory-format dumps.

2025-06-08 Thread Tom Lane
pg_restore: fix incompatibility with old directory-format dumps. pg_restore failed to restore large objects (blobs) out of directory-format dumps made by versions before PG v12. That's because, due to a bug fixed in commit 548e50976, those old versions put the wrong filename into the BLOBS TOC ent

pgsql: pg_restore: fix incompatibility with old directory-format dumps.

2025-06-08 Thread Tom Lane
pg_restore: fix incompatibility with old directory-format dumps. pg_restore failed to restore large objects (blobs) out of directory-format dumps made by versions before PG v12. That's because, due to a bug fixed in commit 548e50976, those old versions put the wrong filename into the BLOBS TOC ent

pgsql: Revert "postgres_fdw: Inherit the local transaction's access/def

2025-06-08 Thread Etsuro Fujita
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." We concluded that commit e5a3c9d9b is a feature rather than a fix; since it was added after feature freeze, revert it. Reported-by: Fujii Masao Reported-by: Michael Paquier Reported-by: Robert Haas Discussion: htt