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: cybertec-postgresql/pg_timetable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.10.0
Choose a base ref
...
head repository: cybertec-postgresql/pg_timetable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 12, 2024

  1. [+] bump stretchr/testify from 1.9.0 to 1.10.0 (#665)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c6b2717 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. [+] bump jackc/pgx/v5 from 5.7.1 to 5.7.2 (#672)

    Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.1 to 5.7.2.
    - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
    - [Commits](jackc/pgx@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgx/v5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    0a75922 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. [+] bump pashagolub/pgxmock/v4 from 4.3.0 to 4.4.0 (#673)

    Bumps [github.com/pashagolub/pgxmock/v4](https://github.com/pashagolub/pgxmock) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/pashagolub/pgxmock/releases)
    - [Commits](pashagolub/pgxmock@v4.3.0...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pashagolub/pgxmock/v4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    da8486a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. [+] switch to VirtualXID from TransactionXID, solves #674 (#675)

    Turned out issuing `txid_current()` at the beginning of every chain
    transaction is creating a session that's sits idle in transaction for
    the duration of the entire chain. In current case, with a single task
    `{kind == PROGRAM}`, that idle transaction doesn't do anything aside
    from pin the `xmin` horizon and block vacuum for 6+ hours.
    The same issue occurs for SQL tasks that are `Remote` or `Autonomous`.
    pashagolub authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    5046c1a View commit details
    Browse the repository at this point in the history
Loading