devel: fix: db-channel-enabled not reloadable on config reload
Fixes #4894. Signed-off-by: Taimoor Zaeem taimoorzaeem@gmail.com
Fixes #4894. Signed-off-by: Taimoor Zaeem taimoorzaeem@gmail.com
Fixed Fix admin server crashing without a way to recover by @taimoorzaeem in #5096
Fixed Fix admin server dying silently by @Vlix, @mkleczek, @steve-chavez in #5012
Fixed Fix admin server not logging cause of failure by @taimoorzaeem in #5012
Fixed Fix connection retrying message in PGRST000 error by @netqo in #4980 Remove redundant "Retrying the connection." from message because it is logged separately Fix request failures when work_mem is set on a role by @laurenceisla in #4955
Fixed Fix race condition in pool_available metric causing negative values during network instability by @mkleczek in #4622
Fixed Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678 Restore Listener query shape so it can be found in pg_stat_activity by @mkleczek in #4857 #4859 The LISTEN channel now automatically recovers when it stops working due to a PostgreSQL bug @laurenceisla in #3147 Fix misleading "Functions" name on schema cache summary in startup logs by @taimoorzaeem in #4821
Added Log when the pool is released during schema cache reload on log-level=debug by @mkleczek in #4668 Fixed Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in #4645
Added Log host, port and pg version of listener database connection by @mkleczek in #4617 #4618 Fixed Remove red herring warp logs on default log-level, only emit them on log-level=debug by @steve-chavez in #4799
Added Log a HINT when the LISTEN channel stops working due to a PostgreSQL bug by @laurenceisla in #4581 Fixed Fix invalid OpenAPI 2.0 format for integer types (smallint, integer, bigint) by @arturbent0 in #4641
Fixed Fix not logging SIGTERM and SIGINT by @steve-chavez in #4728
Fixed Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675