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: plietar/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: docker-library/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 44 files changed
  • 3 contributors

Commits on Feb 27, 2025

  1. Unset NOTIFY_SOCKET when running the temporary server. (docker-librar…

    …y#1325)
    
    * Unset NOTIFY_SOCKET when running the temporary server.
    
    Postgres has native support for this notification socket and will write a `READY=1` message once it is ready and accepting connections. Unfortunately, the temporary server used by the `docker-entrypoint.sh` also sends a message on the socket, making it appear as though the container is ready and serving connections when it is not.
    plietar authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    cc254e8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    2667482 View commit details
    Browse the repository at this point in the history
  2. Remove explicit config.guess/config.sub updates

    When we added these lines, we needed newer files than PostgreSQL had upstream, but the situation has changed and we were pinned to a specific commit from 2017 - the _oldest_ PostgreSQL release version has a file from 2020.
    tianon committed May 8, 2025
    Configuration menu
    Copy the full SHA
    b234702 View commit details
    Browse the repository at this point in the history
  3. Merge pull request docker-library#1340 from infosiftr/update

    Update to 17.5, 16.9, 15.13, 14.18, 13.21
    tianon authored May 8, 2025
    Configuration menu
    Copy the full SHA
    437897c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Update apt build depend

    yosifkit committed May 22, 2025
    Configuration menu
    Copy the full SHA
    d9c4773 View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker-library#1341 from infosiftr/drop-pgdg-keyring

    Update apt build depend
    tianon authored May 22, 2025
    Configuration menu
    Copy the full SHA
    833dab5 View commit details
    Browse the repository at this point in the history
Loading