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 b8a78af7f42 Fix: quick exit in dumptuples if query execution is
finished
new 5142c0e8afe Fix names of pg_stat_all_tables|indexes
new 86306e03363 Add gp_stat_progress_%_summary system views
new 2b1c9c306ea Add gp summary system views
new 05869c862a5 Fix: Adapt system view after cherry-pick
The 4 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:
configure.ac | 2 +-
.../expected/auto_explain_optimizer.out | 2 +-
.../isolation2/input/autovacuum-analyze.source | 12 +-
.../isolation2/output/autovacuum-analyze.source | 12 +-
.../src/test/regress/expected/pg_stat.out | 16 +-
.../src/test/regress/expected/stats.out | 14 +-
.../test/regress/input/pgstat_qd_tabstat.source | 80 ++--
.../test/regress/output/pgstat_qd_tabstat.source | 84 ++--
.../pax_storage/src/test/regress/sql/pg_stat.sql | 16 +-
contrib/pax_storage/src/test/regress/sql/stats.sql | 14 +-
src/backend/catalog/Makefile | 3 +-
src/backend/catalog/system_views.sql | 149 +-----
src/backend/catalog/system_views_gp.in | 22 +-
src/backend/catalog/system_views_gp_summary.sql | 491 ++++++++++++++++++++
src/backend/commands/analyze.c | 1 +
src/bin/initdb/initdb.c | 6 +-
src/include/catalog/catversion.h | 2 +-
src/test/isolation2/expected/analyze_progress.out | 94 ++++
.../expected/ao_index_build_progress.out | 86 +++-
.../isolation2/expected/vacuum_progress_column.out | 83 ++--
.../isolation2/expected/vacuum_progress_row.out | 506 ++++++++++++++-------
.../isolation2/input/autovacuum-analyze.source | 12 +-
src/test/isolation2/isolation2_schedule | 1 +
.../isolation2/output/autovacuum-analyze.source | 12 +-
.../output/parallel_retrieve_cursor/explain.source | 19 +-
src/test/isolation2/sql/analyze_progress.sql | 42 ++
.../isolation2/sql/ao_index_build_progress.sql | 44 +-
src/test/isolation2/sql/vacuum_progress_column.sql | 21 +-
src/test/isolation2/sql/vacuum_progress_row.sql | 248 +++++-----
src/test/regress/expected/pg_stat.out | 16 +-
src/test/regress/expected/stats.out | 14 +-
src/test/regress/input/pgstat_qd_tabstat.source | 80 ++--
src/test/regress/output/pgstat_qd_tabstat.source | 84 ++--
src/test/regress/sql/pg_stat.sql | 16 +-
src/test/regress/sql/stats.sql | 14 +-
35 files changed, 1498 insertions(+), 820 deletions(-)
create mode 100644 src/backend/catalog/system_views_gp_summary.sql
create mode 100644 src/test/isolation2/expected/analyze_progress.out
create mode 100644 src/test/isolation2/sql/analyze_progress.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]