pgx/pgxpool
Vamshi Aruru 12b37f3218 Expose puddle.Pool's EmptyAcquireWaitTime in pgxpool's Stats
Addresses: https://github.com/jackc/pgx/issues/2205
2024-12-26 13:46:49 +05:30
..
batch_results.go Replace QueryFunc with ForEachScannedRow 2022-07-07 20:29:04 -05:00
bench_test.go Rename pgxpool.NewConfig to NewWithConfig 2022-07-30 09:16:42 -05:00
common_test.go Add context timeouts for more pgxpool tests 2023-05-29 11:15:40 -05:00
conn.go remove ctx from release tracer 2024-05-14 20:28:02 -05:00
conn_test.go Drastically increase allowed test times for potato CI 2023-07-11 21:16:08 -05:00
doc.go Replace DSN with keyword/value in comments and documentation 2024-05-11 14:33:35 -05:00
pool.go Update pgxpool.ParseConfig documentation 2024-11-05 03:09:43 +08:00
pool_test.go fix TestPoolBackgroundChecksMinConns and NewConnsCount 2023-07-22 08:28:39 -05:00
rows.go Ensure pgxpool.Pool.QueryRow.Scan releases connection on panic 2023-06-03 07:39:56 -05:00
stat.go Expose puddle.Pool's EmptyAcquireWaitTime in pgxpool's Stats 2024-12-26 13:46:49 +05:30
tracer.go remove ctx from release tracer 2024-05-14 20:28:02 -05:00
tracer_test.go adjust test 2024-05-14 20:28:02 -05:00
tx.go Fix doc discrepancies between Tx interface and pgxpool implementation 2024-08-07 08:03:41 -05:00
tx_test.go Drastically increase allowed test times for potato CI 2023-07-11 21:16:08 -05:00