rust-postgres/tokio-postgres/src/proto
2018-08-12 21:23:21 -06:00
..
cancel.rs tokio-postgres query cancellation 2018-06-27 22:37:43 -07:00
client.rs Make copy_in stream more flexible 2018-08-12 21:23:21 -06:00
codec.rs Start on tokio-postgres rewrite 2018-06-16 21:29:27 -07:00
connect.rs Set TCP_NODELAY for tokio-postgres 2018-07-05 21:36:50 -07:00
connection.rs copy in support 2018-08-12 20:19:27 -06:00
copy_in.rs Make copy_in stream more flexible 2018-08-12 21:23:21 -06:00
copy_out.rs Copy out support 2018-07-15 19:40:15 -07:00
execute.rs Don't hold strong references in statements 2018-07-07 16:43:07 -07:00
handshake.rs Move TLS logic to connect future 2018-06-26 22:04:15 -07:00
mod.rs copy in support 2018-08-12 20:19:27 -06:00
prepare.rs Don't hold strong references in statements 2018-07-07 16:43:07 -07:00
query.rs Don't hold strong references in statements 2018-07-07 16:43:07 -07:00
row.rs Working select/execute 2018-06-20 20:06:11 -04:00
simple_query.rs Implement batch_execute 2018-07-07 22:42:04 -07:00
socket.rs Move TLS logic to connect future 2018-06-26 22:04:15 -07:00
statement.rs Don't hold strong references in statements 2018-07-07 16:43:07 -07:00
transaction.rs Basic transaction support 2018-07-14 14:59:37 -07:00
typeinfo_composite.rs Fix pipelined preparation 2018-07-08 16:06:53 -07:00
typeinfo_enum.rs Fix pipelined preparation 2018-07-08 16:06:53 -07:00
typeinfo.rs Fix pipelined preparation 2018-07-08 16:06:53 -07:00