pgsql: Avoid looping over all type cache entries in TypeCacheRelCallbac

2024-08-24 Thread Alexander Korotkov
Avoid looping over all type cache entries in TypeCacheRelCallback() Currently when a single relcache entry gets invalidated, TypeCacheRelCallback() has to loop over all type cache entries to find appropriate typentry to invalidate. Unfortunately, using the syscache here is impossible, because thi

pgsql: Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) comm

2024-08-24 Thread Alexander Korotkov
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands This commit reverts 1adf16b8fb, 87c21bb941, and subsequent fixes and improvements including df64c81ca9, c99ef1811a, 9dfcac8e15, 885742b9f8, 842c9b2705, fcf80c5d5f, 96c7381c4c, f4fc7cb54b, 60ae37a8bc, 259c96fa8f, 449cdcd486, 3ca43

pgsql: Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) comm

2024-08-24 Thread Alexander Korotkov
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands This commit reverts 1adf16b8fb, 87c21bb941, and subsequent fixes and improvements including df64c81ca9, c99ef1811a, 9dfcac8e15, 885742b9f8, 842c9b2705, fcf80c5d5f, 96c7381c4c, f4fc7cb54b, 60ae37a8bc, 259c96fa8f, 449cdcd486, 3ca43

pgsql: Add list of acknowledgments to release notes

2024-08-24 Thread Peter Eisentraut
Add list of acknowledgments to release notes This contains all individuals mentioned in the commit messages during PostgreSQL 17 development. current through REL_17_BETA3 Branch -- REL_17_STABLE Details --- https://git.postgresql.org/pg/commitdiff/29e125319896aa5567d5274e8185bb7088e101a

pgsql: pg_createsubscriber: Message style improvements

2024-08-24 Thread Peter Eisentraut
pg_createsubscriber: Message style improvements Branch -- REL_17_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bf886dfdd444ffa8b8bbddd2015de893a6aefb96 Modified Files -- doc/src/sgml/ref/pg_createsubscriber.sgml | 5 +-- src/bin/pg_basebackup/pg_createsubscrib

pgsql: pg_createsubscriber: Message style improvements

2024-08-24 Thread Peter Eisentraut
pg_createsubscriber: Message style improvements Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6e8a0317b4c062d4d524b916e10ca7f351ed0793 Modified Files -- doc/src/sgml/ref/pg_createsubscriber.sgml | 5 +-- src/bin/pg_basebackup/pg_createsubscriber.c |