Storage release
What's new
- Compute: Added support for PostgreSQL 15.0 and its PostgreSQL extensions. For information about supported extensions, see Available PostgreSQL extensions.
- Compute: Disabled the
wal_log_hints
parameter, which is the default PostgreSQL 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.