rust-postgres/tokio-postgres/src/proto
Steven Fackler 4a5d30b4c6 Buffer copy_in messages
Otherwise there's a ton of overhead passing tons of tiny messages over
channels.
2019-06-22 21:22:03 -07:00
..
bind.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
cancel_query_raw.rs Adjust API layout 2019-03-04 21:51:44 -08:00
cancel_query.rs Adjust API layout 2019-03-04 21:51:44 -08:00
client.rs Buffer copy_in messages 2019-06-22 21:22:03 -07:00
codec.rs Start on tokio-postgres rewrite 2018-06-16 21:29:27 -07:00
connect_once.rs Adjust API layout 2019-03-04 21:51:44 -08:00
connect_raw.rs Fix serde docs 2019-03-04 21:51:44 -08:00
connect_socket.rs Adjust API layout 2019-03-04 21:51:44 -08:00
connect.rs Adjust API layout 2019-03-04 21:51:44 -08:00
connection.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
copy_in.rs Buffer copy_in messages 2019-06-22 21:22:03 -07:00
copy_out.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
execute.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
idle.rs Add Client::poll_idle 2018-12-22 17:02:48 -08:00
maybe_tls_stream.rs Move the TLS mode into config 2019-01-13 15:07:20 -08:00
mod.rs Move the TLS mode into config 2019-01-13 15:07:20 -08:00
portal.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
prepare.rs Upgrade fallible-iterator 2019-03-10 16:32:28 -07:00
query.rs Merge row bits 2018-12-10 20:56:22 -08:00
simple_query.rs Upgrade fallible-iterator 2019-03-10 16:32:28 -07:00
statement.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
tls.rs Adjust API layout 2019-03-04 21:51:44 -08:00
transaction.rs Change batch_execute into simple_query 2019-01-31 20:35:17 -08:00
typeinfo_composite.rs Change batch_execute into simple_query 2019-01-31 20:35:17 -08:00
typeinfo_enum.rs Change batch_execute into simple_query 2019-01-31 20:35:17 -08:00
typeinfo.rs Change batch_execute into simple_query 2019-01-31 20:35:17 -08:00