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

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


    from 739f6d71dc1 Merge branch 'REL_2_STABLE' into PG14_ARCHIVE_REBASED
     new 7816667e5dd Yezzey test (#8)
     new aa5f3f636ab Add group access to CBDB (#12)
     new dbec496f32d Add yezzey as submodule (#23)
     new cb19aed8238 UseAnonymousAddress (#24)
     new 6c3bbd37600 Add yezzey build option (#26)
     new a9b3ddd0d42 Fix gpexpand not changing content-id for wal-g cmd
     new 3a93184e797 Bump yezzey. (#33)
     new b535d0371de Move yezzey forward to full support Cloudberry (#35)
     new d0e4afeddc3 Bump yezzey for PAX fix (#37)
     new f6b7727da59 Allow non-superuser role to manage resource groups.
     new 1aeb3b3e366 Fix duplicate mdb_admin_allow_bypass_owner_checks 
definition in acl.c
     new a7895af7662 Address review comments: fix includes, configure options, 
pipefail, license headers, expected output
     new 60a85c36509 Fix Yezzey CI shell for pipefail steps
     new 0612130ff56 Fix failing ic-deb-good-opt-on CI tests: privileges and 
misc expected outputs
     new 7136e1e46bf Merge branch 'REL_2_STABLE' into PG14_ARCHIVE_REBASED

The 15 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:
 .github/workflows/build-cloudberry-rocky8.yml      |    1 +
 .github/workflows/build-cloudberry.yml             |    1 +
 .github/workflows/build-deb-cloudberry.yml         |    1 +
 .github/workflows/yezzey-ci.yaml                   |  335 +++++++
 .gitmodules                                        |    3 +
 configure                                          |   52 +
 configure.ac                                       |   21 +
 contrib/Makefile                                   |    1 +
 contrib/pg_aux_catalog/.gitignore                  |    6 +
 contrib/pg_aux_catalog/Makefile                    |   37 +
 contrib/pg_aux_catalog/README.md                   |   71 ++
 contrib/pg_aux_catalog/expected/pg_aux_catalog.out |   46 +
 .../isolation2/expected/resgroup_mdb_admin.out     |  218 ++++
 .../pg_aux_catalog/isolation2/isolation2_schedule  |   11 +-
 .../isolation2/sql/resgroup_mdb_admin.sql          |   91 ++
 contrib/pg_aux_catalog/pg_aux_catalog--1.0.sql     |   10 +
 contrib/pg_aux_catalog/pg_aux_catalog.c            |  105 ++
 contrib/pg_aux_catalog/pg_aux_catalog.control      |    5 +
 contrib/pg_aux_catalog/sql/pg_aux_catalog.sql      |   38 +
 gpMgmt/bin/gpinitsystem                            |    1 +
 gpMgmt/bin/lib/gpconfigurenewsegment               |   20 +-
 gpMgmt/bin/lib/gpcreateseg.sh                      |    1 +
 gpcontrib/Makefile                                 |    6 +
 gpcontrib/yezzey                                   |    1 +
 src/Makefile.global.in                             |    2 +
 src/backend/catalog/oid_dispatch.c                 |   51 +-
 src/backend/commands/resgroupcmds.c                |   51 +-
 src/backend/utils/adt/acl.c                        |   42 -
 src/backend/utils/resgroup/resgroup_helper.c       |    5 +-
 src/include/access/transam.h                       |   10 +
 src/include/catalog/oid_dispatch.h                 |    7 +
 src/include/utils/acl.h                            |    8 +
 .../expected/gpexpand_archive_restore_conf.out     | 1047 ++++++++++++++++++++
 .../isolation2/isolation2_expandshrink_schedule    |    3 +-
 .../sql/gpexpand_archive_restore_conf.sql          |   48 +
 src/test/regress/expected/privileges.out           |   10 +-
 src/test/regress/output/misc.source                |    2 +-
 37 files changed, 2287 insertions(+), 81 deletions(-)
 create mode 100644 .github/workflows/yezzey-ci.yaml
 create mode 100644 contrib/pg_aux_catalog/.gitignore
 create mode 100644 contrib/pg_aux_catalog/Makefile
 create mode 100644 contrib/pg_aux_catalog/README.md
 create mode 100644 contrib/pg_aux_catalog/expected/pg_aux_catalog.out
 create mode 100644 
contrib/pg_aux_catalog/isolation2/expected/resgroup_mdb_admin.out
 copy mcp-server/src/cbmcp/__main__.py => 
contrib/pg_aux_catalog/isolation2/isolation2_schedule (83%)
 create mode 100644 contrib/pg_aux_catalog/isolation2/sql/resgroup_mdb_admin.sql
 create mode 100644 contrib/pg_aux_catalog/pg_aux_catalog--1.0.sql
 create mode 100644 contrib/pg_aux_catalog/pg_aux_catalog.c
 create mode 100644 contrib/pg_aux_catalog/pg_aux_catalog.control
 create mode 100644 contrib/pg_aux_catalog/sql/pg_aux_catalog.sql
 create mode 160000 gpcontrib/yezzey
 create mode 100644 
src/test/isolation2/expected/gpexpand_archive_restore_conf.out
 create mode 100644 src/test/isolation2/sql/gpexpand_archive_restore_conf.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to