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

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


    from 3ec30131c4 support implementing custom storage manager in extension
     new 2316502366 Fix temporary namespace access in guc.sql
     new d0cc090982 Dispatch temporary tablespace id to all Gangs.
     new 7c533587c8 Increase the timeout of isolation2 GlobalShellExecutor
     new 2f6e628788 Remove platform specific limitation from msg type 
recognition logic
     new 1886c4e79d Fix "missing continuation record" after standby promotion
     new a6b319cb4d Fix flaky testcase correlated_subquery
     new a8729fc9f3 Fix banning window agg in recursive queries.
     new d42a8c6298 Do not match non vars in inner plan's target for LASJ_NOTIN.

The 8 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/transam/xlog.c                  |  4 ++
 src/backend/catalog/namespace.c                    | 27 ++++++++-
 src/backend/cdb/dispatcher/cdbdisp_query.c         | 18 +++++-
 src/backend/optimizer/plan/setrefs.c               |  3 +-
 src/backend/parser/parse_cte.c                     | 67 +++++++++++++++-------
 src/backend/tcop/postgres.c                        | 18 ++++--
 src/include/catalog/namespace.h                    |  2 +
 src/test/isolation2/sql_isolation_testcase.py      |  2 +-
 src/test/regress/expected/bfv_temp.out             | 35 +++++++++++
 src/test/regress/expected/correlated_subquery.out  |  5 +-
 src/test/regress/expected/guc.out                  |  7 ---
 src/test/regress/expected/update_gp.out            | 42 ++++++++++++++
 src/test/regress/expected/update_gp_optimizer.out  | 42 ++++++++++++++
 src/test/regress/expected/with.out                 |  2 +-
 src/test/regress/expected/with_clause.out          | 38 +++++++++++-
 .../regress/expected/with_clause_optimizer.out     | 36 ++++++++++++
 src/test/regress/expected/with_optimizer.out       |  2 +-
 src/test/regress/sql/bfv_temp.sql                  | 36 +++++++++++-
 src/test/regress/sql/correlated_subquery.sql       |  5 +-
 src/test/regress/sql/guc.sql                       |  3 -
 src/test/regress/sql/update_gp.sql                 | 23 ++++++++
 src/test/regress/sql/with_clause.sql               | 31 ++++++++++
 src/test/singlenode_regress/expected/with.out      |  2 +-
 23 files changed, 402 insertions(+), 48 deletions(-)


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

Reply via email to