master
Chore(postgres): prefer sub-crates of `futures`
Upgrade to tokio 0.3
doc: improve `check_connection` doc comment
Merge pull request #1225 from transcaffeine/master
Replace parts of `futures-util` with std APIs
Fix latest clippy warnings
query_typed tweaks
Blocking binary copy support
Add support for bit-vec 0.7 & 0.8
Add RowIter::rows_affected
feat: add is_really_closed feature to non-async postgres lib
fix clippy
Don't spawn off connection in blocking impl