main
fix: Use rfc3339 to decode date from text (#3411)
fix spelling (#4069)
feat: add ipnet support (#3710)
chore: run `cargo fmt`
chore: Fix warnings for custom postgres_## cfg flags (#3950)
doc(pg): document behavior of `bigdecimal` and `rust_decimal` with out-of-range values
groundwork for 0.9.0-alpha.1 (#3821)
Make Encode return a result (#3126)
feat: implement Encode, Decode, Type for `Arc<str>` and `Arc<[u8]>` (and `Rc` equivalents) (#3675)
Support PgHstore by default in macros (#3514)
fix: audit `sqlx_postgres::type::int` for bad casts
Add support for Postgres lquery arrays (#3553)
Rename `PgLTree::from` to `from_labels` and add `From<Vec<PgLTreeLabel>>` implementation (#3949)
doc: Minor rust docs fixes (#3312)
fix(postgres): fix missing inversion on `PgNumeric::is_valid_digit()`
refactor(postgres): make better use of traits to improve protocol handling
Derive Copy where possible (#3577)
feat(Postgres): support nested domain types (#3641)
fix[sqlx-postgres]: do a checked_mul to prevent panic when casting from db (#3919)
fix: clippy warnings
Break drivers out into separate crates, clean up some technical debt (#2039)