-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: docker-library/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tbeadle/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 46 files changed
- 2 contributors
Commits on Jan 19, 2017
-
Make modifications to the images:
- The environment variables PGUSER and PGDATABASE are used instead of POSTGRES_USER and POSTGRES_DB. This is so that those environment variables can be defined in a docker-compose.yml file for the database container and then be inherited by other services that need to connect to the database so that they can just define PGHOST to the name of the database container and then use 'psql' without any connection parameters. - pg_hba.conf is changed to restrict external access to the database to 'samenet' instead of 'all'. This makes it so that other containers in the deployment can connect to it, but other external addresses are not able to. - [pgcli](http://pgcli.com/) is installed as an alternative to the built-in `psql` command. (Only in the debian-based images) - The suggestions for postgresql.conf taken from Christophe Pettus's excellent talk at https://www.youtube.com/watch?v=jqmdujimzfq are included.
Configuration menu - View commit details
-
Copy full SHA for 1a9acc6 - Browse repository at this point
Copy the full SHA 1a9acc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94852d9 - Browse repository at this point
Copy the full SHA 94852d9View commit details -
Make sure the initial connection made to create the database doesn't try
to use the database that hasn't been created yet.
Configuration menu - View commit details
-
Copy full SHA for e7353f7 - Browse repository at this point
Copy the full SHA e7353f7View commit details
Commits on Jan 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 186650b - Browse repository at this point
Copy the full SHA 186650bView commit details
Commits on Jan 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8394b42 - Browse repository at this point
Copy the full SHA 8394b42View commit details
Commits on Jan 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 149790c - Browse repository at this point
Copy the full SHA 149790cView commit details -
- Allow the checkpoint_timeout to be configurable by setting the CHECKPOINT_TIMEOUT environment variable when the database is created. - Rotate logs more effectively by keeping a week's worth of logs and naming the log files with the day of the week in them.
Configuration menu - View commit details
-
Copy full SHA for cab2b73 - Browse repository at this point
Copy the full SHA cab2b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0977b - Browse repository at this point
Copy the full SHA 8d0977bView commit details
Commits on Feb 8, 2017
-
Create image that can be easily be integrated with barman for backups.
See https://github.com/tbeadle/docker-barman for an image to be used as the barman server.
Configuration menu - View commit details
-
Copy full SHA for f9c0782 - Browse repository at this point
Copy the full SHA f9c0782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d213af - Browse repository at this point
Copy the full SHA 5d213afView commit details
Commits on Feb 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9fec7f3 - Browse repository at this point
Copy the full SHA 9fec7f3View commit details
Commits on Jun 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2b66b21 - Browse repository at this point
Copy the full SHA 2b66b21View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master