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: abdxj407/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 06388fc
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: 9c51532
Choose a head ref
  • 10 commits
  • 56 files changed
  • 4 contributors

Commits on Oct 15, 2025

  1. Remove intentionally-breaking "data" symlink and add better detection

    This allows for a more graceful error message for the case of users who need to update their volume path.
    
    I tested this with 17 and `--env PGDATA=/var/lib/postgresql/17/docker` (to make sure it still works fine and doesn't complain about the extra volume provided by Docker/`VOLUME`) and 18 with `-v /var/lib/postgresql/data` (where it appropriately errors and explains to me what I should be doing instead).
    
    I also did a reflow on some text in the error message that's designed to fit in 80 columns but was taking 81. 😂
    tianon committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5ec8931 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Merge pull request docker-library#1372 from infosiftr/more-graceful-e…

    …rror
    
    Remove intentionally-breaking "data" symlink and add better detection
    yosifkit authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    2398775 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    c2d83d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de0b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    423adf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3506774 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c02157d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8813dab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2925b19 View commit details
    Browse the repository at this point in the history
  8. Merge pull request docker-library#1382 from infosiftr/13-eol

    Remove PostgreSQL 13 since it is end of life
    tianon authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    9c51532 View commit details
    Browse the repository at this point in the history
Loading