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 04c009d9bc8 REL_2_STABLE: Fix binary swap test failure on PG version
bump (#1634)
new 01523da2e85 pg_basebackup: Fix cross-platform tablespace relocation.
new 944f7898d98 Fix ordering issue with WAL operations in GIN fast insert
path
new 9252098e22c pg_stat_statements: fetch stmt location/length before it
disappears.
new b89a6e9b239 Update time zone data files to tzdata release 2022f.
new dd98dfb9c7a Fix copy-and-pasteo in comment.
new 61472e2b5e4 Defend against unsupported partition relkind in logical
replication worker.
new 88df9d7d2c4 Allow use of __sync_lock_test_and_set for spinlocks on any
machine.
new a6983faeb05 Add casts to simplehash.h to silence C++ warnings.
new b90e568e9ce Avoid crash after function syntax error in a replication
worker.
new 749fb12c5da Create FKs properly when attaching table as partition
new 19c29311e4b Correct error message for row-level triggers with
transition tables on partitioned tables.
new f97678759ee Bump PostgreSQL kernel minor version.
new 4e67feccbe7 Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.
The 13 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:
configure | 2 +-
configure.ac | 2 +-
contrib/pg_stat_statements/pg_stat_statements.c | 16 +-
doc/src/sgml/release-14.sgml | 1037 +++++++++++++++++++++
src/backend/access/gin/ginfast.c | 5 +-
src/backend/catalog/pg_proc.c | 19 +-
src/backend/commands/tablecmds.c | 43 +-
src/backend/commands/trigger.c | 2 +-
src/backend/executor/nodeModifyTable.c | 2 +-
src/backend/replication/logical/worker.c | 20 +-
src/bin/pg_basebackup/pg_basebackup.c | 20 +-
src/include/lib/simplehash.h | 10 +-
src/include/port.h | 34 +-
src/include/storage/s_lock.h | 68 +-
src/test/regress/expected/foreign_key.out | 4 +-
src/test/regress/expected/triggers.out | 2 +-
src/test/singlenode_regress/expected/triggers.out | 2 +-
src/timezone/data/tzdata.zi | 773 ++++++---------
18 files changed, 1478 insertions(+), 583 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]