This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch address_1566_p2
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
discard 68c1045347d doc: Fix inconsistent quotes in some jsonb fields
discard f9617baa1ba doc: add examples for array_length() and
jsonb_array_length()
discard 88232f8b1f4 fix ecpglib patch
discard ecdb65f95d9 Tighten pg_upgrade's new check for non-upgradable anyarray
usages.
discard 91ef885bf5a Fix pg_upgrade to detect non-upgradable anyarray usages.
discard a51013da409 libpq: Improve idle state handling in pipeline mode
discard c0af6f20b01 Fix previous commit's ecpg_clocale for ppc Darwin.
discard ee455f22078 ecpglib: call newlocale() once per process.
discard 9c48a5ecca0 Fix visibility check when XID is committed in CLOG but not
in procarray.
discard 756a8e39087 Don't trust signalfd() on illumos.
discard 303212ad7b1 Fix PostgreSQL::Test aliasing for Perl v5.10.1.
omit 195769fcd1f CREATE INDEX: use the original userid for more ACL checks.
add a16ad2b62e4 Fix DEB packaging to support multi-arch builds
add 4023235d720 Fix PostgreSQL::Test aliasing for Perl v5.10.1.
add 9d4f5ced0c3 Don't trust signalfd() on illumos.
add 2d56f551207 Fix visibility check when XID is committed in CLOG but not
in procarray.
add 4a21e34294d ecpglib: call newlocale() once per process.
add beb3fe16517 Fix previous commit's ecpg_clocale for ppc Darwin.
add e63ad5a906f libpq: Improve idle state handling in pipeline mode
add 8ac5b3b2d3d Fix pg_upgrade to detect non-upgradable anyarray usages.
add 37c82c2e25f Tighten pg_upgrade's new check for non-upgradable anyarray
usages.
add d697551a108 fix ecpglib patch
add 58a2d89cddb doc: add examples for array_length() and
jsonb_array_length()
add 39094888a2e doc: Fix inconsistent quotes in some jsonb fields
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (68c1045347d)
\
N -- N -- N refs/heads/address_1566_p2 (39094888a2e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-deb-cloudberry.yml | 11 ++-
contrib/citext/Makefile | 2 +-
contrib/citext/expected/create_index_acl.out | 78 ---------------------
contrib/citext/sql/create_index_acl.sql | 79 ---------------------
devops/build/packaging/deb/build-deb.sh | 12 +++-
devops/build/packaging/deb/ubuntu22.04/control | 2 +-
devops/build/packaging/deb/ubuntu22.04/rules | 4 +-
src/backend/commands/indexcmds.c | 96 ++++----------------------
8 files changed, 39 insertions(+), 245 deletions(-)
delete mode 100644 contrib/citext/expected/create_index_acl.out
delete mode 100644 contrib/citext/sql/create_index_acl.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]