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

chenjinbao1989 pushed a change to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from ecabc5ceafb Add guc lc_ctype back
     new 4fd461c3c62 Generate gp_ view for desired pg_ system views
     new dfb01c85a75 Add gp_stat_progress_%_summary system views
     new 92dd7c49c59 Add gp summary system views
     new 768c1a31dcb Fix: Adapt system view after cherry-pick
     new 09102aefdc2 Fix: fix pgstats

The 5 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/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/.gitignore                     |    1 +
 src/backend/catalog/Makefile                       |   11 +-
 src/backend/catalog/system_views.sql               |  253 +-
 src/backend/catalog/system_views_gp.in             |   49 +
 src/backend/catalog/system_views_gp_summary.sql    |  522 ++
 src/backend/commands/analyze.c                     |    1 +
 src/backend/commands/vacuum.c                      |   18 +-
 src/backend/commands/vacuum_ao.c                   |    2 +
 src/backend/postmaster/pgstat.c                    | 6442 --------------------
 src/backend/utils/adt/pgstatfuncs.c                |    6 +
 src/bin/initdb/initdb.c                            |   15 +-
 src/include/access/nbtree.h                        |    2 +-
 src/include/commands/vacuum.h                      |   21 +-
 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              |   22 +-
 src/test/regress/expected/pgstat_qd_tabstat.out    |  254 +-
 src/test/regress/expected/runtime_stats.out        |    6 +-
 src/test/regress/expected/stats.out                |  427 +-
 src/test/regress/sql/pg_stat.sql                   |   18 +-
 src/test/regress/sql/pgstat_qd_tabstat.sql         |  138 +-
 src/test/regress/sql/runtime_stats.sql             |    7 +-
 src/test/regress/sql/stats.sql                     |  202 +-
 42 files changed, 2134 insertions(+), 7701 deletions(-)
 create mode 100644 src/backend/catalog/system_views_gp.in
 create mode 100644 src/backend/catalog/system_views_gp_summary.sql
 delete mode 100644 src/backend/postmaster/pgstat.c
 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]

Reply via email to