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 c6b87f7355 FIXME: It looks like PostgreSQL planner pruning feature 
does not work properly
     new c3926f05be test/regress: fix misleading error message
     new f2eafed28d FIXME: Remove redundant Get/SetStaticPruneResult
     new 03732b4373 Remove inaccurate FIXME message
     new a7cf6d679f Fix flaky bfv_partition_plans test
     new 12ba449dbd Test parallel retrieve cursor can be closed if sender wait 
in WatLatch when MQ has no space (#14925)
     new 934f513db4 Set the default value for option execute_on of 
gp_exttable_fdw (#14797)
     new 9c5f965245 Fix the failed unit test case (#14930)
     new 6dcf8c9bff correct fmtopts column format of pg_exttable (#14937)
     new 30d5429128 No need pstrdup to initialize the dispatched query string
     new 5c214df020 Inclusive Terminology for Greenplum 7 in gpload (#14979)
     new 7158e52a99 inclusive terminology for Greenplum 7 in gpfdist (#14987)
     new c7397dc33f Add magic number field in the ICProxyPkt (#14926)

The 12 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:
 contrib/interconnect/proxy/ic_proxy_backend.c      | 10 +++
 contrib/interconnect/proxy/ic_proxy_client.c       | 20 ++++++
 contrib/interconnect/proxy/ic_proxy_packet.c       |  6 +-
 contrib/interconnect/proxy/ic_proxy_packet.h       | 12 ++++
 contrib/interconnect/proxy/ic_proxy_peer.c         | 27 ++++++++
 contrib/interconnect/proxy/ic_proxy_router.c       |  3 +
 gpMgmt/bin/gpcheckresgroupimpl                     |  4 +-
 gpMgmt/bin/gpload.py                               |  2 +-
 .../test/unit/test_unit_gpcheckresgroupimpl.py     | 14 ++--
 gpcontrib/Makefile                                 |  1 +
 gpcontrib/gp_exttable_fdw/Makefile                 |  2 +-
 gpcontrib/gp_exttable_fdw/data/tableless.csv       |  3 +
 gpcontrib/gp_exttable_fdw/gp_exttable_fdw.c        |  8 ++-
 .../gp_exttable_fdw/input/gp_exttable_fdw.source   | 17 +++++
 .../gp_exttable_fdw/output/gp_exttable_fdw.source  | 21 ++++++
 src/backend/access/external/external.c             |  7 ++
 .../gpopt/translate/CContextDXLToPlStmt.cpp        | 20 ------
 .../gpopt/translate/CTranslatorDXLToPlStmt.cpp     |  1 -
 src/backend/tcop/postgres.c                        |  5 +-
 src/bin/gpfdist/doc/init                           |  4 +-
 src/bin/gpfdist/doc/start                          |  6 +-
 src/include/gpopt/translate/CContextDXLToPlStmt.h  |  6 --
 .../parallel_retrieve_cursor/status_wait.source    | 22 +++++++
 .../parallel_retrieve_cursor/status_wait.source    | 75 ++++++++++++++++++++++
 src/test/regress/expected/bfv_partition_plans.out  |  2 +
 .../expected/bfv_partition_plans_optimizer.out     |  2 +
 src/test/regress/pg_regress.c                      | 40 ++++++++----
 src/test/regress/sql/bfv_partition_plans.sql       |  2 +
 28 files changed, 279 insertions(+), 63 deletions(-)
 create mode 100644 gpcontrib/gp_exttable_fdw/data/tableless.csv
 create mode 100644 gpcontrib/gp_exttable_fdw/input/gp_exttable_fdw.source
 create mode 100644 gpcontrib/gp_exttable_fdw/output/gp_exttable_fdw.source


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

Reply via email to