GitHub / rust-postgres/rust-postgres / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 1084ca8f | build(protocol): upgrade base64 to 0.23 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
30 days ago | |
| 6bf367c3 | style: fix clippy::useless_borrows_in_formatting |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
about 1 month ago | |
| bb532606 | build(derive): upgrade syn to 3.0 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
about 1 month ago | |
| e506ab93 | chore: update lockfile | Paolo Barbolini <p****i@m****t> | 2 months ago | |
| e47a75e7 | Release postgres v0.19.14 | Paolo Barbolini <p****i@m****t> | 2 months ago | |
| f1cb6ec0 | Release tokio-postgres v0.7.18 | Paolo Barbolini <p****i@m****t> | 2 months ago | |
| 70cf8eb6 | Release postgres-types v0.2.14 | Paolo Barbolini <p****i@m****t> | 2 months ago | |
| 5cdab55a | Release postgres-derive v0.4.9 | Paolo Barbolini <p****i@m****t> | 2 months ago | |
| 76062c9b | Release postgres-protocol v0.6.12 | Paolo Barbolini <p****i@m****t> | 2 months ago | |
| d40097a3 | fix(protocol): bound the SCRAM iteration count to prevent a DoS |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
2 months ago | |
| b661993b | fix(derive): error instead of panicking on incomplete composite values |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
2 months ago | |
| 2af79a03 | fix(types): avoid panic decoding out-of-range time 0.2 dates/timestamps |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
3 months ago | |
| 7a00ffa9 | fix(tokio): reject DataRow with a field count that differs from the columns |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
3 months ago | |
| a7cf84b5 | fix(protocol): avoid panic on out-of-bounds hstore key/value length |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
3 months ago | |
| 7cf186f6 | test(protocol): add test for SCRAM error value parsing | Paolo Barbolini <p****i@m****t> | 3 months ago | |
| 4dd7e877 | fix(protocol): inverted character match in SCRAM error value parser |
Vladislav Nezhutin <e****r@y****z>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| a6507ccb | chore: renew expiring test SSL certificate |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
3 months ago | |
| d13bb5e0 | build(deps): upgrade semver compatible Rust dependencies |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
3 months ago | |
| 6e6a6278 | Release postgres-native-tls v0.5.3 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| ecc852e7 | Release postgres-openssl v0.5.3 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| bd92e542 | Release postgres v0.19.13 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| 35a85bdb | Release tokio-postgres v0.7.17 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| 64674ba8 | Release postgres-types v0.2.13 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| 40b760d8 | Release postgres-derive v0.4.8 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| 6c922982 | Release postgres-protocol v0.6.11 | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| e088d7d7 | style(clippy): fix `clippy::useless_conversion` | Paolo Barbolini <p****i@m****t> | 5 months ago | |
| 19897e8f | build(deps): upgrade semver compatible Rust dependencies |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
5 months ago | |
| 25849265 | build(deps): upgrade RustCrypto dependencies |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
5 months ago | |
| 10a77247 | chore: add bit-vec v0.9 support |
Peter Blackson <p****n@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 28531578 | fix: cargo fmt --all |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| c8f8993a | feat: add rustfmt.toml for opiniated formatting |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| cf637bed | fix: clippy |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| 81f13976 | chore: upgrade to `edition = 2024` and `rust-version = 1.85` |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| 6c70e7f8 | fix(CI): update rustc to v1.85 |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| a153f8a3 | fix: add edition for codegen crate |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| 77c1727b | chore: upgrade rand |
Saber Haj Rabiee <s****e@g****m>
Committed by: Paolo Barbolini <p****o@p****g> |
6 months ago | |
| 2adc59b7 |
Add impl FromSql for Cow<str>
Signed-off-by: Alejandro Carretero García <m****e@a****z> |
Alejandro Carretero García <m****e@a****z>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| 040cd607 |
build(deps): bump bytes from 1.11.0 to 1.11.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| c6e435e0 | chore: ignore minor and patch versions in Dependabot and adjust schedule |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| 9cc4285d | Add `execute_typed*` and `query_typed*` methods |
ash-hashtag <9****g@u****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 46ea55ca | chore(ci): use committed lockfile |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| 167084db | build: commit lockfile |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| b7f2cf08 | Release tokio-postgres v0.7.16 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| b0a62a55 | Release postgres-types v0.2.12 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| 36f7dcda | Release postgres-protocol v0.6.10 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
7 months ago | |
| f187cc51 | build(deps): upgrade `whoami` to v2 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
8 months ago | |
| ac029de5 | Add support for scalar queries. |
Rik van der Kleij <r****j@d****l>
Committed by: Paolo Barbolini <p****o@p****g> |
8 months ago | |
| c7a615cc | fix(postgres-protocol): increase bind parameter limit from i16::MAX to u16::MAX |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
8 months ago | |
| 83e0dfbb | build: further improve -Zminimal-versions support | Paolo Barbolini <p****i@m****t> | 9 months ago | |
| 117872c7 | fix: broken build caused by #1145 | Paolo Barbolini <p****i@m****t> | 9 months ago | |
| 18022c03 | merge Merge pull request #1145 from splitgraph/feat/type-modifier |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 5775f1c4 | merge Merge pull request #1299 from fakeshadow/protocol |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 35e50f8c | merge Merge pull request #1305 from ybjeon01/typo |
Steven Fackler <s****r@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| b2f732e7 | Fix typo in comment for frontend message |
Yeongbae Jeon <y****1@n****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 963df2be | override FallibleIterator::size_hint for Fields | fakeshadow <2****9@q****m> | 9 months ago | |
| df41772b | merge Merge pull request #1297 from JakubKoralewski/patch-2 |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| ebdaa0b3 | chore: reflect with-jiff-0_2 feature in docs |
Jakub Koralewski <4****i@u****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 008595f7 | chore(ci): upgrade actions/checkout to v6 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
9 months ago | |
| cdf0187f | merge Merge pull request #1293 from jonasrichard/tosql-boxed-t |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 3d12163f | Implement ToSql for Box<T: ToSql> | Richard Jonas <r****6@g****m> | 10 months ago | |
| 1c0c1bd3 | merge Merge pull request #1286 from tom-eon/row-raw-size |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 9bbe5ae4 | chore: fix generic-array deprecation warning |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
10 months ago | |
| 6dc46a39 | add public method to get the raw row size in bytes | Tom Frank <t****m@e****o> | 10 months ago | |
| 81d39c54 | Release postgres v0.19.12 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| 47374383 | Release tokio-postgres v0.7.15 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| 6ed4781b | Release postgres-types v0.2.11 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| 87ef8ad2 | merge Merge pull request #1278 from razein97/master |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 628a6965 | merge Merge pull request #1280 from rust-postgres/paolobarbolini/check_connection-d... |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| f34ed1b1 | merge Merge pull request #1262 from CobaltCause/push-sswwslomtkmm |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| bbd13014 | merge Merge pull request #1282 from rust-postgres/paolobarbolini/futures-util-no-de... |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 153b86e2 | merge Merge pull request #1281 from rust-postgres/paolobarbolini/pg-18 |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| e128d4c2 | feat: disable default features of `futures-util` for `postgres` | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| 2393b340 | chore: start testing with PostgreSQL 18 | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| f46e0e06 |
doc: improve `check_connection` doc comment
Co-authored-by: Tristan Partin <t****n@p****o> |
Paolo Barbolini <p****i@m****t> | 11 months ago | |
| 65920b8d | merge Merge pull request #1229 from neondatabase/fix-connection-closure |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 74385b87 | Update client.rs | Rohit Singh <2****7@u****m> | 11 months ago | |
| a7a49a90 | merge Merge pull request #1276 from rust-postgres/paolobarbolini/jiff-no-default-fe... |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| aca40b5d | feat(postgres-types): disable default features of `jiff` | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| 429b76b3 | merge Merge pull request #1275 from rust-postgres/paolobarbolini/switch-to-dtolnay-... |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 6add4c2c | chore(ci): switch to dtolnay/rust-toolchain | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| 8364bb29 | merge Merge pull request #1274 from rust-postgres/paolobarbolini/regen-sql-state-map |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 6811c01a | chore(tokio-postgres): regenerate `SQLSTATE_MAP` | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| a6a0d53d | Release postgres-derive v0.4.7 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| d2c4cde5 | Release postgres v0.19.11 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| 53a929e6 | Release tokio-postgres v0.7.14 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| b2095057 | Release postgres-native-tls v0.5.2 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| 6226d7c7 | Release postgres-openssl v0.5.2 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| 683a3062 | Release postgres-types v0.2.10 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| cb2ba1c6 | Release postgres-protocol v0.6.9 |
Paolo Barbolini <p****i@m****t>
Committed by: Paolo Barbolini <p****o@p****g> |
11 months ago | |
| dfcb6af4 | merge Merge pull request #1248 from duarten/duarte/fallible-rexport |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 2cd684cf | merge Merge pull request #1253 from goffrie/unpin |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| fc27042b | merge Merge pull request #1230 from fredr/sync-rollback |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| f4edb08c | reorder private api functions | Fredrik Enestad <f****k@e****m> | 11 months ago | |
| bb7e0d0c | merge Merge pull request #1225 from transcaffeine/master |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| a6fd5208 | merge Merge pull request #1272 from paolobarbolini/chores |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| dd291a47 | merge Merge pull request #1189 from zacknewman/master |
Paolo Barbolini <p****i@m****t>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 861736e2 | chore: remove circle-ci badges | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| b0ac0a2c | chore: add rust-version field to Cargo.toml | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| ddb3e434 | style: replace intermediate array and `copy_from_slice` with direct array APIs | Paolo Barbolini <p****i@m****t> | 11 months ago | |
| 25c169e0 | style: replace manual bounds checks with `slice::split_at_checked` | Paolo Barbolini <p****i@m****t> | 11 months ago |