1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00
Commit Graph

501 Commits

Author SHA1 Message Date
yosifkit
2cab504034 Merge pull request #471 from infosiftr/pgp-happy-eyeballs
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues
2018-07-26 11:54:39 -07:00
Tianon Gravi
635fd0bcb3 Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues 2018-07-25 12:34:27 -07:00
Daniel Trebbien
6b2d9f0d5d Build with the ICU collation provider
This builds PostgreSQL with the ICU collation provider:
https://www.postgresql.org/docs/10/static/collation.html
2018-07-22 12:16:31 -04:00
Docker Library Bot
5d0b6adfd8 Update to 11~beta2-2.pgdg90+1 2018-07-14 00:02:15 +00:00
Tianon Gravi
cd5e2ba999 Merge pull request #466 from michael-k/alpine-3.8
Bump defaultAlpineVersion to 3.8
2018-07-09 14:56:56 -06:00
Michael Käufl
34689e2a5b Apply changes from running ./update.sh 2018-07-09 16:35:20 +02:00
Michael Käufl
f3a08fbcab Bump defaultAlpineVersion to 3.8 2018-07-09 16:34:51 +02:00
Docker Library Bot
686aae6553 Update to 11~beta2-1.pgdg90+1 2018-06-28 18:02:13 +00:00
Docker Library Bot
eacf33933e Update to 11beta2 2018-06-28 18:02:13 +00:00
yosifkit
b92792325a Merge pull request #452 from infosiftr/initdb-fails
Allow "initdb.d" scripts to be executed instead of sourced
2018-06-06 14:09:36 -07:00
Tianon Gravi
eff90effc6 Allow "initdb.d" scripts to be executed instead of sourced 2018-05-30 11:00:02 -07:00
yosifkit
3f8d33c06e Merge pull request #449 from infosiftr/new-beta
Add new 11 series beta
2018-05-25 13:28:24 -07:00
Joe Ferguson
927a8525cf Add new 11 series beta 2018-05-25 12:46:44 -07:00
yosifkit
c372e3b280 Merge pull request #448 from infosiftr/nss_wrapper
Implement "nss_wrapper" for Debian variants
2018-05-24 12:53:46 -07:00
Tianon Gravi
fe89a60c9b Implement "nss_wrapper" for Debian variants 2018-05-24 11:39:50 -07:00
Docker Library Bot
46bc23cd0d Update to 9.6.9-2.pgdg90+1 2018-05-21 12:02:11 +00:00
Docker Library Bot
54bfbc5fbe Update to 9.5.13-2.pgdg90+1 2018-05-21 12:02:11 +00:00
Docker Library Bot
2534f4526a Update to 9.4.18-2.pgdg90+1 2018-05-21 12:02:11 +00:00
Docker Library Bot
5ce8fc7231 Update to 9.3.23-2.pgdg90+1 2018-05-21 12:02:11 +00:00
Docker Library Bot
cdbe05265f Update to 10.4-2.pgdg90+1 2018-05-21 12:02:11 +00:00
Docker Library Bot
dcf1338d3a Update to 9.4.18 2018-05-10 16:58:08 +00:00
Docker Library Bot
d545428bfe Update to 9.5.13-1.pgdg90+1 2018-05-10 16:58:08 +00:00
Docker Library Bot
a06a937743 Update to 9.6.9 2018-05-10 16:58:08 +00:00
Docker Library Bot
fe8c9a4a30 Update to 10.4 2018-05-10 16:58:08 +00:00
Docker Library Bot
65f0c2afd3 Update to 9.5.13 2018-05-10 16:58:08 +00:00
Docker Library Bot
ea2860a216 Update to 9.3.23 2018-05-10 16:58:08 +00:00
Docker Library Bot
c4cb816b3d Update to 9.6.9-1.pgdg90+1 2018-05-10 16:58:08 +00:00
Docker Library Bot
253471cd5c Update to 9.3.23-1.pgdg90+1 2018-05-10 16:58:08 +00:00
Docker Library Bot
e348a2fe23 Update to 9.4.18-1.pgdg90+1 2018-05-10 16:58:08 +00:00
Docker Library Bot
de8ba87d50 Update to 10.4-1.pgdg90+1 2018-05-10 16:58:08 +00:00
Tianon Gravi
8b63de5f0c Update top-level entrypoint for #440 also 2018-05-10 09:41:57 -07:00
Tianon Gravi
01cf838047 Merge pull request #440 from sdwolfz/fix/postgres-healthcheck
Listen only on the unix socket during init
2018-05-04 12:04:16 -07:00
Codruț Constantin Gușoi
6fe8c15843 Listen only on the unix socket during init
Healthchecks that used `pg_isready -p 5432` were incorrectly flagging
the container as being healthy during initialization phase since
healthchecks are being run inside the container itself, so
`listen_addresses='localhost'` was not enough. Setting
`listen_addresses=''` forces the server to only listen on the unix
socket so no ports are open that might incorrectly interfeer with the
healthchecks.
2018-05-04 10:38:07 +01:00
Tianon Gravi
5876d4b88a Merge pull request #437 from infosiftr/stretch-slim
Update to Debian Stretch (slim)
2018-04-23 16:16:36 -07:00
Tianon Gravi
81a7cf454d Merge pull request #436 from infosiftr/alpine3.7
Update to Alpine 3.7
2018-04-23 15:38:58 -07:00
Tianon Gravi
ef4545c07b Update to Debian Stretch (slim) 2018-04-23 15:16:30 -07:00
Tianon Gravi
c66fc738ed Update to Alpine 3.7 2018-04-23 15:06:17 -07:00
Tianon Gravi
aeae1436cd Update generated README
https://github.com/docker-library/docs/pull/1193

https://github.com/docker-library/docs/pull/1195
2018-04-19 11:04:03 -07:00
Docker Library Bot
61e369ce37 Update to 9.4.17-1.pgdg80+1 2018-03-01 20:44:39 +00:00
Docker Library Bot
e3c9133ac3 Update to 9.3.22-1.pgdg80+1 2018-03-01 20:44:39 +00:00
Docker Library Bot
65ed6d7dee Update to 9.6.8 2018-03-01 20:44:39 +00:00
Docker Library Bot
f7f1e59c55 Update to 10.3 2018-03-01 20:44:39 +00:00
Docker Library Bot
34b633b01d Update to 9.4.17 2018-03-01 20:44:39 +00:00
Docker Library Bot
7063c608f7 Update to 9.5.12 2018-03-01 20:44:39 +00:00
Docker Library Bot
40158e3e1e Update to 9.3.22 2018-03-01 20:44:39 +00:00
Docker Library Bot
0aaaf20940 Update to 10.3-1.pgdg90+1 2018-03-01 20:44:39 +00:00
Docker Library Bot
07ae979980 Update to 9.5.12-1.pgdg80+1 2018-03-01 20:44:39 +00:00
Docker Library Bot
7f18547f37 Update to 9.6.8-1.pgdg80+1 2018-03-01 20:44:39 +00:00
yosifkit
20c85c686a Merge pull request #400 from michael-k/patch-1
Update to Alpine 3.7 for Postgres 10
2018-02-15 10:20:49 -08:00
Tianon Gravi
86972e37db Apply changes from running ./update.sh 2018-02-14 17:11:45 -08:00