This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 2e27d4c2b3d Fix ORDER BY lost after AQUMV join rewrite
new da471123a4e Prevent pgstats from getting confused when relkind of a
relation changes
new 8d01027f574 Restrict accesses to non-system views and foreign tables
during pg_dump.
The 2 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 | 11 ++++
contrib/postgres_fdw/sql/postgres_fdw.sql | 8 +++
doc/src/sgml/config.sgml | 17 ++++++
doc/src/sgml/ref/pg_dump.sgml | 8 +++
src/backend/foreign/foreign.c | 10 ++++
src/backend/optimizer/plan/createplan.c | 13 +++++
src/backend/optimizer/util/plancat.c | 12 +++++
src/backend/rewrite/rewriteHandler.c | 17 ++++++
src/backend/tcop/postgres.c | 63 ++++++++++++++++++++++
src/backend/utils/misc/guc.c | 15 +++++-
src/bin/pg_dump/pg_dump.c | 48 +++++++++++++++++
src/include/tcop/tcopprot.h | 9 ++++
src/include/utils/unsync_guc_name.h | 1 +
src/test/regress/expected/create_view.out | 43 ++++++++++++++-
.../regress/expected/create_view_optimizer.out | 43 ++++++++++++++-
src/test/regress/sql/create_view.sql | 32 +++++++++++
16 files changed, 347 insertions(+), 3 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]