PostgreSQL: Release Notes (original) (raw)

E.1. Release 9.6.24

Release date: 2021-11-11

This release contains a variety of fixes from 9.6.23. For information about new features in the 9.6 major release, see Section E.25.

This is expected to be the last PostgreSQL release in the 9.6.X series. Users are encouraged to update to a newer release branch soon.

E.1.1. Migration to Version 9.6.24

A dump/restore is not required for those running 9.6.X.

However, note that installations using physical replication should update standby servers before the primary server, as explained in the third changelog entry below.

Also, several bugs have been found that may have resulted in corrupted indexes, as explained in the next several changelog entries. If any of those cases apply to you, it's recommended to reindex possibly-affected indexes after updating.

Also, if you are upgrading from a version earlier than 9.6.21, see Section E.4.

E.1.2. Changes