Darius Jahandarie
|
6603ddfbe4
|
add MinIdleConns
|
2025-03-15 19:14:26 +09:00 |
Jack Christensen
|
5f6636d028
|
Add context timeouts for more pgxpool tests
|
2023-05-29 11:15:40 -05:00 |
Jack Christensen
|
78875bb95a
|
Add tracing support
Replaces existing logging support. Package tracelog provides adapter for
old style logging.
https://github.com/jackc/pgx/issues/1061
|
2022-07-16 12:27:10 -05:00 |
Jack Christensen
|
a059d1099f
|
pgxpool pools always connect lazily
Rename constructor functions now that they don't actually connect.
|
2022-07-10 14:58:30 -05:00 |
Jack Christensen
|
f14fb3d692
|
Replace interface{} with any
|
2022-04-09 09:12:55 -05:00 |
Jack Christensen
|
8e341e20f3
|
Remove ConnConfig.BuildStatementCache
|
2022-03-12 09:23:40 -06:00 |
Jack Christensen
|
aad3d65e16
|
Initial restructure of simple protocol to query exec mode
|
2022-03-05 10:27:15 -06:00 |
Jack Christensen
|
9c5dfbdfb3
|
pgconn.CommandTag is now an opaque type
It now makes a copy instead of retaining driver memory. This is in
preparation to reuse the driver read buffer.
|
2022-02-12 10:26:26 -06:00 |
Jack Christensen
|
72cc95e4dd
|
Bump module version to v5
|
2021-12-11 13:29:03 -06:00 |
Jack Christensen
|
0e293b966c
|
Finish import of pgconn
|
2021-12-04 14:06:57 -06:00 |
Jack Christensen
|
968a00094e
|
Further increase wait times on timing tests for CI
|
2021-11-20 10:43:13 -06:00 |
Jack Christensen
|
d245ed47f1
|
Increase pool release conn wait time for CI
No simple way around sleeping for certain tests.
|
2021-03-04 20:06:15 -06:00 |
georgysavva
|
e29ce9f6d6
|
Add Config.Copy() in pgx and pgxpool packages. Conn.Config() and Pool.Config() return copy of the original config.
|
2020-06-02 13:35:05 +03:00 |
Jack Christensen
|
d5a6a5e7e0
|
Remove Results suffix from BatchResults methods
|
2019-08-24 23:41:28 -05:00 |
Jack Christensen
|
64b07f0d66
|
Batch uses statement cache.
This streamlines Queue's interface as well.
|
2019-08-24 23:40:21 -05:00 |
Jack Christensen
|
08b412740f
|
Rename package pool to pgxpool
pool is too common a name to occupy.
|
2019-06-29 11:37:36 -05:00 |