This is an automated email from the ASF dual-hosted git repository.

avamingli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 6cec348656 Correct comment on relallivisible for AO/CO tables
     new 58ab3cb637 remove FIXME in function create_motion_path_for_updel 
(#15968)
     new 4b750879ac Optimize gpfdist external table logic (#15987)
     new 38a82ed063 fix bitmap index (#15923)
     new 2a00124a25 Remove block on changing checkpoint_timeout GUC
     new 6ccaed817c Drop GUC_NOT_IN_SAMPLE from guc_checkpoint_timeout
     new 06e5792cda Remove assertion to allow per-phase progress reporting on 
VACUUM AO/CO.
     new 030a102d3e Change the default value of dtx_phase2_retry_second's to 
600s (#15632)
     new 24e71b856b Move single row expression handler list-concat logic to 
parser. (#16015)
     new f48b544389 add view gp_resgroup_status_per_segment
     new 97cebb1cc1 gpcheckcat: Add new option -x to set session level GUCs 
(#15962)
     new af40a37985 fix cherry-pick

The 11 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/gpcheckcat                              |   8 +-
 gpMgmt/test/behave/mgmt_utils/gpcheckcat.feature   |  33 ++++
 gpcontrib/gp_toolkit/gp_toolkit--1.0.sql           | 102 ++++++++++
 src/backend/access/bitmap/bitmaputil.c             |  11 +-
 src/backend/access/bitmap/bitmapxlog.c             |  16 +-
 src/backend/access/external/url_curl.c             |  20 ++
 src/backend/cdb/cdbpath.c                          |   6 -
 src/backend/commands/copy.c                        |  10 -
 src/backend/commands/vacuum_ao.c                   |  12 ++
 src/backend/parser/gram.y                          |   9 +-
 src/backend/utils/misc/guc.c                       |   2 +-
 src/backend/utils/misc/guc_gp.c                    |  19 +-
 src/bin/gpfdist/regress/input/exttab1.source       |   1 +
 src/bin/gpfdist/regress/output/exttab1.source      |   6 +
 src/include/access/bitmap_xlog.h                   |   3 +
 src/include/nodes/parsenodes.h                     |   2 +-
 .../isolation2/expected/bitmap_index_crash.out     |  29 +++
 .../expected/resgroup/resgroup_views.out           |  13 ++
 .../isolation2/expected/vacuum_progress_column.out | 210 +++++++++++++++++++++
 .../isolation2/expected/vacuum_progress_row.out    | 101 ++++++++--
 src/test/isolation2/sql/bitmap_index_crash.sql     |  19 ++
 .../isolation2/sql/resgroup/resgroup_views.sql     |   9 +
 src/test/isolation2/sql/vacuum_progress_column.sql |  78 ++++++++
 src/test/isolation2/sql/vacuum_progress_row.sql    |  88 ++++++++-
 24 files changed, 750 insertions(+), 57 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to