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: postgrespro/mamonsu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.11
Choose a base ref
...
head repository: postgrespro/mamonsu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 25 files changed
  • 3 contributors

Commits on Feb 22, 2025

  1. feat: add version parser code

    - port version parser code from public archive of pypa/pkg_resources
    mstyushin committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    3ab4aed View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix: plugin threads synchronization

    - use reentrant lock to synchronize access to Pool singletone.
    - make concurrent modifications of _cache structure thread-safe.
    mstyushin committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    1002c67 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    3a9e431 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    mstyushin committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    797ce04 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. fix: remove type hints from version parser

    - falling back to a way older code to support python3.3
    mstyushin committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    d321cc8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    mstyushin committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    bf4d514 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. fix: skip plugin initialization

    - don't initialize BGWriter and Checkpoint plugins if PG metrics collecton was disabled
    mstyushin committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    1ad3419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973a30f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev'

    mstyushin committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    c50d8c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. build: upgrade to 3.5.12

    mstyushin committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    81de164 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    mstyushin committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    10ee3fd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

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

Commits on May 21, 2025

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

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    5299263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd2e69 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    В процессе установки требуется скачать скрипт: 
    ```
    Install from repository using script:
    wget https://repo.postgrespro.ru/mamonsu/keys/pgpro-repo-add.sh
    ```
    По данному пути скрипта нет, получаешь ошибку 404, скрипт можно скачать по ссылке:
    `https://repo.postgrespro.ru/mamonsu/mamonsu/keys/pgpro-repo-add.sh`
    Предлагаю исправить ошибку
    Ytipytiman authored and andrewpapsujko committed May 29, 2025
    Configuration menu
    Copy the full SHA
    671d9a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f218ed4 View commit details
    Browse the repository at this point in the history
  5. build: fix version

    andrewpapsujko committed May 29, 2025
    Configuration menu
    Copy the full SHA
    8f96556 View commit details
    Browse the repository at this point in the history
Loading