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 b4db955967 Fix error message for unexisted tag (#779)
     new d29a03a10c Document autoanalyze limitations for partitioned tables
     new d992c8e3f7 resolve pull_up_sublinks fixme (#13317)
     new db24b8c4b1 add distribution key for gpload staging table (#13163)
     new 0942e6c648 remove duplicate codes in ExecSetParamPlan (#13328)
     new 05e3a73e70 Fix test case notin.
     new 82e85d8b58 drop s3 external table (#13334)
     new bbc8cc3098 resolve update distributed key with oids fixme (#13343)
     new 3503adc33f doc: Fix typo in ANALYZE documentation
     new f9a2cd0bb8 Restore visibility of some GUCs to be viewable from 
pg_settings
     new 613e913910 Update the comments for commit 9116c93
     new d649959b1f gprecoverseg rebalance is failed with timeout while 
promoting mirrors
     new 6264eba392 Fix potential nullptr dereference issue. (#12780)
     new 8156fddc57 Docs: avoid confusing use of the word "synchronized"

The 13 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:
 doc/src/sgml/ref/pg_rewind.sgml                    |  2 +-
 gpMgmt/bin/gpload.py                               | 26 +++++++++++++++--
 .../gpload2/TEST_local_schema_and_mode.py          | 33 ++++++++++++++++++++++
 ...{external_file_101.txt => external_file_47.txt} |  0
 .../gpload_test/gpload2/data/external_file_546.txt |  3 ++
 gpMgmt/bin/gpload_test/gpload2/query493.ans        | 14 ++++-----
 gpMgmt/bin/gpload_test/gpload2/query497.ans        |  2 +-
 gpMgmt/bin/gpload_test/gpload2/query506.ans        |  2 ++
 gpMgmt/bin/gpload_test/gpload2/query532.ans        |  2 +-
 gpMgmt/bin/gpload_test/gpload2/query533.ans        |  2 +-
 gpMgmt/bin/gpload_test/gpload2/query545.ans        | 26 +++++++++++++++++
 gpMgmt/bin/gpload_test/gpload2/query546.ans        | 26 +++++++++++++++++
 gpMgmt/bin/gpload_test/gpload2/query68.ans         |  2 +-
 gpMgmt/bin/gpload_test/gpload2/query69.ans         |  2 +-
 gpMgmt/bin/gppylib/operations/rebalanceSegments.py |  2 +-
 .../test/unit/test_unit_segment_reconfigurer.py    | 10 +++----
 .../gpcloud/regress/input/3_01_create_wet.source   |  1 +
 .../gpcloud/regress/output/3_01_create_wet.source  |  1 +
 src/backend/cdb/cdbsubselect.c                     |  2 ++
 src/backend/cdb/dispatcher/cdbgang_async.c         |  8 +++++-
 src/backend/executor/nodeSubplan.c                 |  6 ----
 src/backend/optimizer/prep/prepjointree.c          | 25 ++++++++--------
 src/backend/optimizer/prep/preptlist.c             | 11 +-------
 src/backend/utils/adt/dbsize.c                     | 17 +++++++++--
 src/backend/utils/misc/guc.c                       |  6 ++--
 src/test/regress/expected/db_size_functions.out    | 12 ++++++++
 src/test/regress/init_file                         |  2 ++
 src/test/regress/sql/db_size_functions.sql         |  9 ++++++
 28 files changed, 199 insertions(+), 55 deletions(-)
 copy gpMgmt/bin/gpload_test/gpload2/data/{external_file_101.txt => 
external_file_47.txt} (100%)
 create mode 100644 gpMgmt/bin/gpload_test/gpload2/data/external_file_546.txt
 create mode 100644 gpMgmt/bin/gpload_test/gpload2/query545.ans
 create mode 100644 gpMgmt/bin/gpload_test/gpload2/query546.ans


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

Reply via email to