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

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    f275afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17db2f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    d50aade View commit details
    Browse the repository at this point in the history
  2. Add message types to support COPY operations (vapor#569)

    This adds the infrastrucutre to decode messages needed for COPY operations. It does not implement the handling support itself yet. That will be added in a follow-up PR.
    ahoppen authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    20a0f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e2cda View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    ca70d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    8ee6118 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Fix several CI issues (vapor#579)

    * Fix several CI issues
    
    - Update the list of versions for Swift images
    - Update actions/checkout to v5
    - Disable TSan when building with Swift 5.10 and 6.0 due to swift-crypto hitting a compiler crasher
    - Add macOS Sequoia tests
    - Remove Homebrew bug workaround (no longer needed)
    
    * Fix macOS test matrix
    
    * Tests can't safely make assumptions about stdlib capacity behavior
    gwynne authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    ce59628 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    7a3d19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6684f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    baf4dbf View commit details
    Browse the repository at this point in the history
  2. Add public triggerForceShutdown to ConnectionPool (vapor#572)

    Add distinct method that we need in Valkey (valkey-io/valkey-swift#85)
    fabianfett authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4ebc10c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7310fa View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    312444e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Allow swift-crypto version 4+ (vapor#592)

    Update Package.swift
    zunda-pixel authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    4795a0b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Add Postgres v18 for tests (vapor#597)

    Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
    Co-authored-by: Gwynne Raskind <gwynne@vapor.codes>
    3 people authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    db1eae1 View commit details
    Browse the repository at this point in the history
Loading