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 0da40ef58f6 Adapt regreesion test suite for changes
     new 31b18ef365e Fix security checks in selectivity estimation functions.
     new 16201010cd1 Convert newlines to spaces in names written in v11+ 
pg_dump comments.
     new c55112bb29a Restrict psql meta-commands in plain-text dumps.
     new 9c72478b3f8 Fix MSVC pg_upgrade test.
     new 95ae593ccef Adapt Cloudberry ABI compatibility checkers for 
CVE-2025-8714 fix
     new 6c230b3f900 regression fixes

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/ref/pg_dump.sgml                      |  35 ++
 doc/src/sgml/ref/pg_dumpall.sgml                   |  30 ++
 doc/src/sgml/ref/pg_restore.sgml                   |  34 ++
 doc/src/sgml/ref/pgupgrade.sgml                    |   8 +
 doc/src/sgml/ref/psql-ref.sgml                     |  36 ++
 src/backend/executor/execMain.c                    |   1 -
 src/backend/optimizer/plan/planner.c               |  30 ++
 src/backend/statistics/extended_stats.c            | 108 ++---
 src/backend/utils/adt/selfuncs.c                   | 464 +++++++++++----------
 src/bin/pg_dump/dumputils.c                        |  75 ++++
 src/bin/pg_dump/dumputils.h                        |   3 +
 src/bin/pg_dump/pg_backup.h                        |   4 +
 src/bin/pg_dump/pg_backup_archiver.c               |  69 ++-
 src/bin/pg_dump/pg_dump.c                          |  26 +-
 src/bin/pg_dump/pg_dumpall.c                       |  52 ++-
 src/bin/pg_dump/pg_restore.c                       |  31 ++
 src/bin/pg_dump/t/002_pg_dump.pl                   |  40 +-
 src/bin/pg_dump/t/003_pg_dump_with_server.pl       |  19 +-
 src/bin/pg_upgrade/test.sh                         |   2 +
 src/bin/psql/command.c                             |  94 ++++-
 src/bin/psql/help.c                                |   4 +
 src/bin/psql/tab-complete.c                        |   4 +-
 src/include/executor/executor.h                    |   1 +
 src/include/utils/selfuncs.h                       |   4 +-
 src/test/binary_swap/expected/diff_dumps.out       |   2 +-
 src/test/binary_swap/sql/diff_dumps.sql            |   2 +-
 src/test/regress/expected/minirepro.out            |   8 +-
 src/test/regress/expected/privileges.out           |  13 +-
 src/test/regress/expected/psql.out                 |   2 +
 src/test/regress/expected/rowsecurity.out          |  73 +++-
 .../regress/expected/rowsecurity_optimizer.out     |  77 +++-
 src/test/regress/expected/stats_ext.out            |  60 ++-
 src/test/regress/expected/stats_ext_optimizer.out  |  60 ++-
 src/test/regress/sql/privileges.sql                |  12 +-
 src/test/regress/sql/psql.sql                      |   2 +
 src/test/regress/sql/rowsecurity.sql               |  51 ++-
 src/test/regress/sql/stats_ext.sql                 |  39 ++
 src/tools/msvc/vcregress.pl                        |   4 +-
 38 files changed, 1221 insertions(+), 358 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to