Skip to content

PgBouncer 1.18.0

Compare
Choose a tag to compare
@petere petere released this 12 Dec 10:10
· 158 commits to master since this release

2022-12-12 - PgBouncer 1.18.0 - "No real mystery"

  • Features

    • Add application_name to SHOW CLIENTS/SERVERS/SOCKETS output (#449)
    • Add information about cancel requests to SHOW CLIENTS/SERVERS/POOLS output (#782)
  • Fixes

    • Fail sbuf_send_pending operation if destination socket is closed (#652)
    • Fix a few possible crashes (#700, #730)
    • Fix for overflow bug in comma-separated host list feature, causing connection to get re-routed to Unix socket (#747)
    • Don't evict connections to achieve min_pool_size (#648)
    • Fix SHOW HELP with PostgreSQL 15 (#769)
    • Fix race condition in query cancelation handling. It was possible that a query cancellation for one client canceled a query for another one. This could happen when a cancel request was received by PgBouncer when the query it was meant to cancel already completed by itself. (#717)
  • Cleanups

    • Various CI updates