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

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


    from afd30e91ee5 make gp_dqa test case stable
     new b7bb2d493fe Track nesting depth correctly when drilling down into 
RECORD Vars.
     new fe3ff71b6b6 Update comment about set_join_pathlist_hook().
     new 67c52000565 Don't trust unvalidated xl_tot_len.
     new 9c4e12b930a Don't use Perl pack('Q') in 039_end_of_wal.pl.
     new df1ce4d4a22 Fix edge-case for xl_tot_len broken by bae868ca.
     new bf53b5d45bc Backport fixup: wrap consider_join_pushdown block in 
joinpath.c in #ifdef NOT_USED
     new bef9b720328 Fix rowtypes expected output for bug #18077 explain plan
     new 98a3773a866 Fail hard on out-of-memory failures in xlogreader.c
     new c78cbdf712b Refactor routine to find single log content pattern in TAP 
tests
     new c83305f2b95 Backport fixup: relax magic number check in 039_end_of_wal 
split case
     new bea565872e0 Fix incorrect step generation in HASH partition pruning
     new 0303870cd10 Fix runtime partition pruning for HASH partitioned tables
     new 0a92a86e49a Dissociate btequalimage() from interval_ops, ending its 
deduplication.
     new 7637edb7411 Fix problems when a plain-inheritance parent table is 
excluded.
     new 4dc519e2e9a Fix overflow when calculating timestamp distance in BRIN
     new dfcdea90a4e Fix calculation in brin_minmax_multi_distance_date
     new 82da91f448b Fix minmax-multi on infinite date/timestamp values
     new e84c0966214 Fix minmax-multi distance for extreme interval values
     new 620a4087667 amcheck: Distinguish interrupted page deletion from 
corruption.
     new 1ef93f6e325 Update regression expected files to match new backports
     new 69bb55cb24f Backport fixup: port amcheck 005_pitr to PostgresNode/PG14 
TAP API
     new 6fb99be10ed Mask parallel-sensitive explain output via start_ignore

The 22 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/amcheck/t/005_pitr.pl                      |   96 ++
 contrib/amcheck/verify_nbtree.c                    |   96 +-
 .../src/test/regress/expected/opr_sanity.out       |    3 +-
 src/backend/access/brin/brin_minmax_multi.c        |   46 +-
 src/backend/access/transam/xlogreader.c            |   87 +-
 src/backend/executor/execPartition.c               |   29 +-
 src/backend/executor/nodeModifyTable.c             |    9 +-
 src/backend/optimizer/path/joinpath.c              |   20 +-
 src/backend/optimizer/plan/planner.c               |   14 +-
 src/backend/optimizer/util/pathnode.c              |    2 +-
 src/backend/parser/parse_target.c                  |   20 +-
 src/backend/partitioning/partprune.c               |  103 +-
 src/backend/utils/adt/datum.c                      |   14 +-
 src/backend/utils/adt/ruleutils.c                  |   37 +-
 src/include/catalog/pg_amproc.dat                  |    2 -
 src/include/catalog/pg_opfamily.dat                |    2 +-
 src/include/nodes/pathnodes.h                      |    2 +-
 src/include/nodes/plannodes.h                      |   13 +-
 src/test/perl/PostgresNode.pm                      |   16 +
 src/test/perl/TestLib.pm                           |   41 +
 src/test/recovery/t/019_replslot_limit.pl          |   31 +-
 src/test/recovery/t/033_replay_tsp_drops.pl        |   29 +-
 src/test/recovery/t/039_end_of_wal.pl              |  500 +++++++++
 src/test/regress/expected/brin_multi.out           |  188 +++-
 .../regress/expected/brin_multi_optimizer_1.out    |  192 +++-
 src/test/regress/expected/inherit.out              |  618 +++++++----
 src/test/regress/expected/inherit_optimizer.out    |  681 ++++++++----
 src/test/regress/expected/opr_sanity.out           |    9 +-
 src/test/regress/expected/partition_prune.out      |  622 ++++++++++-
 .../regress/expected/partition_prune_optimizer.out | 1136 +++++++++++++++-----
 src/test/regress/expected/rowtypes.out             |   63 ++
 src/test/regress/sql/brin_multi.sql                |  116 ++
 src/test/regress/sql/inherit.sql                   |   19 +
 src/test/regress/sql/partition_prune.sql           |   82 +-
 src/test/regress/sql/rowtypes.sql                  |   25 +
 .../singlenode_regress/expected/opr_sanity.out     |    3 +-
 36 files changed, 3968 insertions(+), 998 deletions(-)
 create mode 100644 contrib/amcheck/t/005_pitr.pl
 create mode 100644 src/test/recovery/t/039_end_of_wal.pl


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

Reply via email to