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 e03c66deb04 Backport: Ban role pg_signal_backend from more superuser 
backend types. (#1504)
     new 56cade97970 Fix PostgreSQL::Test aliasing for Perl v5.10.1.
     new e88042b95b3 Don't trust signalfd() on illumos.
     new 7046ae0811e Fix visibility check when XID is committed in CLOG but not 
in procarray.
     new 9e807ee8e80 ecpglib: call newlocale() once per process.
     new fe889fd7a1f Fix previous commit's ecpg_clocale for ppc Darwin.
     new 30f079a55fe libpq: Improve idle state handling in pipeline mode
     new 4d00564cac9 Fix pg_upgrade to detect non-upgradable anyarray usages.
     new 421d486f8b7 Tighten pg_upgrade's new check for non-upgradable anyarray 
usages.
     new 49ffac1ad91 fix ecpglib patch
     new a99c5b89803 doc:  add examples for array_length() and 
jsonb_array_length()
     new 514da28acdb doc: Fix inconsistent quotes in some jsonb fields

The 11 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/func.sgml                             |  13 ++
 doc/src/sgml/json.sgml                             |   4 +-
 src/backend/access/transam/transam.c               |  13 +-
 src/backend/storage/ipc/latch.c                    |  58 ++++--
 src/backend/storage/ipc/procarray.c                |  12 +-
 src/backend/utils/adt/xid8funcs.c                  |  30 ++-
 src/bin/pg_upgrade/check.c                         | 137 +++++++++++++
 src/interfaces/libpq/fe-exec.c                     | 116 +++++++++--
 src/interfaces/libpq/fe-protocol3.c                |  30 +--
 src/interfaces/libpq/libpq-int.h                   |   6 +-
 src/test/modules/libpq_pipeline/libpq_pipeline.c   | 215 ++++++++++++++++++++-
 .../modules/libpq_pipeline/t/001_libpq_pipeline.pl |   3 +-
 .../libpq_pipeline/traces/pipeline_idle.trace      |  93 +++++++++
 src/test/perl/PostgreSQL/Test/Cluster.pm           |   7 +-
 src/test/perl/PostgreSQL/Test/Utils.pm             |   7 +-
 15 files changed, 651 insertions(+), 93 deletions(-)
 create mode 100644 src/test/modules/libpq_pipeline/traces/pipeline_idle.trace


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

Reply via email to