Jack Christensen
|
14172b138b
|
Add more docs
|
2019-01-05 18:40:33 -06:00 |
|
Jack Christensen
|
2959411c41
|
CommandTag is string
|
2019-01-05 18:06:25 -06:00 |
|
Jack Christensen
|
8feee74396
|
CommandTag is string
|
2019-01-05 18:06:25 -06:00 |
|
Jack Christensen
|
2c8971b382
|
Rename some types and methods
|
2019-01-05 18:01:57 -06:00 |
|
Jack Christensen
|
2f0db78865
|
Rename some types and methods
|
2019-01-05 18:01:57 -06:00 |
|
Jack Christensen
|
379be3508b
|
Add some docs for batch
|
2019-01-05 17:46:47 -06:00 |
|
Jack Christensen
|
caf72c627a
|
Add some docs for batch
|
2019-01-05 17:46:47 -06:00 |
|
Jack Christensen
|
04ee3b8cbd
|
Remove Pg prefix for a couple types
|
2019-01-05 17:41:43 -06:00 |
|
Jack Christensen
|
c3da7991ba
|
Remove Pg prefix for a couple types
|
2019-01-05 17:41:43 -06:00 |
|
Jack Christensen
|
cddf011806
|
Big restructure to better handle context cancel
|
2019-01-05 17:37:28 -06:00 |
|
Jack Christensen
|
31cb2b4e72
|
Big restructure to better handle context cancel
|
2019-01-05 17:37:28 -06:00 |
|
Jack Christensen
|
64e80f1f72
|
Add benchmarks when cancellable
|
2019-01-02 18:16:20 -06:00 |
|
Jack Christensen
|
67725478c5
|
Add benchmarks when cancellable
|
2019-01-02 18:16:20 -06:00 |
|
Jack Christensen
|
fa5e1d3ec4
|
Back out of some over optimization
|
2019-01-02 18:16:08 -06:00 |
|
Jack Christensen
|
381f0ca040
|
Back out of some over optimization
|
2019-01-02 18:16:08 -06:00 |
|
Jack Christensen
|
ec622237e9
|
Extract startOperation
|
2019-01-02 14:56:24 -06:00 |
|
Jack Christensen
|
8af697bacf
|
Extract startOperation
|
2019-01-02 14:56:24 -06:00 |
|
Jack Christensen
|
de2b9bb301
|
Tweak RecoverFromTimeout docs
|
2019-01-02 14:20:10 -06:00 |
|
Jack Christensen
|
ad7a822723
|
Tweak RecoverFromTimeout docs
|
2019-01-02 14:20:10 -06:00 |
|
Jack Christensen
|
475720d172
|
Fix typo
|
2019-01-02 14:10:57 -06:00 |
|
Jack Christensen
|
166e5e4e9d
|
Fix typo
|
2019-01-02 14:10:57 -06:00 |
|
Jack Christensen
|
b213299a92
|
Add ensureReadyForQuery to pgconn
|
2019-01-02 13:59:00 -06:00 |
|
Jack Christensen
|
b3cc9aa8a7
|
Add ensureReadyForQuery to pgconn
|
2019-01-02 13:59:00 -06:00 |
|
Jack Christensen
|
460946d662
|
Move notice handling to pgconn
|
2019-01-02 13:15:26 -06:00 |
|
Jack Christensen
|
19a8df16b6
|
Move notice handling to pgconn
|
2019-01-02 13:15:26 -06:00 |
|
Jack Christensen
|
89c3d8af5d
|
Remove ExecEx
|
2019-01-02 12:52:37 -06:00 |
|
Jack Christensen
|
12857ad05b
|
Implement pgx.Conn.Exec in terms of pgconn.PgConn.Exec
|
2019-01-02 12:32:36 -06:00 |
|
Jack Christensen
|
6d2fa9c5cf
|
Handle empty query response
|
2019-01-02 12:28:11 -06:00 |
|
Jack Christensen
|
23cbe89dfd
|
Handle empty query response
|
2019-01-02 12:28:11 -06:00 |
|
Jack Christensen
|
d545e0704e
|
Prepare returns description
|
2019-01-01 18:03:20 -06:00 |
|
Jack Christensen
|
413ef99979
|
Prepare returns description
|
2019-01-01 18:03:20 -06:00 |
|
Jack Christensen
|
547741ae6a
|
Fix bug with ready for query counter
|
2019-01-01 17:08:56 -06:00 |
|
Jack Christensen
|
48f563a5f7
|
Fix bug with ready for query counter
|
2019-01-01 17:08:56 -06:00 |
|
Jack Christensen
|
7986e2726d
|
pgx uses pgconn.CommandTag instead of own definition
|
2019-01-01 16:55:48 -06:00 |
|
Jack Christensen
|
7f9540438c
|
pgx uses pgconn.CommandTag instead of own definition
|
2019-01-01 16:55:48 -06:00 |
|
Jack Christensen
|
fdbf2ba728
|
Use pgproto3 instead of custom message encoders
|
2019-01-01 14:32:42 -06:00 |
|
Jack Christensen
|
ddd37cf557
|
Use pgproto3 instead of custom message encoders
|
2019-01-01 14:32:42 -06:00 |
|
Jack Christensen
|
11964a6ec3
|
Add non-buffered benchmark
|
2019-01-01 14:17:17 -06:00 |
|
Jack Christensen
|
2818e268a8
|
Add non-buffered benchmark
|
2019-01-01 14:17:17 -06:00 |
|
Jack Christensen
|
bd2a5d97d0
|
Add benchmark to pgconn
|
2019-01-01 14:10:24 -06:00 |
|
Jack Christensen
|
96680d6489
|
Add benchmark to pgconn
|
2019-01-01 14:10:24 -06:00 |
|
Jack Christensen
|
914766af9b
|
Use result readers in next/get fashion
|
2019-01-01 14:10:16 -06:00 |
|
Jack Christensen
|
0330052b0a
|
Use result readers in next/get fashion
|
2019-01-01 14:10:16 -06:00 |
|
Jack Christensen
|
9af9f57f15
|
Remove another allocation
|
2019-01-01 13:56:09 -06:00 |
|
Jack Christensen
|
b12b579814
|
Remove another allocation
|
2019-01-01 13:56:09 -06:00 |
|
Jack Christensen
|
c067c970cf
|
Remove another allocation
|
2019-01-01 13:52:04 -06:00 |
|
Jack Christensen
|
4f00c6aebd
|
Add pgconn stress test
|
2019-01-01 13:49:12 -06:00 |
|
Jack Christensen
|
d31f38affb
|
Add pgconn stress test
|
2019-01-01 13:49:12 -06:00 |
|
Jack Christensen
|
8df3f2010f
|
Avoid allocating strings in common message types
|
2019-01-01 13:47:37 -06:00 |
|
Jack Christensen
|
356a6c43d2
|
Avoid allocating strings in common message types
|
2019-01-01 13:47:37 -06:00 |
|