rust-postgres/tokio-postgres/src
Juan Aguilar Santillana a2ca75e9c4 Prettify host cast as str
2020-09-20 10:43:22 +00:00
..
error Add newline before DETAIL and HINT 2020-08-01 11:12:22 -04:00
binary_copy.rs Move binary copy stuff directly into main crate 2019-12-08 18:30:47 -08:00
bind.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00
cancel_query_raw.rs Return a custom TlsStream rather than a ChannelBinding up front 2019-10-27 14:25:58 -07:00
cancel_query.rs Support copy_out 2019-07-31 20:15:17 -07:00
cancel_token.rs Support cancellation in synchronous client 2019-12-29 14:08:17 -05:00
client.rs Explicitly terminate the connection in sync API 2020-07-27 21:42:02 -04:00
codec.rs Update tokio-util 2020-03-05 05:31:43 -08:00
config.rs Expose accessors on Config object 2019-12-29 15:15:48 -05:00
connect_raw.rs Don't suppress notices during startup flow 2020-01-31 00:37:01 -05:00
connect_socket.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00
connect_tls.rs Doc cleanup and "real" extensible enums 2019-12-21 18:14:28 -08:00
connect.rs Prettify host cast as str 2020-09-20 10:43:22 +00:00
connection.rs Log notices in Connection::poll impl 2020-03-05 15:51:08 -08:00
copy_in.rs Add remaining log statements 2019-12-17 18:11:40 -08:00
copy_out.rs Remove debugging printlns from copy out protocol 2019-12-25 11:12:55 -05:00
generic_client.rs Fix clippy 2020-06-10 16:54:07 -07:00
lib.rs Add Debug and Clone to AsyncMessage 2020-07-13 15:15:34 -07:00
maybe_tls_stream.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00
portal.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00
prepare.rs Add remaining log statements 2019-12-17 18:11:40 -08:00
query.rs Add remaining log statements 2019-12-17 18:11:40 -08:00
row.rs Make requested changes 2020-02-17 17:10:51 +00:00
simple_query.rs Add remaining log statements 2019-12-17 18:11:40 -08:00
socket.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00
statement.rs Add Debug impls. 2020-02-17 17:10:51 +00:00
tls.rs Return a custom TlsStream rather than a ChannelBinding up front 2019-10-27 14:25:58 -07:00
to_statement.rs remove uuid 0.7 support 2019-12-19 16:41:26 -08:00
transaction_builder.rs Allow opt-out of transaction settings 2020-01-10 17:49:18 -08:00
transaction.rs Re-add savepoint method to Transaction 2020-05-01 12:55:48 -04:00
types.rs Split ToSql/FromSql out to a separate crate 2019-10-07 17:14:18 -07:00