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: MercuryTechnologies/postgresql-simple-interval
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2025.7.12
Choose a base ref
...
head repository: MercuryTechnologies/postgresql-simple-interval
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2025.8.27
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 12, 2025

  1. Use simpler version check in test suite (#13)

    * Depend on postgresql-libpq
    
    * Use `serverVersion` for version check
    
    * Only library depends on text
    
    * Convert connection type
    tfausak authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    fc3d5ca View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

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

Commits on Aug 26, 2025

  1. Bump actions/checkout from 4 to 5 (#16)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    6f72212 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 4 to 5 (#17)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    b97f11c View commit details
    Browse the repository at this point in the history
  3. Use pinact (#19)

    tfausak authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    028826f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Add type-level literal constructors for Interval (#20)

    * Add type-level literal constructors for Interval
    
    * Enable type families for older GHCs
    
    * Ignore warnings about redundant constraints
    
    * Fix formatting
    tfausak authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    1312b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dbcb35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    606001a View commit details
    Browse the repository at this point in the history
  4. Version 0.2025.8.27 (#23)

    tfausak authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    af9b4a2 View commit details
    Browse the repository at this point in the history
Loading