This is an automated email from the ASF dual-hosted git repository.
leborchuk pushed a change to branch PG14_ARCHIVE_REBASED
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
discard 9768d92a01e Fix: change main version back to 2
discard 400cbc88f49 Allow non-superuser role to manage resource groups.
discard dc67350c37b Fix gpexpand not changing content-id for wal-g cmd
discard eaf2619bdac Fix recovery slot handling before pg_basebackup (#1675)
discard 1ab9b1b93cc Minor typo: transfrom->transform
discard 45246cc7673 Fix use-after-free in GetExtStatisticsName
discard 4a1fc7e5929 AO vacuum: CommandCounterIncrement before
AppendOptimizedTruncateToEOF
discard c222d3a0edd Fix: FDW OPTIONS encoding accepts symbolic names (issue
#1726) (#1727)
discard 223360a63b9 Fix gppkg error: 'SyncPackages' object has no attribute
'ret'.
discard 51c6e501cf9 DevOps: add libicu-devel to Rocky Linux build images
omit b558c4c248f orca: add parallel scan test
omit 066073b9633 orca: implement intra-segment parallel table scan support
omit b62968f626c ORCA: keep HAVING above a scalar GbAgg in
CNormalizer::FPushable
omit 9c4d8c11a75 DevOps: upgrade Go from 1.24.13 to 1.25.10 in dev images
omit 755a108039a orca: fallback to Postgres optimizer on cross-slice
replicated CTE Consumer (#1719)
omit e3aab07f0aa SIGSEGV in getCdbComponentInfo() when standby coordinator
is on dedicated host (#1702)
omit f983056ce72 Fix: set FRAMEOPTION_BETWEEN for ORCA window frames
omit c7080a416f1 Fix copy for rocky linux
omit 0d9bf5f8dff xml2: Replace deprecated routines with recommended ones
omit ed220556dae Do not include protobuf files twice
omit ba58693355f Avoid "unused variable" warning on non-USE_SSL_ENGINE
platforms.
omit e07677e0327 Fix incompatibilities with libxml2 >= 2.12.0.
omit b58b97d04a0 Add Rocky Linux 10 Docker containers (#1676)
omit f6e88fde127 Fix: init missing PlannedStmt fields in orca
omit 96f14bd463b Sandbox: add Cloudberry 2.1.0 release support
omit 0889b588f0c CI: update docker/setup-qemu-action to v4.0.0
omit 4a530a9b657 DevOps: upgrade Go to 1.24.13 in Docker build images
omit 7fcf37b0785 Fix colNDVBySeg attnum index mismatch in column-specific
ANALYZE (#1680)
omit 7507ef99cd0 Fix Python 3.12 SyntaxWarning in
orphaned_toast_tables_check.py
omit 08c8a8a36b0 CI: Add Ubuntu24.04 workflow with test matrix support
omit f87d5b3781a CI: use commit hash for Docker actions
omit 98c3d076461 Align release artifact naming with ASF incubator
conventions
omit 5014c318001 ORCA: add optimizer_use_streaming_hashagg GUC (#1681)
omit 7fe28647dc8 Fix: Python build dependencies installation
omit bc0bcc1e0da ORCA: fall back to Postgres planner for KNN ORDER BY
queries (#1653)
omit 26a4c780f42 Fix SIGSEGV in fsm_extend when vacuuming tables in
non-default tablespace
omit ca3725b8476 CI: fix 'Check and Display Regression Diffs' step to use
bash shell (#1673)
omit a0b6f163f85 Fix aoco_relation_size() using wrong snapshot to read
pg_aocsseg
omit 38559c88524 Improve the SQL tab-completion feature for resource group
(#1669)
omit b87e054f3c2 Build: make diskquota installation opt-in
omit 3f59aa97425 Fix compliance issues for RPM and DEB packages
omit cc60b01f237 Add missing runtime dependencies for minimal installations
omit 7891a28040c Regenerate configure for gp_stats_clolector
omit 670e7898ebf Disable mdblocales by default in configure
omit ca209b78c7d Fix sed -i compatibility in configure.ac
omit c842add4512 [gp_stats_collector] Remove unnecessary
CONFIGURE_EXTRA_OPTS param
omit ccaa7b68584 [gp_stats_collector] Adapt namings for Cloudberry
omit 83b209f74b7 [gp_stats_collector] Wrap hook call in try/catch on error
path
omit b8ad9a4fce4 [gp_stats_collector] Code quality cleanup
omit c014b060e98 [gp_stats_collector] Build by default with extension
disabled via GUCs
omit 1ffb4834e9e [gp_stats_collector] Simplify Makefile and add
-Wno-unused-but-set-variable
omit f44e22d8cd2 [gp_stats_collector] Rename yagp_hooks_collector to
gp_stats_collector
omit a83de2a994d [yagp_hooks_collector] Move to gpcontrib directory
omit 327485ff539 Fix conflicts
omit 61847b6836c [yagp_hooks_collector] Fix null ErrorData dereference on
segments
omit 94ec0299dbc [yagp_hooks_collector] Add Apache license headers and
enable -Werror
omit 797fbae46ac [yagp_hooks_collector] Fix locale-dependent normalization
crash
omit 620eb69aed5 [yagp_hooks_collector] Add UDS round-trip test and fix
send() accounting
omit 9815e73f347 [yagp_hooks_collector] Add consistent GUC filtering and
submit/done hook callsites
omit 9a2662e72ed [yagp_hooks_collector] Add --with-yagp-hooks-collector
configure option and CI
omit 8cbbcc1f0a7 [yagp_hooks_collector] Port backend infrastructure and
adapt for Cloudberry
omit dbbf9d65220 [yagp_hooks_collector] Add regression tests, ANALYZE text
output, and UTF-8 trimming
omit a43e90178d5 [yagp_hooks_collector] Add utility statement tracking and
metrics documentation
omit 40749764154 [yagp_hooks_collector] Fix memory leaks, add safe C++
wrappers, improve Makefile
omit 5c10f481273 [yagp_hooks_collector] Add conditional EXPLAIN ANALYZE
collection
omit 314a0accfaa [yagp_hooks_collector] Miscellaneous fixes and refactoring
omit 9eddefa17f4 [yagp_hooks_collector] Fix user filtering propagation
timing
omit 073194a5fb1 [yagp_hooks_collector] Add per-slice interconnect
statistics
omit da01c39b96c [yagp_hooks_collector] Ignore EXPLAIN VERBOSE errors for
unsupported node types
omit 33242460748 [yagp_hooks_collector] Split EventSender into submodules
omit 5ceb4b83b70 [yagp_hooks_collector] Improve nested query handling and
add slice info
omit b006f634242 [yagp_hooks_collector] Fix try/catch block when calling
C++ code from PG hooks
omit 4e20d985603 [yagp_hooks_collector] Diff per-query stats between submit
and end
omit 855139a6436 [yagp_hooks_collector] Change report_nested_queries to
PGC_USERSET
omit 48ed89d4037 [yagp_hooks_collector] Add error message reporting for
failed queries
omit a874a49f37a [yagp_hooks_collector] Add configurable text field trimming
omit 4329e79f93d [yagp_hooks_collector] Add nested query tracking
omit 756f6a9d5b7 [yagp_hooks_collector] Improve query_id and resource group
resolution
omit 6869fb01a4d [yagp_hooks_collector] Fix message lifecycle ordering and
memory leaks
omit 61aa28d3787 [yagp_hooks_collector] Add stat_messages() runtime
statistics view
omit c7f546b0fb5 [yagp_hooks_collector] Fix missing query statuses after
protobuf migration
omit f7cc5a0b24d [yagp_hooks_collector] Replace GRPC transport with
protobuf-over-UDS
omit 1c15b1b90a1 [yagp_hooks_collector] Add ignored_users_list GUC
omit 8e61c7c7f1c [yagp_hooks_collector] Clean up threading, signal
handling, and logging
omit d3a4b74a39a [yagp_hooks_collector] Add motion network and workfile
spill stats
omit 676d26a319e [yagp_hooks_collector] Fix memory leak in EXPLAIN ANALYZE
code path
omit 07d54022ce0 [yagp_hooks_collector] Fix EventSender and GrpcConnector
in forked processes
omit 622932166db [yagp_hooks_collector] Diff system stats per-query and
improve error safety
omit 65fa70eb9ae [yagp_hooks_collector] Add CDB metrics, query nesting, and
configuration GUCs
omit 1e52875cbd4 [yagp_hooks_collector] Add debian packaging and bionic
GRPC compatibility
omit b1842b97c51 [yagp_hooks_collector] Switch to query_info_collect_hook
and fix stability
omit d3e80d0930b [yagp_hooks_collector] Apply llvm code style
omit 62695db2c14 [yagp_hooks_collector] Add executor instrumentation, /proc
stats, and normalized texts
omit d1e7998b1d0 [yagp_hooks_collector] Fix segfault in plan text generator
omit 24e12acb76b [yagp_hooks_collector] Add extension skeleton with GRPC
transport
omit 0dfc552ebbe Revert "Fix COPY TO returning 0 rows during concurrent
reorganize"
omit 20139c417a9 Fix ORCA choosing wrong column type for CTAS with UNION
ALL (#1431) (#1645)
omit 08f3ef04c45 Fix the issue of duplicate counting of num_executed in
gp_toolkit.gp_resgroup_status
omit f68bb65d23f Widen MotionLayerState stat counters from uint32 to uint64
(#1647)
omit 304dc51c8fa tests: add Parallel Hash Full/Right Join regression cases
omit 75d22d99639 Parallel Hash Full Join and Right Join
omit e5e72643f53 Fix instability in regression test for Parallel Hash Full
Join
omit 1b754ba94b7 Fix PHJ match bit initialization.
omit eac8f4f8687 Parallel Hash Full Join.
omit 8a72d050420 libpq: Bail out during SSL/GSS negotiation errors (#1633)
omit 18976ec335b Set GUC "is_superuser" in all processes that set
AuthenticatedUserId.
omit 6471ea103f7 Fix syntax error in the bash script regarding
LD_LIBRARY_PATH
omit 3db12f8c405 Stop installing diskquota build-info file
omit f01c1c410cb Remove unused concourse/* from source
omit cc4852574bc Restrict accesses to non-system views and foreign tables
during pg_dump.
omit ff72bd2b6ab Prevent pgstats from getting confused when relkind of a
relation changes
omit 9c0943847ae Fix ORDER BY lost after AQUMV join rewrite
omit c7e60c4577c Address review feedback for AQUMV join exact-match
omit d8228541a84 Support AQUMV exact-match for multi-table JOIN queries
omit 385ea359d13 ORCA: Fix incorrect decorrelation of GROUP BY () HAVING
<outer_ref>
omit c4fd1cfc738 ORCA: Fix use-after-free in
flatten_join_alias_var_optimizer
omit efb9edfe79d Fix PostgresNode.pm for TAP tests on CBDB
omit 966f5575089 Fix session lock leak in ALTER DATABASE SET TABLESPACE for
utility mode
omit d051d5353f7 Fix SIGSEGV on segments when creating in-place tablespace
omit 986d735ef86 [MINOR] Remove unused build script that used non-HTTPS to
download code
omit f1dc71a0eeb Fix LICENSE path for ISC license file
omit ac8f75cb580 Fix invalid escape sequences in Python files
omit 0d037610f1a initdb: fix stale errno handling in setup_cdb_schema()
omit 250d220b519 Run gp_internal_tools tests
omit 115a602b104 Cherry-pick of CVE fix: Fix privilege checks in
pg_stats_ext and pg_stats_ext_exprs. (#1551)
omit 2b44bc6f564 Fix: fix configure by autoconf
omit 0e01e5a167a License: add & clean up license headers and files
add 60878762878 Cherry-pick of CVE fix: Fix privilege checks in
pg_stats_ext and pg_stats_ext_exprs. (#1551)
add e115286b29f Run gp_internal_tools tests
add 5a45478324f initdb: fix stale errno handling in setup_cdb_schema()
add de6611147d9 Fix invalid escape sequences in Python files
add 2a56180afda Fix LICENSE path for ISC license file
add d5d36ad3d97 [MINOR] Remove unused build script that used non-HTTPS to
download code
add d92ff92069e Fix SIGSEGV on segments when creating in-place tablespace
add e8c6c525630 Fix session lock leak in ALTER DATABASE SET TABLESPACE for
utility mode
add 0ff0e302ddd Fix PostgresNode.pm for TAP tests on CBDB
add 8d29fe01306 ORCA: Fix use-after-free in
flatten_join_alias_var_optimizer
add 1beb1d2b454 ORCA: Fix incorrect decorrelation of GROUP BY () HAVING
<outer_ref>
add 108ad530322 Support AQUMV exact-match for multi-table JOIN queries
add 9747a236f17 Address review feedback for AQUMV join exact-match
add c5c7657fcf1 Fix ORDER BY lost after AQUMV join rewrite
add 90784299336 Prevent pgstats from getting confused when relkind of a
relation changes
add 2d21a1cb751 Restrict accesses to non-system views and foreign tables
during pg_dump.
add 0b9f7ecb8cb Remove unused concourse/* from source
add a1f4eb92851 Stop installing diskquota build-info file
add c859e2d7bed Fix syntax error in the bash script regarding
LD_LIBRARY_PATH
add bc70f02415b Set GUC "is_superuser" in all processes that set
AuthenticatedUserId.
add 871c7560b1c libpq: Bail out during SSL/GSS negotiation errors (#1633)
add e09ed95a789 Parallel Hash Full Join.
add 4601ca8f5b7 Fix PHJ match bit initialization.
add 71e31e12b81 Fix instability in regression test for Parallel Hash Full
Join
add 3169acda8e8 Parallel Hash Full Join and Right Join
add 322d56e1d0e tests: add Parallel Hash Full/Right Join regression cases
add 35f59ee2825 Widen MotionLayerState stat counters from uint32 to uint64
(#1647)
add 6a23478268f Fix the issue of duplicate counting of num_executed in
gp_toolkit.gp_resgroup_status
add 662f0a53e2b Fix ORCA choosing wrong column type for CTAS with UNION
ALL (#1431) (#1645)
add b634231292f Revert "Fix COPY TO returning 0 rows during concurrent
reorganize"
add 18ca4f6ff29 [yagp_hooks_collector] Add extension skeleton with GRPC
transport
add fc007c75cec [yagp_hooks_collector] Fix segfault in plan text generator
add 6437b22cfdb [yagp_hooks_collector] Add executor instrumentation, /proc
stats, and normalized texts
add 4dc97724067 [yagp_hooks_collector] Apply llvm code style
add 03e79146613 [yagp_hooks_collector] Switch to query_info_collect_hook
and fix stability
add e9f10d150d2 [yagp_hooks_collector] Add debian packaging and bionic
GRPC compatibility
add b14e513522d [yagp_hooks_collector] Add CDB metrics, query nesting, and
configuration GUCs
add 62b0f37e551 [yagp_hooks_collector] Diff system stats per-query and
improve error safety
add de278f9949c [yagp_hooks_collector] Fix EventSender and GrpcConnector
in forked processes
add ae588ec7fe2 [yagp_hooks_collector] Fix memory leak in EXPLAIN ANALYZE
code path
add 712a5c2e677 [yagp_hooks_collector] Add motion network and workfile
spill stats
add ee256deb4d3 [yagp_hooks_collector] Clean up threading, signal
handling, and logging
add ec3cd7b364e [yagp_hooks_collector] Add ignored_users_list GUC
add 370e96080d6 [yagp_hooks_collector] Replace GRPC transport with
protobuf-over-UDS
add 74afe6fe23d [yagp_hooks_collector] Fix missing query statuses after
protobuf migration
add 4dfa7658792 [yagp_hooks_collector] Add stat_messages() runtime
statistics view
add 260fd8b4db9 [yagp_hooks_collector] Fix message lifecycle ordering and
memory leaks
add 3719b8c6b99 [yagp_hooks_collector] Improve query_id and resource group
resolution
add 644ec7d8f3d [yagp_hooks_collector] Add nested query tracking
add 334440c2b64 [yagp_hooks_collector] Add configurable text field trimming
add 47f421f09ac [yagp_hooks_collector] Add error message reporting for
failed queries
add 349629133aa [yagp_hooks_collector] Change report_nested_queries to
PGC_USERSET
add 8fa0ecb2465 [yagp_hooks_collector] Diff per-query stats between submit
and end
add 07b59d0340b [yagp_hooks_collector] Fix try/catch block when calling
C++ code from PG hooks
add 4d94a1f7f11 [yagp_hooks_collector] Improve nested query handling and
add slice info
add 0068578b26f [yagp_hooks_collector] Split EventSender into submodules
add e331d2fe4f5 [yagp_hooks_collector] Ignore EXPLAIN VERBOSE errors for
unsupported node types
add f67add4f204 [yagp_hooks_collector] Add per-slice interconnect
statistics
add a8045dfee77 [yagp_hooks_collector] Fix user filtering propagation
timing
add 72cf84b9037 [yagp_hooks_collector] Miscellaneous fixes and refactoring
add 8a532aa41a2 [yagp_hooks_collector] Add conditional EXPLAIN ANALYZE
collection
add e4869b67b4a [yagp_hooks_collector] Fix memory leaks, add safe C++
wrappers, improve Makefile
add df5ea3b4f85 [yagp_hooks_collector] Add utility statement tracking and
metrics documentation
add 52d67e9b5bc [yagp_hooks_collector] Add regression tests, ANALYZE text
output, and UTF-8 trimming
add 0c1a90236cd [yagp_hooks_collector] Port backend infrastructure and
adapt for Cloudberry
add fe6357122c1 [yagp_hooks_collector] Add --with-yagp-hooks-collector
configure option and CI
add f2923282e6b [yagp_hooks_collector] Add consistent GUC filtering and
submit/done hook callsites
add 8fc7e11f786 [yagp_hooks_collector] Add UDS round-trip test and fix
send() accounting
add 6aa53f1a4c6 [yagp_hooks_collector] Fix locale-dependent normalization
crash
add 2aa82d8d434 [yagp_hooks_collector] Add Apache license headers and
enable -Werror
add d4e0a1ca1bb [yagp_hooks_collector] Fix null ErrorData dereference on
segments
add ce3fc534cb9 Remove file while rebasing
add 519393d6c91 remove files while rebasing
add b1bcb15faef [yagp_hooks_collector] Move to gpcontrib directory
add 3db8bc38372 [gp_stats_collector] Rename yagp_hooks_collector to
gp_stats_collector
add 2fe1d677b93 [gp_stats_collector] Simplify Makefile and add
-Wno-unused-but-set-variable
add 715eb752b66 [gp_stats_collector] Build by default with extension
disabled via GUCs
add 32b321c2784 [gp_stats_collector] Code quality cleanup
add 398910cc69d [gp_stats_collector] Wrap hook call in try/catch on error
path
add 1dcbdccff28 [gp_stats_collector] Adapt namings for Cloudberry
add da9960ec8da [gp_stats_collector] Remove unnecessary
CONFIGURE_EXTRA_OPTS param
add 4aeea1ef711 Fix sed -i compatibility in configure.ac
add 95ccd6911ae Disable mdblocales by default in configure
add 6ef3201bf1d Regenerate configure for gp_stats_clolector
add e7e73d93093 Add missing runtime dependencies for minimal installations
add 57b3b60a3a9 Fix compliance issues for RPM and DEB packages
add 5ffd040e4f4 Build: make diskquota installation opt-in
add c5b83be474a Improve the SQL tab-completion feature for resource group
(#1669)
add e27b018378c Fix aoco_relation_size() using wrong snapshot to read
pg_aocsseg
add 7267fbe4a35 CI: fix 'Check and Display Regression Diffs' step to use
bash shell (#1673)
add 6b9bd4f8d00 Fix SIGSEGV in fsm_extend when vacuuming tables in
non-default tablespace
add f027d48b400 ORCA: fall back to Postgres planner for KNN ORDER BY
queries (#1653)
add d6854df21e9 Fix: Python build dependencies installation
add 71bb33a7680 ORCA: add optimizer_use_streaming_hashagg GUC (#1681)
add faba144b91e Align release artifact naming with ASF incubator
conventions
add 95775fa364e CI: use commit hash for Docker actions
add 57b89c61462 CI: Add Ubuntu24.04 workflow with test matrix support
add c580c309e0a Fix Python 3.12 SyntaxWarning in
orphaned_toast_tables_check.py
add d3fe663a7ae Fix colNDVBySeg attnum index mismatch in column-specific
ANALYZE (#1680)
add 747e5220bfd DevOps: upgrade Go to 1.24.13 in Docker build images
add 24b7a091733 CI: update docker/setup-qemu-action to v4.0.0
add f97d67197d2 Sandbox: add Cloudberry 2.1.0 release support
add 7587bcccb55 Fix: init missing PlannedStmt fields in orca
add 18bd1075909 Add Rocky Linux 10 Docker containers (#1676)
add 568299b4f82 Fix incompatibilities with libxml2 >= 2.12.0.
add 27b816e74bb Avoid "unused variable" warning on non-USE_SSL_ENGINE
platforms.
add b44a23016bb Do not include protobuf files twice
add 0f478c4c512 xml2: Replace deprecated routines with recommended ones
add 5976f4c93df Fix copy for rocky linux
add 34bc804396e Fix: set FRAMEOPTION_BETWEEN for ORCA window frames
add c67f11e7815 SIGSEGV in getCdbComponentInfo() when standby coordinator
is on dedicated host (#1702)
add 8bb0b031afb orca: fallback to Postgres optimizer on cross-slice
replicated CTE Consumer (#1719)
add 718becb5fd9 DevOps: upgrade Go from 1.24.13 to 1.25.10 in dev images
add d5bf707daf8 ORCA: keep HAVING above a scalar GbAgg in
CNormalizer::FPushable
add 877f7227a9b orca: implement intra-segment parallel table scan support
add 1fe7f51a37b orca: add parallel scan test
add 48fdf2fa0fe DevOps: add libicu-devel to Rocky Linux build images
add 07543054bb9 Fix gppkg error: 'SyncPackages' object has no attribute
'ret'.
add 5b1e85ea70c Fix: FDW OPTIONS encoding accepts symbolic names (issue
#1726) (#1727)
add 1855e5d799c AO vacuum: CommandCounterIncrement before
AppendOptimizedTruncateToEOF
add 1c1b2d6fcf8 Fix use-after-free in GetExtStatisticsName
add 53e28bac3b2 Minor typo: transfrom->transform
add b310a13415f Fix recovery slot handling before pg_basebackup (#1675)
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 (9768d92a01e)
\
N -- N -- N refs/heads/PG14_ARCHIVE_REBASED (b310a13415f)
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:
.github/workflows/build-cloudberry-rocky8.yml | 1 -
.github/workflows/build-cloudberry.yml | 1 -
.github/workflows/build-deb-cloudberry.yml | 1 -
configure | 14 +-
contrib/Makefile | 1 -
contrib/pg_aux_catalog/.gitignore | 6 -
contrib/pg_aux_catalog/Makefile | 37 -
contrib/pg_aux_catalog/README.md | 71 --
contrib/pg_aux_catalog/expected/pg_aux_catalog.out | 46 -
.../isolation2/expected/resgroup_mdb_admin.out | 123 ---
.../pg_aux_catalog/isolation2/isolation2_schedule | 1 -
.../isolation2/sql/resgroup_mdb_admin.sql | 91 --
contrib/pg_aux_catalog/pg_aux_catalog--1.0.sql | 10 -
contrib/pg_aux_catalog/pg_aux_catalog.c | 88 --
contrib/pg_aux_catalog/pg_aux_catalog.control | 5 -
contrib/pg_aux_catalog/sql/pg_aux_catalog.sql | 38 -
gpMgmt/bin/lib/gpconfigurenewsegment | 20 +-
pom.xml | 4 -
src/backend/catalog/oid_dispatch.c | 50 +-
src/backend/commands/resgroupcmds.c | 51 +-
src/backend/utils/resgroup/resgroup_helper.c | 5 +-
src/include/access/transam.h | 10 -
src/include/catalog/oid_dispatch.h | 7 -
src/include/utils/acl.h | 8 -
.../expected/gpexpand_archive_restore_conf.out | 1047 --------------------
.../isolation2/isolation2_expandshrink_schedule | 3 +-
.../sql/gpexpand_archive_restore_conf.sql | 48 -
27 files changed, 38 insertions(+), 1749 deletions(-)
delete mode 100644 contrib/pg_aux_catalog/.gitignore
delete mode 100644 contrib/pg_aux_catalog/Makefile
delete mode 100644 contrib/pg_aux_catalog/README.md
delete mode 100644 contrib/pg_aux_catalog/expected/pg_aux_catalog.out
delete mode 100644
contrib/pg_aux_catalog/isolation2/expected/resgroup_mdb_admin.out
delete mode 100644 contrib/pg_aux_catalog/isolation2/isolation2_schedule
delete mode 100644 contrib/pg_aux_catalog/isolation2/sql/resgroup_mdb_admin.sql
delete mode 100644 contrib/pg_aux_catalog/pg_aux_catalog--1.0.sql
delete mode 100644 contrib/pg_aux_catalog/pg_aux_catalog.c
delete mode 100644 contrib/pg_aux_catalog/pg_aux_catalog.control
delete mode 100644 contrib/pg_aux_catalog/sql/pg_aux_catalog.sql
delete mode 100644
src/test/isolation2/expected/gpexpand_archive_restore_conf.out
delete mode 100644 src/test/isolation2/sql/gpexpand_archive_restore_conf.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]