Release date: 2023-09-29
Postgres core and extensions:
Added sql interface to get internal state of silk multiplexing transport.
Improved performance and correctness of manual ANALYZE for specific sharded tables.
Broadcast GRANT ON ALL TABLES IN SCHEMA for global users.
New metrics in pgpro_stat_statements to get external and internal traffic values: client_recv_bytes, client_sent_bytes, fdw_recv_bytes, fdw_sent_bytes.
Bug fixes in rebalancing process and logical replication.
Management utilities:
shardmanctl load: added checks on name conflict between local and distributed tables.
shardmanctl intcheck: new command to execute pg_integrity_check on each node.
shardmanctl config update: added pgParameters validation.
Fixed crash in shardmand and issues in backup/restore process.