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 e354e98eeff PAX/toast: aux's TOAST goes to pg_toast, aux itself 
clamped to PERMANENT
     new e5e92aebca2 Fix security checks in selectivity estimation functions.
     new c11d8da0de2 Convert newlines to spaces in names written in v11+ 
pg_dump comments.
     new b70df45d6bf Restrict psql meta-commands in plain-text dumps.
     new 3a64dbce00d Adapt cloudberry regression suite for regression changes

The 4 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                    |   3 +-
 src/backend/optimizer/plan/planner.c               |  33 ++
 src/backend/statistics/extended_stats.c            | 108 ++---
 src/backend/utils/adt/selfuncs.c                   | 460 +++++++++++----------
 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                       |  50 ++-
 src/bin/pg_dump/pg_restore.c                       |  22 +
 src/bin/pg_dump/t/002_pg_dump.pl                   |  40 +-
 src/bin/pg_dump/t/003_pg_dump_with_server.pl       |  17 +-
 src/bin/pg_upgrade/t/002_pg_upgrade.pl             |   2 +
 src/bin/psql/command.c                             |  94 ++++-
 src/bin/psql/help.c                                |   4 +
 src/bin/psql/t/001_basic.pl                        |   7 +
 src/bin/psql/tab-complete.c                        |   4 +-
 src/include/executor/executor.h                    |   1 +
 src/include/utils/selfuncs.h                       |   4 +-
 src/test/recovery/t/027_stream_regress.pl          |   4 +
 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 ++
 37 files changed, 1223 insertions(+), 347 deletions(-)


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

Reply via email to