Ryan Leckey
|
e8ecbeda36
|
WIP Query
|
2019-06-29 21:57:04 -07:00 |
|
Ryan Leckey
|
c895ef52fe
|
Decorate send/receive with trace logs for development
|
2019-06-29 21:40:33 -07:00 |
|
Ryan Leckey
|
735c8c366a
|
Fix some lint warnings
|
2019-06-29 21:34:06 -07:00 |
|
Ryan Leckey
|
4c90e026f7
|
Improve performance and minor tweaks
|
2019-06-29 21:32:39 -07:00 |
|
Ryan Leckey
|
85710a16d6
|
Update Rust
|
2019-06-28 21:43:23 -07:00 |
|
Ryan Leckey
|
ee449d351b
|
Update dependencies
|
2019-06-28 21:39:36 -07:00 |
|
Ryan Leckey
|
aa0b27af35
|
Minor clean up
|
2019-06-28 21:36:46 -07:00 |
|
Ryan Leckey
|
b81eda3673
|
Remove use_small_heuristics
|
2019-06-28 21:35:12 -07:00 |
|
Ryan Leckey
|
c59e65d65b
|
Add some additional decode benchmarks
|
2019-06-28 00:30:43 -07:00 |
|
Ryan Leckey
|
903f674257
|
Assume Postgres isn't lying (use UTF-8 unchecked)
|
2019-06-28 00:30:12 -07:00 |
|
Ryan Leckey
|
631f91ea16
|
Add tests for BackendKeyData and ParameterStatus
|
2019-06-28 00:29:56 -07:00 |
|
Ryan Leckey
|
5c73e220b6
|
Set up a connection benchmark using a mocked pg server
|
2019-06-26 12:49:08 -07:00 |
|
Ryan Leckey
|
8a4c5ea2fe
|
Integrate new protocol crate to connection
|
2019-06-22 21:44:13 -07:00 |
|
Ryan Leckey
|
22f71df7c7
|
mason -> sqlx
|
2019-06-22 20:54:43 -07:00 |
|
Ryan Leckey
|
2c7475ef0b
|
Implement StartupMessage and bench PasswordMessage
|
2019-06-22 20:51:10 -07:00 |
|
Ryan Leckey
|
96690d195f
|
Add constructors for PasswordMessage
|
2019-06-22 20:15:16 -07:00 |
|
Ryan Leckey
|
6c02124eab
|
WIP: Work on PasswordMessage and StartupMessage
|
2019-06-21 22:57:14 -07:00 |
|
Ryan Leckey
|
d3121c60cf
|
Rename NoticeResponse to Response; clean up tests
|
2019-06-21 22:47:15 -07:00 |
|
Ryan Leckey
|
3fa880f5f3
|
Optimize encode performance for NoticeResponse
|
2019-06-21 20:58:32 -07:00 |
|
Ryan Leckey
|
65c41d0484
|
Implement Encode for NoticeResponse (with builder)
|
2019-06-21 20:35:41 -07:00 |
|
Ryan Leckey
|
888f18cdf2
|
WIP: NoticeResponseBuilder
|
2019-06-20 22:56:33 -07:00 |
|
Ryan Leckey
|
eaeef57b96
|
Experiment with lazy decoding of NoticeResponse
|
2019-06-20 22:41:13 -07:00 |
|
Ryan Leckey
|
a624578726
|
Add initial types for Auth and BackendKeyData
|
2019-06-18 23:16:01 -07:00 |
|
Ryan Leckey
|
4d8d476fbb
|
Implement Encode for Message and test Decode on ReadyForQuery
|
2019-06-18 22:18:46 -07:00 |
|
Ryan Leckey
|
c894310422
|
Implement NoticeResponse
|
2019-06-18 22:04:07 -07:00 |
|
Ryan Leckey
|
3a2a32405c
|
Initial start on a stand-alone crate for the protocol
|
2019-06-15 23:15:19 -07:00 |
|
Ryan Leckey
|
3bc3be1ab1
|
Work more on client/server protocol
|
2019-06-15 23:13:54 -07:00 |
|
Ryan Leckey
|
9b1d8fe3cc
|
Implement Connection::execute for postgres
|
2019-06-11 03:41:15 -07:00 |
|
Ryan Leckey
|
5d73307028
|
Break up connection commands into their own files
|
2019-06-11 03:11:33 -07:00 |
|
Ryan Leckey
|
3bb8c17c57
|
Support sending passwords in cleartext
|
2019-06-10 22:07:47 -07:00 |
|
Ryan Leckey
|
fda6d9ef81
|
Establish a solid foundation with mason-postgres
|
2019-06-10 21:59:56 -07:00 |
|
Ryan Leckey
|
1e983a2a8b
|
Add a note about AsyncDrop
|
2019-06-10 21:57:50 -07:00 |
|
Ryan Leckey
|
febcd9eb1f
|
Add some experimental usage thoughts
|
2019-06-10 21:57:43 -07:00 |
|
Ryan Leckey
|
1bf942e4ea
|
pg: set runtime parameters on startup
|
2019-06-07 20:21:33 -07:00 |
|
Ryan Leckey
|
ecb7437db4
|
Set the name to mason in the readme
|
2019-06-07 18:00:29 -07:00 |
|
Ryan Leckey
|
7fd4918c48
|
Initial low-level connection interface
|
2019-06-07 15:34:21 -07:00 |
|
Ryan Leckey
|
d29b24abf0
|
Initial commit
|
2019-06-06 06:10:50 -07:00 |
|