Changelog
This is a patch release for v2.48.
Bug fixes and improvements
Server
- Fix a bug in which the
connection_lifetimepool setting was not correctly set, either as a default or manual setting. This fix may result in improvements to memory usage over time (as bloated libpq client buffers are recycled), and better balancing of connections when DNS load balancing is in use. - Support PostgreSQL 18 in Docker images.
- Ignore tracing related headers while caching auth-hook responses.
- Fix for erroneous "overloaded functions are not supported" error due to oid overlap. This may manifest during a database upgrade during which oids are rewritten.
Console
- Fix a bug where saving permissions for non-admin roles in remote schemas failed.