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

Add neon.running_xacts_overflow_policy to make it possible for RO replica to startup without primary even in case running xacts overflow #8323

Merged
merged 7 commits into from
Jul 15, 2024

Commits on Jul 9, 2024

  1. Add neon.running_xacts_overflow_policy to make it possible for RO rep…

    …lica to startup without primary even in case running xacts overflow
    Konstantin Knizhnik committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    533bd36 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Scan CLOG in forward order

    Konstantin Knizhnik committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    343e0ee View commit details
    Browse the repository at this point in the history
  2. Use wait policy in test_replica_start_wait_subxids_finish

    Konstantin Knizhnik committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8515993 View commit details
    Browse the repository at this point in the history
  3. Make ruff happy

    Konstantin Knizhnik committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9ef6912 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Add test for large number of unused xids

    Konstantin Knizhnik committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6113544 View commit details
    Browse the repository at this point in the history
  2. Shutdown primary in immediate mode

    Konstantin Knizhnik committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d7e8ec9 View commit details
    Browse the repository at this point in the history
  3. Remove unused overflow flag

    Konstantin Knizhnik committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b3f0388 View commit details
    Browse the repository at this point in the history