This is an automated email from the ASF dual-hosted git repository.
tuhaihe pushed a change to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from bc43fd1f4dc Fix rebase issue in ac34fdb2af95
new 6654e8e8100 Block environment variable mutations from trusted PL/Perl.
new 251f21f3497 Ensure cached plans are correctly marked as dependent on
role.
new 0e2ca062c77 Add needed .gitignore files in back branches.
new a5542c056c1 src/tools/msvc: Respect REGRESS_OPTS in plcheck.
new 34732054483 Fix cross-version upgrade tests.
new 783d9249361 Fix for CBDB regression suite
The 6 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:
doc/src/sgml/plperl.sgml | 13 +++
src/backend/executor/functions.c | 6 ++
src/backend/rewrite/rewriteHandler.c | 67 +++++++++++++--
src/pl/plperl/GNUmakefile | 5 +-
src/pl/plperl/expected/.gitignore | 1 +
src/pl/plperl/input/plperl_env.source | 55 +++++++++++++
src/pl/plperl/output/plperl_env.source | 51 ++++++++++++
src/pl/plperl/plc_trusted.pl | 24 ++++++
src/pl/plperl/sql/.gitignore | 1 +
src/test/regress/expected/rowsecurity.out | 78 ++++++++++++++++++
.../regress/expected/rowsecurity_optimizer.out | 94 ++++++++++++++++++++++
src/test/regress/regress.c | 24 ++++++
src/test/regress/sql/rowsecurity.sql | 44 ++++++++++
src/tools/msvc/vcregress.pl | 4 +-
src/tools/pgindent/typedefs.list | 1 +
15 files changed, 459 insertions(+), 9 deletions(-)
create mode 100644 src/pl/plperl/expected/.gitignore
create mode 100644 src/pl/plperl/input/plperl_env.source
create mode 100644 src/pl/plperl/output/plperl_env.source
create mode 100644 src/pl/plperl/sql/.gitignore
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]