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

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


    omit d341ee62776 Fix test instability
    omit 9e2e664564f Fix replay of create database records on standby
    omit 2d60ff5bee2 Revert "Recursively create tablespace directories if they 
do not exist but we need them when re-redoing some tablespace related xlogs 
(e.g. database create with a tablespace) on mirror."
     add 62a13fb0b6a Fix grammar: subscribe events calendar to subscribe to the 
events calendar (#1586)
     add cce58a899a4 Fix missing GUC_GPDB_NEED_SYNC for pax filter GUCs (#1590)
     add c5a298db737 Fix COPY FROM encoding error double-counting and enable 
SREH for transcoding
     add 64c879a3ee7 Remove generated test file misc.sql (#1600)
     add 7e867f605c8 Fix sed -i compatibility on macOS in configure (#1598)
     add 9401cf34c17 Support matview status maintenance for multi-table JOIN 
queries
     add f65bf625d21 Fix RUN_GTEST/RUN_GBENCH leak into pax.so build
     add 38cd645bd4f Fix Oid display errors in the log or message
     add c2e818629ff ORCA: Fix detection of mixed storage in partitioned tables 
with foreign partitions (#1524)
     add f9797991146 Fix COPY TO returning 0 rows during concurrent reorganize
     add 8ecc3267e4d Fix release tarball base version naming
     add 9a36a71c604 Revert "Recursively create tablespace directories if they 
do not exist but we need them when re-redoing some tablespace related xlogs 
(e.g. database create with a tablespace) on mirror."
     add fc0050c3b42 Fix replay of create database records on standby
     add d098dfc3f32 Fix test instability
     add b6437976e7b fix typos

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d341ee62776)
            \
             N -- N -- N   refs/heads/fix_for_db_records (b6437976e7b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   2 +-
 configure                                          |   9 +-
 contrib/pax_storage/src/cpp/cmake/pax.cmake        |   4 +-
 contrib/pax_storage/src/cpp/comm/guc.cc            |   4 +-
 .../expected/pax/copy_to_concurrent_reorganize.out | 289 +++++++
 .../src/test/isolation2/isolation2_schedule        |   1 +
 .../sql/pax/copy_to_concurrent_reorganize.sql      | 170 ++++
 devops/release/cloudberry-release.sh               |  25 +-
 src/backend/access/transam/xlog.c                  |   2 +-
 src/backend/catalog/gp_matview_aux.c               | 137 ++-
 src/backend/commands/copy.c                        |  81 ++
 src/backend/commands/copyfromparse.c               |  46 +-
 src/backend/commands/copyto.c                      |  37 +
 src/backend/commands/dbcommands.c                  |   4 +-
 src/backend/commands/resgroupcmds.c                |   4 +-
 src/backend/commands/user.c                        |   2 +-
 .../gpopt/translate/CTranslatorRelcacheToDXL.cpp   |  22 +-
 .../minidump/MixedPartitioned-ForeignHeap-Test.mdp |  17 +
 src/backend/gporca/server/CMakeLists.txt           |   2 +-
 src/backend/utils/resgroup/cgroup-ops-linux-v1.c   |   6 +-
 src/backend/utils/resgroup/cgroup-ops-linux-v2.c   |   6 +-
 src/backend/utils/resgroup/resgroup.c              |   8 +-
 .../expected/copy_to_concurrent_reorganize.out     | 918 +++++++++++++++++++++
 src/test/isolation2/isolation2_schedule            |   1 +
 .../sql/copy_to_concurrent_reorganize.sql          | 561 +++++++++++++
 src/test/regress/data/copy_enc_err_euccn.data      |   3 +
 .../regress/data/copy_enc_err_euccn_multi.data     |   5 +
 src/test/regress/data/copy_enc_err_utf8.data       |   3 +
 src/test/regress/data/copy_enc_err_utf8_multi.data |   5 +
 src/test/regress/expected/.gitignore               |   1 +
 src/test/regress/expected/matview_data.out         | 555 ++++++++++++-
 src/test/regress/greenplum_schedule                |   1 +
 src/test/regress/input/copy_encoding_error.source  | 107 +++
 src/test/regress/output/copy_encoding_error.source | 161 ++++
 src/test/regress/sql/.gitignore                    |   1 +
 src/test/regress/sql/matview_data.sql              | 221 +++++
 src/test/regress/sql/misc.sql                      | 271 ------
 37 files changed, 3292 insertions(+), 400 deletions(-)
 create mode 100644 
contrib/pax_storage/src/test/isolation2/expected/pax/copy_to_concurrent_reorganize.out
 create mode 100644 
contrib/pax_storage/src/test/isolation2/sql/pax/copy_to_concurrent_reorganize.sql
 create mode 100644 
src/backend/gporca/data/dxl/minidump/MixedPartitioned-ForeignHeap-Test.mdp
 create mode 100644 
src/test/isolation2/expected/copy_to_concurrent_reorganize.out
 create mode 100644 src/test/isolation2/sql/copy_to_concurrent_reorganize.sql
 create mode 100644 src/test/regress/data/copy_enc_err_euccn.data
 create mode 100644 src/test/regress/data/copy_enc_err_euccn_multi.data
 create mode 100644 src/test/regress/data/copy_enc_err_utf8.data
 create mode 100644 src/test/regress/data/copy_enc_err_utf8_multi.data
 create mode 100644 src/test/regress/input/copy_encoding_error.source
 create mode 100644 src/test/regress/output/copy_encoding_error.source
 delete mode 100644 src/test/regress/sql/misc.sql


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

Reply via email to