This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from e42fcdd4887 Suppress DISTRIBUTED BY notices in bfv_joins test (#1612)
new 59678645105 Fix trim_array() for zero-dimensional array argument.
new 34f970ab120 Fix incorrect tests for SRFs in
relation_can_be_sorted_early().
new 89690e41d26 Clarify DROP EXTENSION docs regarding explicitly dependent
routines
new 029421f3eaa Fix assorted doc typos
new 7e30f9d1500 Add proper regression test for the recent SRFs-in-pathkeys
problem.
new 5bee95685be postgres_fdw: Disable batch insertion when there are WCO
constraints.
new b80b084ad45 Fix non-bulletproof ScalarArrayOpExpr code for extended
statistics.
new b21886b0cd6 Fix handling of bare boolean expressions in
mcv_get_match_bitmap.
new 0d3b0d87f59 Partially undo commit 94da73281.
new 4175410d6f2 First-draft release notes for 14.5.
new 43078de8744 Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.
new 49833d6ea46 Last-minute updates for release notes.
The 12 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/postgres_fdw/expected/postgres_fdw.out | 44 +
contrib/postgres_fdw/postgres_fdw.c | 6 +-
contrib/postgres_fdw/sql/postgres_fdw.sql | 16 +
doc/src/sgml/brin.sgml | 2 +-
doc/src/sgml/ref/drop_extension.sgml | 7 +-
doc/src/sgml/release-14.sgml | 936 +++++++++++++++++++++
src/backend/nodes/nodeFuncs.c | 6 +
src/backend/optimizer/path/equivclass.c | 4 +-
src/backend/optimizer/util/tlist.c | 11 +
src/backend/statistics/extended_stats.c | 11 +-
src/backend/statistics/mcv.c | 61 +-
src/backend/utils/adt/arrayfuncs.c | 9 +-
src/include/optimizer/optimizer.h | 5 -
src/test/regress/expected/arrays.out | 2 +
src/test/regress/expected/incremental_sort.out | 12 -
.../expected/incremental_sort_optimizer.out | 14 -
src/test/regress/expected/select_parallel.out | 27 +
src/test/regress/expected/stats_ext.out | 41 +-
src/test/regress/expected/stats_ext_optimizer.out | 41 +-
src/test/regress/sql/arrays.sql | 1 +
src/test/regress/sql/incremental_sort.sql | 2 -
src/test/regress/sql/select_parallel.sql | 6 +
src/test/regress/sql/stats_ext.sql | 31 +-
23 files changed, 1201 insertions(+), 94 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]