This is an automated email from the ASF dual-hosted git repository.
maxyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 4b71649a53 Fix incorrect codes in pg_backup_archiver.c (#899)
new 7c9a7824ae Add warning and guard code for zero-column table.
new 1527760d7c Fix inject_fault suspend cannot be canceled (#17279)
new 0f55f1c804 Remove GPDB_96_MERGE_FIXME in portalmem.c
new 8ec795a53a Removed the permission check for `cpu.pressure` item when
resource manager sets to 'group-v2'.
new 32f9a31cd3 gp_sparse_vector: be compatible with the ARM platform
new 4964f6468e gp_sparse_vector: minor fixes to avoid unexpected issues
new cdf9eb90fb Fix token for user id xxx doesn't exist (#17325)
new 7a8d28d196 Retire gp_reject_internal_tcp_connection
new 4bd589dc8f Resolve Deadlock: Allow Concurrent Creation of Non-First
Index on AO
new 5022854bf9 Update answer file for
concurrent_index_creation_should_not_deadlock
new af8b4af8af Update createidx_while_reindex tests
new 3a2626d5c2 Introduce gp_appendonly_compaction_segfile_limit
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:
gpMgmt/bin/gpcheckresgroupv2impl | 1 -
gpcontrib/gp_sparse_vector/SparseData.h | 67 ++---
src/backend/access/appendonly/appendonlywriter.c | 73 ++++-
src/backend/cdb/dispatcher/cdbconn.c | 9 +-
src/backend/cdb/endpoint/cdbendpoint.c | 16 +-
src/backend/commands/indexcmds.c | 7 +-
src/backend/commands/tablecmds.c | 14 +
src/backend/libpq/auth.c | 32 +--
src/backend/utils/misc/faultinjector.c | 1 +
src/backend/utils/misc/guc_gp.c | 19 +-
src/backend/utils/mmgr/portalmem.c | 7 -
src/backend/utils/resgroup/cgroup-ops-linux-v2.c | 1 -
src/include/utils/guc.h | 1 +
src/include/utils/sync_guc_name.h | 1 +
src/test/isolation2/expected/cancel_query.out | 32 +++
...ncurrent_index_creation_should_not_deadlock.out | 13 +-
.../createidx_while_reindex_idx_ao_bitmap.out | 5 +-
.../createidx_while_reindex_idx_ao_btree.out | 5 +-
.../createidx_while_reindex_idx_aoco_bitmap.out | 5 +-
.../createidx_while_reindex_idx_aoco_btree.out | 5 +-
.../isolation2/input/uao/max_concurrency2.source | 28 +-
.../isolation2/output/uao/max_concurrency2.source | 300 ++++++++++++++++++++-
src/test/isolation2/sql/cancel_query.sql | 12 +
...ncurrent_index_creation_should_not_deadlock.sql | 10 +-
.../createidx_while_reindex_idx_ao_bitmap.sql | 3 +-
.../createidx_while_reindex_idx_ao_btree.sql | 3 +-
.../createidx_while_reindex_idx_aoco_bitmap.sql | 3 +-
.../createidx_while_reindex_idx_aoco_btree.sql | 3 +-
src/test/regress/expected/misc_jiras.out | 51 ++++
src/test/regress/sql/misc_jiras.sql | 25 ++
30 files changed, 631 insertions(+), 121 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]