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: npgsql/npgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: npgsql/npgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hotfix/10.0.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 23 files changed
  • 4 contributors

Commits on Nov 22, 2025

  1. Bump version to 10.0.1

    roji committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    298614b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Throw OperationCancelledException with correct CancellationToken from…

    … Dns.GetHostAddressesAsync (#6364)
    
    Fixes #6362
    
    (cherry picked from commit 19863c1)
    vonzshik committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    aa0e138 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. For COPY operations treat 0 as infinite timeout in addition to -1 (#6352

    )
    
    Fixes #6351
    
    (cherry picked from commit 785b0b8)
    vonzshik committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    12d792a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Bump version to 10.0.2

    roji committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    0f7940d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Fix reading numerics as BigInteger (#6385)

    Fixes #6383
    
    (cherry picked from commit 381b0fa)
    vonzshik committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    d16098e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Fix test timeout_during_authentication (#6388)

    (cherry picked from commit 8cf2fa6)
    vonzshik committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    7533cfe View commit details
    Browse the repository at this point in the history
  2. Fix retrieving sequence file for hanging tests (#6397)

    (cherry picked from commit e3d54f8)
    vonzshik committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    9ae5f57 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Fix reading BigInteger with composites (#6390)

    Fixes #6389
    
    (cherry picked from commit 3c53568)
    vonzshik committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    181f247 View commit details
    Browse the repository at this point in the history
  2. Do not include password in data source name with Persist Security Inf…

    …o=true (#6395)
    
    Closes #6394
    
    (cherry picked from commit 847d69f)
    roji committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    f87005b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Improve fallback handling for GSS session encryption when native libr…

    …ary is missing (#6422)
    
    Improves #6416
    
    (cherry picked from commit e222c91)
    vonzshik committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    e9b9fd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Fix wrapping OperationCancelledException for physical open (#6425)

    Fixes #6404
    
    (cherry picked from commit c937447)
    vonzshik committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    d5b0913 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Fix reusing NpgsqlBatch with auto prepare (#6433)

    Fixes #6432
    
    (cherry picked from commit f66537e)
    vonzshik committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    d7b9fd4 View commit details
    Browse the repository at this point in the history
  2. Do not clear pool while establishing connection if we'll retry it (#6431

    )
    
    Fixes #6427
    
    (cherry picked from commit 2328a2c)
    vonzshik committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    39eaacf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Fix pg9 (#6438)

    (cherry picked from commit b4183e2)
    KeltorHD authored and roji committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    ea5c131 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Fix per instance nullability converter resolver info code (#6435)

    (cherry picked from commit aed30af)
    NinoFloris committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    1dda8f9 View commit details
    Browse the repository at this point in the history
Loading