This website requires JavaScript.
Explore
Help
Sign In
gopkg
/
pgx
Watch
2
Star
0
Fork
0
You've already forked pgx
Code
Activity
Files
583c8d3b258ee9f375badd99b2e0ca887e6fe767
pgx
/
pool
T
History
Jack Christensen
583c8d3b25
Use pgproto3.FieldDescription instead of pgx version
...
This allows removing a malloc and memcpy.
2019-05-04 13:47:18 -05:00
..
batch_results.go
Add SendBatch to pool
2019-04-25 15:07:35 -05:00
common_test.go
Run pool tests parallel
2019-04-25 15:41:17 -05:00
conn_test.go
Run pool tests parallel
2019-04-25 15:41:17 -05:00
conn.go
Add pool MaxConnLifetime
2019-04-27 10:25:53 -05:00
pool_test.go
Add AfterConnect hook to pool
2019-04-27 16:09:23 -05:00
pool.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_test.go
Run pool tests parallel
2019-04-25 15:41:17 -05:00
tx.go
Add CopyFrom to pool
2019-04-25 15:35:53 -05:00