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_hintsparameter, which is the default Postgres setting. The Pageserver-related issue that required enablingwal_log_hintshas been addressed, and enablingwal_log_hintsis no longer necessary. - Pageserver: Added a timeline 
statefield to theTimelineInfostruct that is returned by thetimelinesinternal management API endpoint. Timelinestateinformation improves observability and communication between Pageserver modules.