pgx/pool
Jack Christensen f572b336b1 Improve pool Acquire / Release performance
Release was using a goroutine every time. Now it only starts a goroutine
when doing something that may take a while. (Destroy and afterRelease)
2019-05-04 17:36:08 -05:00
..
batch_results.go Add SendBatch to pool 2019-04-25 15:07:35 -05:00
bench_test.go Improve pool Acquire / Release performance 2019-05-04 17:36:08 -05:00
common_test.go Run pool tests parallel 2019-04-25 15:41:17 -05:00
conn.go Improve pool Acquire / Release performance 2019-05-04 17:36:08 -05:00
conn_test.go Run pool tests parallel 2019-04-25 15:41:17 -05:00
pool.go Improve pool Acquire / Release performance 2019-05-04 17:36:08 -05:00
pool_test.go Add AfterConnect hook to pool 2019-04-27 16:09:23 -05:00
rows.go Use pgproto3.FieldDescription instead of pgx version 2019-05-04 13:47:18 -05:00
stat.go Add pool configuration 2019-04-13 18:55:02 -05:00
tx.go Add CopyFrom to pool 2019-04-25 15:35:53 -05:00
tx_test.go Run pool tests parallel 2019-04-25 15:41:17 -05:00