Fixes & improvements
- Compute: Added support for Postgres 15.0 and its Postgres extensions. For information about supported extensions, see Available Postgres extensions.
- Compute: Disabled the
wal_log_hints
parameter, which is the default Postgres setting. The Pageserver-related issue that required enablingwal_log_hints
has been addressed, and enablingwal_log_hints
is no longer necessary. - Pageserver: Added a timeline
state
field to theTimelineInfo
struct that is returned by thetimelines
internal management API endpoint. Timelinestate
information improves observability and communication between Pageserver modules.