Among the 14 debian patches available in version 17.1-1 of the package, we noticed the following issues:
There are 4 open security issues in trixie.
commit fbda4786353a327173dcb3356de405b5558583cf Author: Christoph Berg <myon@debian.org> Date: Tue Nov 19 15:41:19 2024 +0100 New upstream version 17.2. + Repair ABI break for extensions that work with struct ResultRelInfo Last week's minor releases unintentionally broke binary compatibility with timescaledb and several other extensions. Restore the affected structure to its previous size, so that such extensions need not be rebuilt. + Restore functionality of ALTER {ROLE|DATABASE} SET role The fix for CVE-2024-10978 accidentally caused settings for role to not be applied if they come from non-interactive sources, including previous ALTER {ROLE|DATABASE} commands and the PGOPTIONS environment variable.