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 c9dc773b2a7 Fix PAX CException stack overflow by pass-by-reference and 
shrinking buffer
     new 6b10f42c2af Check for CREATE privilege on the schema in CREATE 
STATISTICS.
     new 28538ac2593 libpq: Prevent some overflows of int/size_t
     new 12423281bf0 Adapt CBDB regression test suite for 07ffe0783

The 3 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:
 src/backend/commands/statscmds.c                  |  17 +++-
 src/backend/commands/tablecmds.c                  |   2 +-
 src/backend/tcop/utility.c                        |   2 +-
 src/include/commands/defrem.h                     |   2 +-
 src/interfaces/libpq/fe-connect.c                 |  17 +++-
 src/interfaces/libpq/fe-exec.c                    | 103 ++++++++++++++++++----
 src/interfaces/libpq/fe-print.c                   |  61 +++++++++++--
 src/interfaces/libpq/fe-protocol3.c               |  67 +++++++++++---
 src/interfaces/libpq/libpq-int.h                  |  11 ++-
 src/test/regress/expected/stats_ext.out           |  36 ++++++++
 src/test/regress/expected/stats_ext_optimizer.out |  36 ++++++++
 src/test/regress/sql/stats_ext.sql                |  33 +++++++
 12 files changed, 349 insertions(+), 38 deletions(-)


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

Reply via email to