postgresql/src/bin
Tom Lane 9eabfe300a pg_dump: label INDEX ATTACH ArchiveEntries with an owner.
Although a partitioned index's attachment to its parent doesn't
have separate ownership, the ArchiveEntry for it needs to be
marked with an owner anyway, to ensure that the ALTER command
is run by the appropriate role when restoring with
--use-set-session-authorization.  Without this, the ALTER will
be run by the role that started the restore session, which will
usually work but it's formally the wrong thing.

Back-patch to v11 where this type of ArchiveEntry was added.
In HEAD, add equivalent commentary to the just-added TABLE ATTACH
case, which I'd made do the right thing already.

Discussion: https://postgr.es/m/1094034.1610418498@sss.pgh.pa.us
2021-01-12 13:37:38 -05:00
..
initdb Promote --data-checksums to the common set of options in initdb --help 2021-01-06 10:52:26 +09:00
pg_archivecleanup Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_basebackup Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_checksums Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_config Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_controldata Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_ctl Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_dump pg_dump: label INDEX ATTACH ArchiveEntries with an owner. 2021-01-12 13:37:38 -05:00
pg_resetwal Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_rewind Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_test_fsync Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_test_timing Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_upgrade Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_verifybackup Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_waldump Update copyright for 2021 2021-01-02 13:06:25 -05:00
pgbench Update copyright for 2021 2021-01-02 13:06:25 -05:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql Allow psql's \dt and \di to show TOAST tables and their indexes. 2021-01-05 18:41:50 -05:00
scripts Adjust createdb TAP tests to work on recent OpenBSD. 2021-01-07 20:36:09 -05:00
Makefile Update copyright for 2021 2021-01-02 13:06:25 -05:00