transaction-mode pool
RU: пул в transaction mode
A PgBouncer pooling mode where a server connection is assigned to a client only for the duration of a single transaction, then returned to the pool. Enables far fewer backend connections than session mode but breaks session-scoped features like prepared statements, advisory locks, session-level SET parameters, session advisory locks, WITH HOLD cursors, and LISTEN/NOTIFY.