This is an automated email from the ASF dual-hosted git repository.
Smyatkin-Maxim pushed a change to branch pg-dump-rebase-REL-2
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
omit ec6f1c84412 Remove a fixme referring selectSourceSchema()
omit bc7ef5a1752 pg_dumpall: Fix syntax error when dumping RGs
omit 4abd03d7856 pg_dump: exclude gp_toolkit from being dumped when
upgrading from GPDB6
omit d4a1d39b2ee Fix dumping funcs/aggs with --function-oids flag.
omit c6474621488 pg_dump: fix --function-oid when --relation-oid is also
used
omit 7d0d807775b pg_dumpall: dump 6x resource groups correctly for 6 > 7
upgrade
omit 3b1c74ecd97 Postpone calls of unsafe server-side functions in pg_dump.
omit 773748b6890 Add getPartitionDefs function to pg_dump
omit 37a0ec9f959 Allow pg_dump to include/exclude child tables
automatically.
omit 35f7b4491d4 Fix pg_dump small bug (#14991)
omit ae68a5432e0 Fix external protocol dump from gp6 using gp7 pg_dump. As
in gp6 there is no objtype abbreviation E in 'acldefault' fuction.
omit a770c409118 pg_dump: Remove unneeded version check for
quote_all_identifiers
omit 4db5c52b9d0 pg_dump: Define macros for GPDB{5-7} Postgres major version
omit a5b0f1305cb pg_dump: Move partition def queries to getTables
omit fb0fd462c88 pg_dump: Omit BYPASSRLS clause for pre GPDB7 server
omit 5ca2b88faf7 pg_dump: Update child partition metadata for GPDB{5,6}
omit e52e25e3ae9 pg_dump: Remove DumpOptions argument from testGPbackend
omit 06d1d70c928 Remove unnecessary partitioning checks in pg_dump
omit ca774b00c32 pg_dump: Formatting fixes and code cleanup
omit 775ef3ccb03 pg_dump: Put GPDB global vars in DumpOptions
omit a53f7452a48 pg_dump: Fix getTables parrelid
omit 459fb193408 pg_dump: Remove dead code.
omit 35322869d2e pg_dump: minor performance improvements from eliminating
sub-SELECTs.
omit 59d811f519e pg_dump: Refactor getIndexes()
omit a22bf80b1ef Use PREPARE/EXECUTE for repetitive per-object queries in
pg_dump.
omit 787a855b97c Avoid per-object queries in performance-critical paths in
pg_dump.
omit 7940f64f8ca Rethink pg_dump's handling of object ACLs.
add 0482acae94b Rethink pg_dump's handling of object ACLs.
add b9b919ddd21 Avoid per-object queries in performance-critical paths in
pg_dump.
add 211c3ad4a63 Use PREPARE/EXECUTE for repetitive per-object queries in
pg_dump.
add ab891b7e045 pg_dump: Refactor getIndexes()
add 84b472b4e48 pg_dump: minor performance improvements from eliminating
sub-SELECTs.
add 438898bc5fb pg_dump: Remove dead code.
add 1e6505cc7a3 pg_dump: Fix getTables parrelid
add 1fd75db3e68 pg_dump: Put GPDB global vars in DumpOptions
add 378f27cf478 pg_dump: Formatting fixes and code cleanup
add 6db94b8ba66 Remove unnecessary partitioning checks in pg_dump
add 06436a190da pg_dump: Remove DumpOptions argument from testGPbackend
add 63ed2658fb6 pg_dump: Update child partition metadata for GPDB{5,6}
add b90a8e64104 pg_dump: Omit BYPASSRLS clause for pre GPDB7 server
add cb437a8b3d3 pg_dump: Move partition def queries to getTables
add eab7bd36620 pg_dump: Define macros for GPDB{5-7} Postgres major version
add ced725c2eb1 pg_dump: Remove unneeded version check for
quote_all_identifiers
add 6fc07ddf0ee Fix external protocol dump from gp6 using gp7 pg_dump. As
in gp6 there is no objtype abbreviation E in 'acldefault' fuction.
add 1601dfaee90 Fix pg_dump small bug (#14991)
add 049372b83ba Allow pg_dump to include/exclude child tables
automatically.
add 9bb6365bb42 Add getPartitionDefs function to pg_dump
add fcb718b9f37 Postpone calls of unsafe server-side functions in pg_dump.
add 86b25b096e1 pg_dumpall: dump 6x resource groups correctly for 6 > 7
upgrade
add 318f52919bc pg_dump: fix --function-oid when --relation-oid is also
used
add f9eb6ce78f4 Fix dumping funcs/aggs with --function-oids flag.
add 6e4c247399d pg_dump: exclude gp_toolkit from being dumped when
upgrading from GPDB6
add cade8a902f0 pg_dumpall: Fix syntax error when dumping RGs
add d736dfe9e7a Remove a fixme referring selectSourceSchema()
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ec6f1c84412)
\
N -- N -- N refs/heads/pg-dump-rebase-REL-2 (d736dfe9e7a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/bin/pg_dump/pg_dump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]