1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Commit Graph

  • 09b09edbea Merge pull request #128 from infosiftr/fix-gpg yosifkit 2016-02-29 11:27:31 -08:00
  • 35a09c34b0 Fix "gpg" usage to stop relying on deprecated and insecure behavior Tianon Gravi 2016-02-29 08:40:55 -08:00
  • 2184bbc2d7 Run update.sh Tianon Gravi 2016-02-26 10:59:41 -08:00
  • 41e7a62fb4 Refactor listen_addresses to be set in the sample file, and make the sample file easier to overwrite Tianon Gravi 2016-02-26 10:55:10 -08:00
  • ec5ce80ca9 Merge pull request #123 from joshdholtz/version-updates yosifkit 2016-02-11 14:13:43 -07:00
  • 443c7947d5 Version updates Josh Holtz 2016-02-11 10:14:44 -06:00
  • fdd11b1d06 Merge pull request #122 from infosiftr/eol-9.0 yosifkit 2016-01-26 09:21:37 -08:00
  • 4870bf13e3 Remove the now-EOL 9.0 Tianon Gravi 2016-01-26 09:08:06 -08:00
  • 12a7b7b7d2 Merge pull request #118 from orzeh/master yosifkit 2016-01-19 12:37:27 -08:00
  • 916a840510 Stops docker-entrypoint.sh on psql error Łukasz Warchał 2016-01-19 09:57:59 +01:00
  • 762e079370 Update to 9.4.5-2.pgdg80+1 Tianon Gravi 2016-01-15 11:18:26 -08:00
  • 9737ce4eeb Merge pull request #113 from rchicoli/update_keyserver Tianon Gravi 2016-01-09 11:04:48 -08:00
  • a7551affea use the keyserver ha, because the other one is not reachable anymore Rafael Chicoli 2016-01-09 12:41:06 +01:00
  • 2c72165e4f Update to 9.5.0 Tianon Gravi 2016-01-07 10:27:31 -08:00
  • 4774c03af4 Merge pull request #110 from JacobHayes/set-PGDATA-permissions Tianon Gravi 2016-01-05 15:16:08 -08:00
  • d164485094 Don't set perm on data dir recursively Jacob Hayes 2016-01-05 16:49:58 -06:00
  • 86fcd0c100 Explicitly set PGDATA permissions to 700 Jacob Hayes 2015-12-22 15:50:44 -06:00
  • d74474439c Update to 9.5~rc1-1.pgdg80+1 Tianon Gravi 2015-12-18 13:30:39 -08:00
  • 12abe51e4b Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉) Tianon Gravi 2015-11-20 09:50:24 -08:00
  • a9c0b01d4d Update README.md stub Tianon Gravi 2015-11-16 13:47:05 -08:00
  • 8a9fbcb40f Update to 9.5~beta2-1.pgdg80+1 Tianon Gravi 2015-11-11 09:16:36 -08:00
  • 570880e6eb Merge pull request #102 from infosiftr/shell Tianon Gravi 2015-10-23 11:02:36 -07:00
  • fa0598512c Add Travis CI badge Tianon Gravi 2015-10-22 16:50:49 -07:00
  • 1d798788f5 Simplify update.sh Joe Ferguson 2015-10-22 12:33:44 -07:00
  • fc014b79c3 Propagate #93 to Dockerfile.template Tianon Gravi 2015-10-14 09:08:05 -07:00
  • ed23320582 Merge pull request #93 from hkjn/master yosifkit 2015-10-08 14:57:15 -07:00
  • b9ea5d40cb Update to 9.1.19-1.pgdg80+1, 9.2.14-1.pgdg80+1, 9.3.10-1.pgdg80+1, 9.4.5-1.pgdg80+1, and 9.5~beta1-1.pgdg80+1 Tianon Gravi 2015-10-08 09:30:22 -07:00
  • 8f8c0bbc52 Explicitly set uid/gid for postgres/postgres Henrik Jonsson 2015-09-22 14:51:58 +02:00
  • 87b8be7e9b Merge pull request #84 from appropriate/export-entrypoint-vars yosifkit 2015-08-26 09:09:52 -07:00
  • cd294bf8df Export POSTGRES_USER and POSTGRES_DB vars in entrypoint Mike Dillon 2015-08-25 20:30:57 -07:00
  • 118e25a737 Merge pull request #82 from appropriate/initdb-sql-as-POSTGRES_USER Tianon Gravi 2015-08-24 17:10:01 -07:00
  • c444bceb4f Run /docker-entrypoint-initdb.d/*.sql scripts as $POSTGRES_USER Mike Dillon 2015-08-21 22:57:17 -07:00
  • 2273ec160e Add initial .travis.yml Tianon Gravi 2015-08-21 23:14:41 -07:00
  • 7111ef75d6 Run update.sh Tianon Gravi 2015-08-21 15:39:01 -07:00
  • 486194c97f Merge pull request #80 from renzok/fix-server-start Tianon Gravi 2015-08-21 15:38:14 -07:00
  • 0ffbeb796d fixed missing quotes and removed curly braces according to discussion Renzo Kottmann 2015-08-21 14:37:18 +02:00
  • 18220a2065 Enhance "generate-stackbrew-library.sh" to only take into account changes to the Dockerfile or files from COPY in the Dockerfile for choosing the commit hash for a particular directory Tianon Gravi 2015-08-11 15:12:43 -07:00
  • 7fed4298db Update to 9.5~alpha2-1.pgdg80+1 Tianon Gravi 2015-08-11 10:44:23 -07:00
  • d49499cd7c more sane way of starting and stopping postgres server using pg_ctl as recommended per postgresql docs Renzo Kottmann 2015-08-04 17:17:39 +02:00
  • a82c28e1c4 Merge pull request #75 from infosiftr/better-initdb yosifkit 2015-07-24 10:58:29 -07:00
  • 574a975e19 Merge pull request #76 from infosiftr/wget yosifkit 2015-07-24 10:04:38 -07:00
  • 63d966973d Switch from curl to wget Tianon Gravi 2015-07-23 14:33:15 -07:00
  • 66c7b2dee7 Improve initdb logic to properly source *.sql files as well, without the use of --single Tianon Gravi 2015-07-23 14:17:33 -07:00
  • 0ced079cd6 Fix "-s" usage Tianon Gravi 2015-07-21 16:12:07 -07:00
  • 28b8bd7456 Merge pull request #72 from bakavic/fix-gce Tianon Gravi 2015-07-20 11:09:28 -07:00
  • 9c7bb73021 Check that PG_VERSION is non-empty. Victor Heng 2015-07-19 00:41:18 +08:00
  • 3231f4a4d8 Check that vol actually contains DB files, as opposed to a non-empty dir. Referencing file list here: http://www.postgresql.org/docs/9.1/static/storage-file-layout.html Victor Heng 2015-07-14 19:25:53 +08:00
  • 403dc53653 Merge pull request #71 from infosiftr/jessie yosifkit 2015-07-08 10:07:42 -07:00
  • cb70a79c1a Switch from "wheezy" over to "jessie" Tianon Gravi 2015-07-08 09:55:30 -07:00
  • 09eabaadf5 Merge pull request #70 from infosiftr/9.5 yosifkit 2015-07-08 09:54:38 -07:00
  • 88e2c825c3 Lol whups Tianon Gravi 2015-07-08 09:54:15 -07:00
  • e677b56172 Add 9.5-alpha1 Tianon Gravi 2015-07-08 09:47:57 -07:00
  • bfca9b8a92 Update to 9.0.22-1.pgdg70+1, 9.1.18-1.pgdg70+1, 9.2.13-1.pgdg70+1, 9.3.9-1.pgdg70+1, and 9.4.4-1.pgdg70+1 Tianon Gravi 2015-06-12 10:35:39 -07:00
  • c97dd449e0 Merge pull request #66 from infosiftr/8.4-eol Tianon Gravi 2015-06-04 14:39:15 -07:00
  • 544dfeabb8 Remove 8.4 (EOL) Tianon Gravi 2015-06-04 14:38:23 -07:00
  • a6d4922823 Update to 9.0.21-1.pgdg70+1, 9.1.17-1.pgdg70+1, 9.2.12-1.pgdg70+1, 9.3.8-1.pgdg70+1, 9.4.3-1.pgdg70+1 Tianon Gravi 2015-06-04 14:31:08 -07:00
  • 904b463723 Update to 9.0.20-2.pgdg70+1 and 9.1.16-2.pgdg70+1 Tianon Gravi 2015-06-02 10:06:13 -07:00
  • 4b132fa76a Run update.sh: minor version bumps Joe Ferguson 2015-05-22 16:14:47 -07:00
  • e5cd70b504 Merge pull request #56 from infosiftr/gpg-keys Tianon Gravi 2015-04-23 12:28:19 -06:00
  • 77438cd8e1 More resilient gpg getting Joe Ferguson 2015-04-22 16:22:09 -07:00
  • 628ecb4975 Merge pull request #52 from md5/chown-run-postgresql Tianon Gravi 2015-03-11 12:35:42 -06:00
  • e616341507 Ensure /run/postgresql has correct ownership Mike Dillon 2015-03-09 13:03:14 -07:00
  • ebecea2954 Merge pull request #49 from rothgar/postgres_db_var yosifkit 2015-02-23 15:32:21 -08:00
  • 57de8c8cd8 2015 Tianon Gravi 2015-02-23 13:50:50 -07:00
  • 796f3f151e "!...=" != "!=" Justin Garrison 2015-02-19 22:37:53 -08:00
  • 5950846753 Fixed checks for USER/DB combinations 👌:squirrel: Justin Garrison 2015-02-13 23:30:13 -08:00
  • 6e89f39c23 Merge pull request #48 from infosiftr/hba Tianon Gravi 2015-02-13 16:59:42 -08:00
  • 8f80834e93 Update pg_hba generation Joe Ferguson 2015-02-11 15:12:11 -08:00
  • 1438bacac6 Forgot CREATE DATABASE variable Justin Garrison 2015-02-13 11:17:55 -08:00
  • c863eb3471 updated template docker-entrypoint Justin Garrison 2015-02-13 09:54:07 -08:00
  • 167c2ae963 missed variable in 9.1 entrypoint.sh Justin Garrison 2015-02-13 09:44:07 -08:00
  • 80fa682789 retabed files Justin Garrison 2015-02-12 16:32:07 -08:00
  • 8e22601253 Added POSTGRES_DB variable to optionally specify DB name Justin Garrison 2015-02-12 16:07:53 -08:00
  • baf80692b5 Update to 9.4.1-1.pgdg70+1, 9.3.6-1.pgdg70+1, 9.2.10-1.pgdg70+1, 9.1.15-1.pgdg70+1, and 9.0.19-1.pgdg70+1 Tianon Gravi 2015-02-05 11:34:14 -07:00
  • 51e5166d69 Switch from pgp.mit.edu to pool.sks-keyservers.net Tianon Gravi 2015-01-08 23:41:38 -07:00
  • c9d9f4c1a0 Minor formatting/output changes Tianon Gravi 2014-12-24 16:43:17 -07:00
  • ae81e91148 Merge pull request #43 from infosiftr/bump Tianon Gravi 2014-12-18 13:01:53 -08:00
  • bfa7152926 Bump 9.3, move latest to 9.4 Joe Ferguson 2014-12-18 12:59:26 -08:00
  • 546985f5cd Merge pull request #42 from mattupstate/patch-1 yosifkit 2014-12-18 12:04:15 -08:00
  • 5f40175371 Update Dockerfile Matt Wright 2014-12-18 13:21:17 -05:00
  • fc445dc0b5 Fix minor "git log" usage issue Tianon Gravi 2014-11-25 22:04:02 -07:00
  • 40cfe26206 Merge pull request #36 from infosiftr/password Tianon Gravi 2014-11-20 11:18:27 -07:00
  • 595fb37988 Bump 9.4 to rc1 Joe Ferguson 2014-11-20 10:17:17 -08:00
  • e30347e48b Add POSTGRES_PASSWORD and USER, with warning on no password Joe Ferguson 2014-11-19 15:55:50 -08:00
  • 5036e92f87 Merge pull request #35 from infosiftr/gosu-1.2 yosifkit 2014-11-19 10:50:39 -08:00
  • 73d7376095 Update to gosu 1.2 (including GPG verification) Tianon Gravi 2014-11-19 01:18:45 -07:00
  • 981ac750a3 Merge pull request #34 from mmarzantowicz/master Tianon Gravi 2014-11-18 17:06:26 -07:00
  • 80ebeda0a6 Explicitly create /docker-entrypoint-initdb.d directory Mateusz Marzantowicz 2014-11-18 23:25:15 +01:00
  • 3d64d17ac2 Add readme stub Joe Ferguson 2014-11-14 16:17:38 -08:00
  • fbfc076af5 Merge pull request #24 from clkao/patch-1 Tianon Gravi 2014-10-13 13:38:52 -06:00
  • 69a30d9e6f Update 9.4 to beta3 Chia-liang Kao 2014-10-12 14:40:33 +08:00
  • f3def1e484 Merge pull request #23 from md5/docker-entrypoint-initdb.d Tianon Gravi 2014-10-09 14:16:13 -06:00
  • 4603177ae3 Add support for /docker-entrypoint-initdb.d/ Mike Dillon 2014-10-08 20:55:25 -07:00
  • 94aee2022d Update 9.4 to 9.4~beta2-2~129.bzr487.pgdg70+1 Tianon Gravi 2014-09-13 17:54:07 -06:00
  • 33b8046b5f Replace ADD with COPY Tianon Gravi 2014-09-09 11:01:28 -06:00
  • 9cc263ec6a Merge pull request #18 from sprin/license yosifkit 2014-09-05 09:43:30 -06:00
  • 12b0f31cfe LICENSE (the MIT License) and AUTHORS sprin 2014-09-03 10:00:52 -07:00
  • b36f03d035 Merge pull request #15 from infosiftr/utf8 yosifkit 2014-08-15 18:09:28 -06:00
  • d74b69598c Add proper UTF-8 locale (thus enabling UTF-8 defaults) and update a few minor idioms that take the image from ~244.1 MB down to ~213.6 MB Tianon Gravi 2014-08-15 17:59:41 -06:00
  • 65602d6ea8 Swap the order to be descending Tianon Gravi 2014-08-01 15:54:05 -06:00