Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sfackler/rust-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: postgres-v0.19.10
Choose a base ref
...
head repository: sfackler/rust-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 15 files changed
  • 6 contributors

Commits on Feb 3, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5c56e5e View commit details
  2. Merge pull request #1208 from charmander/patch-2

    Fix typo in version in postgres’s changelog
    sfackler authored Feb 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1e1f6bf View commit details

Commits on Feb 12, 2025

  1. Only call set_tcp_user_timeout when enabled

    sfackler committed Feb 12, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    sfackler Steven Fackler
    Copy the full SHA
    c867352 View commit details
  2. feat: support jiff v0.2

    Shawn L. committed Feb 12, 2025
    Copy the full SHA
    cd8a341 View commit details
  3. WIP

    Shawn L. committed Feb 12, 2025
    Copy the full SHA
    3469ab0 View commit details

Commits on Feb 14, 2025

  1. Merge pull request #1215 from sfackler/wsl1

    Only call set_tcp_user_timeout when enabled
    sfackler authored Feb 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4c2ded1 View commit details

Commits on Feb 15, 2025

  1. WIP

    Shawn L. committed Feb 15, 2025
    Copy the full SHA
    ddea059 View commit details
  2. WIP

    Shawn L. committed Feb 15, 2025
    Copy the full SHA
    7fe6797 View commit details
  3. WIP

    Shawn L. committed Feb 15, 2025
    Copy the full SHA
    0e1d04c View commit details
  4. WIP

    Shawn L. committed Feb 15, 2025
    Copy the full SHA
    e26ebf5 View commit details

Commits on Feb 16, 2025

  1. WIP

    Shawn L. committed Feb 16, 2025
    Copy the full SHA
    3d3705c View commit details
  2. WIP

    Shawn L. committed Feb 16, 2025
    Copy the full SHA
    7b8d796 View commit details

Commits on Feb 17, 2025

  1. Merge pull request #1217 from NOBLES5E/master

    feat: support jiff v0.2
    sfackler authored Feb 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    490c485 View commit details

Commits on Apr 11, 2025

  1. Copy the full SHA
    20f6bc5 View commit details
  2. Merge pull request #1234 from paolobarbolini/clippy

    Fix latest clippy warnings
    sfackler authored Apr 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2098ac2 View commit details

Commits on May 19, 2025

  1. Remove random dbg!s

    Seemingly left in by accident
    SabrinaJewson committed May 19, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    SabrinaJewson Sabrina Jewson
    Copy the full SHA
    ecd7a9f View commit details
  2. Merge pull request #1241 from SabrinaJewson/remove-dbg

    Remove random `dbg!`s
    sfackler authored May 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9dad65e View commit details
  3. Update criterion requirement from 0.5 to 0.6

    Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
    - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
    - [Commits](bheisler/criterion.rs@0.5.0...0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: criterion
      dependency-version: 0.6.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9ca90fe View commit details
  4. Merge pull request #1242 from sfackler/dependabot/cargo/criterion-0.6

    Update criterion requirement from 0.5 to 0.6
    sfackler authored May 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e1cd6be View commit details
Loading