This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 8da79b3de6 Show pax relation relfilenode in pg_waldump (#1048)
new c462e38836 Remove unneccesary version checks from pg_dump
new d9cc34ad4c pg_dump: Remove unused flags and related code
new 0ee0531c30 In pg_dump, use simplehash.h to look up dumpable objects by
OID.
new fa15576d4c Fix minor memory leaks in pg_dump.
new fb6b34a8e1 pg_dump: Add missing relkind case
new 8487b63501 pg_dump: Remove unused TypeCache struct
new b1cf523f74 pg_dump: Lock all interesting tables in single statement.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/bin/pg_dump/common.c | 565 +++++++++++----------------
src/bin/pg_dump/dumputils.c | 14 -
src/bin/pg_dump/pg_backup.h | 1 +
src/bin/pg_dump/pg_backup_archiver.c | 2 +
src/bin/pg_dump/pg_dump.c | 714 +++++++++--------------------------
src/bin/pg_dump/pg_dump.h | 23 +-
src/bin/pg_dump/pg_dumpall.c | 118 +-----
7 files changed, 416 insertions(+), 1021 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]