This is an automated email from the ASF dual-hosted git repository.
avamingli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 84a84584c60 libpq: Bail out during SSL/GSS negotiation errors (#1633)
new b75378a5358 Parallel Hash Full Join.
new 007a778c70a Fix PHJ match bit initialization.
new 9f6fc6ab0e2 Fix instability in regression test for Parallel Hash Full
Join
new c2e37ee4a81 Parallel Hash Full Join and Right Join
new d971e822804 tests: add Parallel Hash Full/Right Join regression cases
The 5 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/pax_storage/expected/cbdb_parallel.out | 183 +++++++----
src/backend/cdb/cdbpath.c | 5 +-
src/backend/cdb/cdbpathlocus.c | 28 +-
src/backend/executor/nodeHash.c | 181 ++++++++++-
src/backend/executor/nodeHashjoin.c | 102 ++++--
src/backend/optimizer/path/joinpath.c | 14 +-
src/include/cdb/cdbpathlocus.h | 4 +-
src/include/executor/hashjoin.h | 6 +-
src/include/executor/nodeHash.h | 3 +
src/test/regress/expected/cbdb_parallel.out | 370 ++++++++++++++++------
src/test/regress/expected/join_hash.out | 140 +++++++-
src/test/regress/expected/join_hash_optimizer.out | 204 +++++++++---
src/test/regress/sql/cbdb_parallel.sql | 50 +++
src/test/regress/sql/join_hash.sql | 61 +++-
14 files changed, 1078 insertions(+), 273 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]