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 63f7c13ef3 src/timezone/zic.c: handle strdup failure (#836)
     new ef4725ab75 Acquire sample rows for root partition to build extend 
statistics
     new fa7f4c697f Minor changes to align with the upstream
     new 4c61c98deb Remove two not used elements of Agg
     new b478dc20b1 Fix checkpoint wal replay failed issue
     new 6784abd9f3 Fix the test extension to execute SQL code inside of a 
Portal (#14515)
     new 1a56de3f07 Ensure that an active outer snapshot exists prior to 
executing SPI
     new bc9cc1c0a7 Add stream zstd compress for gpfdist to gpdb7 (#14144)
     new da1f254b82 Fix failure when DynamicSeqScan has a subPlan #14505
     new 0d5eec6f9b fix compiler warning caused by gpfdist compression external 
table (#14599)
     new 68cba7eda1 (main only): fix wrong results caused by over-eager 
constraint exclusion (#14553)
     new 78ebf55f12 Add test case for fix wrong results caused by over-eager 
constraint exclusion (#14592)
     new 202225ea11 Add test for pg_attribute_encoding entries with various 
AOCS table creation syntax
     new 64d680293b Temporary change the qp_dropped_cols expected file
     new c6b87f7355 FIXME: It looks like PostgreSQL planner pruning feature 
does not work properly

The 14 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:
 src/backend/access/external/url_curl.c             | 181 +++++++++++--
 src/backend/access/transam/xlog.c                  |  24 +-
 src/backend/commands/analyze.c                     |   6 +-
 src/backend/commands/analyzeutils.c                |  12 +-
 src/backend/commands/schemacmds.c                  |  24 +-
 src/backend/executor/nodeDynamicBitmapHeapscan.c   |  26 +-
 src/backend/executor/nodeDynamicSeqscan.c          |  24 +-
 src/backend/nodes/copyfuncs.c                      |   2 -
 src/backend/optimizer/util/clauses.c               |  43 ---
 src/backend/optimizer/util/predtest.c              | 177 +------------
 src/backend/storage/ipc/procarray.c                |   7 +-
 src/bin/gpfdist/gpfdist.c                          | 198 ++++++++++++--
 src/bin/gpfdist/regress/Makefile                   |  12 +
 src/bin/gpfdist/regress/input/gpfdist2.source      |   3 +
 .../gpfdist/regress/input/gpfdist2_compress.source | 250 ++++++++++++++++++
 .../regress/output/gpfdist2_compress.source        | 290 +++++++++++++++++++++
 src/include/commands/analyzeutils.h                |   2 +-
 src/include/nodes/execnodes.h                      |  10 -
 src/include/nodes/plannodes.h                      |   2 -
 src/include/optimizer/clauses.h                    |   2 -
 src/test/fdw/.gitignore                            |   2 +
 .../extension/extended_protocol_commit_test_fdw.c  |  14 +-
 .../isolation2/expected/checkpoint_dtx_info.out    | 270 +++++++++++++++++++
 src/test/isolation2/sql/checkpoint_dtx_info.sql    | 134 ++++++++++
 src/test/regress/expected/gporca.out               |   5 +-
 src/test/regress/expected/gporca_optimizer.out     |   2 +-
 src/test/regress/expected/partition_pruning.out    |  31 +++
 .../expected/partition_pruning_optimizer.out       |  29 +++
 src/test/regress/expected/qp_dropped_cols.out      |  84 ++++++
 .../regress/expected/qp_dropped_cols_optimizer.out |  71 +++++
 src/test/regress/expected/stats_ext.out            |   2 +-
 src/test/regress/input/aocs.source                 |  16 +-
 src/test/regress/output/aocs.source                |  37 ++-
 src/test/regress/sql/gporca.sql                    |   2 +-
 src/test/regress/sql/partition_pruning.sql         |  15 ++
 src/test/regress/sql/qp_dropped_cols.sql           |  30 +++
 src/test/singlenode_regress/expected/stats_ext.out |   2 +-
 37 files changed, 1666 insertions(+), 375 deletions(-)
 create mode 100644 src/bin/gpfdist/regress/input/gpfdist2_compress.source
 create mode 100644 src/bin/gpfdist/regress/output/gpfdist2_compress.source
 create mode 100644 src/test/fdw/.gitignore


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

Reply via email to