This is an automated email from the ASF dual-hosted git repository.
tuhaihe pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from befb2bf5b18 ORCA: align CBitSet vec_size for grouping-set bitsets
(#1754)
new fd4141c3f84 Remove unnecessary vacuum_set_xid_limits calls for AO/AOCO
tables
new 3fd1fbacb90 Remove MERGE16_FIXME in PartitionSelector and dead
declarations
new 4b6618f501c Fix MERGE16_FIXME: add UNSAFE_HAS_SUBPLAN flag for qual
pushdown
new 2f682fe7cbe Fix PAX alter_distribution_policy test: use matchsubs to
mask cluster.c line number
new 649b46491c1 Re-enable pgstat temp file reporting and fix SIGSEGV in
ReportTemporaryFileUsage
new f95d668caf5 Remove MERGE16_FIXME: delete dead requiredPerms stripping
code in exec_mpp_query
new e11b9534280 Remove MERGE16_FIXME comment in extract_directory
new 98d659121ec Fix singlenode prevent_ao_wal test: enable pg_waldump and
fix expected output
new 177f3a59f14 Re-enable select_throttle and workfile_mgr_test in
singlenode
new 3fad47560e1 Fix flaky resgroup_cpu_max_percent: average all CPU samples
new 4a2eb2fd4cb Fix rowtypes MERGE16_FIXME: use complex_t and fix
record_in tupdesc double-release
new 499314536cc Fix flaky vacuum_progress_column/row: remove inline DDL
and wait_for_mirror_down
The 12 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:
.../expected/resgroup/resgroup_cpu_max_percent.out | 4 +-
.../sql/resgroup/resgroup_cpu_max_percent.sql | 3 +-
.../regress/expected/alter_distribution_policy.out | 8 +-
.../alter_distribution_policy_optimizer.out | 8 +-
.../src/test/regress/expected/rowtypes.out | 15 +-
.../test/regress/expected/rowtypes_optimizer.out | 15 +-
.../test/regress/sql/alter_distribution_policy.sql | 4 +
.../pax_storage/src/test/regress/sql/rowtypes.sql | 15 +-
src/backend/access/aocs/aocsam_handler.c | 29 +--
.../access/appendonly/appendonlyam_handler.c | 29 +--
src/backend/commands/cluster.c | 13 +-
src/backend/commands/vacuum.c | 199 ---------------------
src/backend/commands/vacuum_ao.c | 24 +--
src/backend/executor/nodePartitionSelector.c | 1 -
src/backend/optimizer/path/allpaths.c | 9 +-
src/backend/storage/file/fd.c | 12 +-
src/backend/tcop/postgres.c | 22 ---
src/backend/utils/activity/pgstat.c | 3 +-
src/backend/utils/adt/rowtypes.c | 6 -
src/bin/pg_basebackup/bbstreamer_file.c | 1 -
src/include/commands/vacuum.h | 9 -
src/include/executor/execPartition.h | 4 -
.../expected/resgroup/resgroup_cpu_max_percent.out | 4 +-
.../isolation2/expected/vacuum_progress_column.out | 17 +-
.../isolation2/expected/vacuum_progress_row.out | 16 --
src/test/isolation2/isolation2_schedule | 3 +-
.../sql/resgroup/resgroup_cpu_max_percent.sql | 3 +-
src/test/isolation2/sql/vacuum_progress_column.sql | 21 ---
src/test/isolation2/sql/vacuum_progress_row.sql | 24 ---
src/test/regress/expected/rowtypes.out | 15 +-
src/test/regress/expected/rowtypes_optimizer.out | 15 +-
src/test/regress/sql/rowtypes.sql | 15 +-
.../expected/prevent_ao_wal.out | 47 +++--
.../input/workfile_mgr_test.source | 4 +-
src/test/singlenode_isolation2/isolation2_schedule | 3 +-
.../output/workfile_mgr_test.source | 4 +-
.../singlenode_isolation2/sql/prevent_ao_wal.sql | 7 +-
37 files changed, 125 insertions(+), 506 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]