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 406f088675e ORCA: Fix incorrect decorrelation of GROUP BY () HAVING
<outer_ref>
new dba1a324760 Support AQUMV exact-match for multi-table JOIN queries
new e9abbe0f791 Address review feedback for AQUMV join exact-match
new 2e27d4c2b3d Fix ORDER BY lost after AQUMV join rewrite
The 3 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/optimizer/plan/aqumv.c | 349 +++++++
src/backend/optimizer/plan/planner.c | 25 +-
src/include/nodes/pathnodes.h | 2 +
src/include/optimizer/aqumv.h | 1 +
src/include/optimizer/planner.h | 7 +
src/test/regress/expected/matview_data.out | 1502 +++++++++++++++++++++++++++-
src/test/regress/sql/matview_data.sql | 598 +++++++++++
7 files changed, 2440 insertions(+), 44 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]