summary refs log tree commit diff
path: root/changelog.d/10440.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.40.0rc1Erik Johnston2021-08-031-1/+0
|
* Allow setting transaction limit for db connections (#10440)Toni Spets2021-08-021-0/+1
Setting the value will help PostgreSQL free up memory by recycling the connections in the connection pool. Signed-off-by: Toni Spets <toni.spets@iki.fi>