rust-postgres/tokio-postgres/src/proto
Steven Fackler 364a19b0b3 Fix test
2019-01-07 21:19:09 -08:00
..
bind.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
cancel_query_raw.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
cancel_query.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
client.rs Fix test 2019-01-07 21:19:09 -08:00
codec.rs Start on tokio-postgres rewrite 2018-06-16 21:29:27 -07:00
connect_once.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
connect_socket.rs Internal connect refactoring 2019-01-06 15:20:28 -08:00
connect.rs Remove future from MakeTlsMode 2019-01-05 22:07:20 -08:00
connection.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
copy_in.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08: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
handshake.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
idle.rs Add Client::poll_idle 2018-12-22 17:02:48 -08:00
mod.rs Overhaul query cancellation 2019-01-06 18:03:51 -08:00
portal.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
prepare.rs Run clippy 2018-12-09 21:44:07 -08:00
query.rs Merge row bits 2018-12-10 20:56:22 -08:00
simple_query.rs Make internal simple query future a stream 2018-12-27 13:51:39 -05:00
statement.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
tls.rs Upgrade tokio-postgres to 2018 edition 2018-12-08 17:52:20 -08:00
transaction.rs Make internal simple query future a stream 2018-12-27 13:51:39 -05:00
typeinfo_composite.rs Run clippy 2018-12-09 21:44:07 -08:00
typeinfo_enum.rs Run clippy 2018-12-09 21:44:07 -08:00
typeinfo.rs Run clippy 2018-12-09 21:44:07 -08:00