A.1. Postgres Pro Shardman 14.17.2 #

Release date: 2025-04-14

This release is based on PostgreSQL 14.17 and Shardman 14.17.1 and provides new features, optimizations and bug fixes. Major changes are as follows:

A.1.1. Core and Extensions #

  • Added the csn_max_shift and csn_max_shift_error configuration parameters to work with CSN snapshots for the distributed queries and imported snapshots.

  • Added the shardman.context_log configuration parameter that allows the coordinator to see the error context on a worker.

  • Deleted the csn_max_commit_shift and csn_max_snapshot_shift configuration parameters.

  • Forbade access to global views from standby servers.

  • Updated the ABORT command output for workers that now shows a detailed information about the abort reasons on a coordinator.

  • Optimized the MergeAppend behavior to consider the cheapest sorted total path. Previously the most efficient path could not be chosen by the planner.

A.1.2. Management Utilities #