Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres: use pg_try_advisory_lock instead of pg_advisory_lock #962

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2023

  1. Add failing test

    AkuSilvenius committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    362c98e View commit details
    Browse the repository at this point in the history
  2. add simple trylock

    AkuSilvenius committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cd50933 View commit details
    Browse the repository at this point in the history
  3. Add comment

    AkuSilvenius committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2f8e47b View commit details
    Browse the repository at this point in the history
  4. update test

    AkuSilvenius committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5dadc1d View commit details
    Browse the repository at this point in the history
  5. remove comment

    AkuSilvenius committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    021b8b8 View commit details
    Browse the repository at this point in the history
  6. retry pipeline

    AkuSilvenius committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4ff8627 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. retry pipeline

    AkuSilvenius committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a403d5d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. retry pipeline

    AkuSilvenius committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8f10bfc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    c989d69 View commit details
    Browse the repository at this point in the history
  2. update README.md

    AkuSilvenius committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6f06f0a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    e858f5e View commit details
    Browse the repository at this point in the history
  2. update test name

    AkuSilvenius committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1644f0c View commit details
    Browse the repository at this point in the history
  3. actually run test

    AkuSilvenius committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    49bee23 View commit details
    Browse the repository at this point in the history