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

717 Commits

Author SHA1 Message Date
dba8ec0bf9 Adjust tagging to enforce explicit pre-release opt-in
I rewound to commit 09c342c555 to test this and verify that `postgres:13` would go away (and only `postgres:13-rc1` would remain).
2020-12-16 17:26:51 -08:00
38841304dd Update to 11.10-1.pgdg90+1 2020-11-13 01:02:16 +00:00
6b541bc498 Update to 9.5.24 2020-11-13 01:02:16 +00:00
25044882a6 Update to 13.1-1.pgdg100+1 2020-11-13 01:02:16 +00:00
ab0af9c5d9 Update to 9.5.24-1.pgdg90+1 2020-11-13 01:02:16 +00:00
b17c144057 Update to 12.5-1.pgdg100+1 2020-11-13 01:02:16 +00:00
0e4676a9bc Update to 9.6.20 2020-11-13 01:02:16 +00:00
0e903779e9 Update to 10.15-1.pgdg90+1 2020-11-13 01:02:16 +00:00
1dcdff4b41 Update to 11.10 2020-11-13 01:02:16 +00:00
c438d9e7bb Update to 9.6.20-1.pgdg90+1 2020-11-13 01:02:16 +00:00
92d7a789c6 Update to 10.15 2020-11-13 01:02:16 +00:00
6f58eab268 Update to 12.5 2020-11-13 01:02:16 +00:00
b9c080857b Update to 13.1 2020-11-13 01:02:16 +00:00
b80fcb5ac7 Merge pull request #764 from maytech/master
Keep postgres static libraries in Alpine images
2020-09-25 12:36:53 -07:00
04bf35f0c4 Keep postgres static libraries in Alpine images
Do not remove static postgres libraries from Alpine based images.
This add near 1.4MB to image size, but allow to complie some extentions
like repmgr without errors
2020-09-25 21:58:45 +03:00
9abfeee616 Update "latest" to 13 (now GA) 2020-09-24 10:29:53 -07:00
8d281112a8 Update to 13.0-1.pgdg100+1 2020-09-24 16:48:56 +00:00
a7ec9d04f8 Update to 13.0 2020-09-24 16:48:56 +00:00
2d0d9a3f11 Merge pull request #763 from GameScripting/patch-1
Changed default stopsignal from SIGTERM to SIGINT
2020-09-23 11:08:22 -07:00
bfc5d81c8f Change default STOPSIGNAL from SIGTERM to SIGINT 2020-09-18 12:03:49 -07:00
09c342c555 Update to 13rc1 2020-09-17 18:02:23 +00:00
540012dcbb Update to 13~rc1-1.pgdg100+1 2020-09-17 18:02:23 +00:00
a62ea8f9a2 Merge pull request #757 from xpetit/fix-typo
Fix typo
2020-09-08 10:20:58 -07:00
fdf884a12f Fix typo 2020-09-06 18:17:09 +02:00
7ea20406a8 Update to 9.5.23-1.pgdg90+1 2020-08-14 12:02:12 +00:00
1858993247 Update to 11.9-1.pgdg90+1 2020-08-14 12:02:12 +00:00
63fb3178b5 Update to 9.5.23 2020-08-14 12:02:12 +00:00
06321b0cd9 Update to 13beta3 2020-08-14 12:02:12 +00:00
a5a072f08a Update to 11.9 2020-08-14 12:02:12 +00:00
5e2746f8ff Update to 13~beta3-1.pgdg100+1 2020-08-14 12:02:12 +00:00
23fb6d25d1 Update to 9.6.19-1.pgdg90+1 2020-08-14 12:02:12 +00:00
1657faac6b Update to 10.14 2020-08-14 12:02:12 +00:00
1abff66074 Update to 12.4 2020-08-14 12:02:12 +00:00
0f4abf741b Update to 9.6.19 2020-08-14 12:02:12 +00:00
9f53bdfb95 Update to 10.14-1.pgdg90+1 2020-08-14 12:02:12 +00:00
8787b16880 Update to 12.4-1.pgdg100+1 2020-08-14 12:02:12 +00:00
aa3a2436d0 Merge pull request #750 from infosiftr/ampersand
Replace "&&" chains with ";" in Alpine variants
2020-07-03 09:28:55 -07:00
1bddd08358 Replace "&&" chains with ";" in Alpine variants 2020-06-25 14:10:42 -07:00
bb0d979519 Update to 13beta2 2020-06-25 18:35:36 +00:00
4c2e78c234 Update to 13~beta2-1.pgdg100+1 2020-06-25 18:35:36 +00:00
441533ac6c Merge pull request #749 from infosiftr/alpine-fetch-deps
Remove (no longer necessary) Alpine fetch-deps
2020-06-25 09:27:46 -07:00
1d140375b6 Remove (no longer necessary) Alpine fetch-deps 2020-06-25 08:27:27 -07:00
9586595a9b Merge pull request #742 from J0WI/alpine-3.12
Upgrade Alpine to 3.12
2020-06-10 15:39:54 -07:00
b1f60bd4f8 Upgrade Alpine to 3.12 2020-06-11 00:19:04 +02:00
9c5ca99fdc Merge pull request #736 from simi/13beta1
Add PostgreSQL 13 beta 1.
2020-05-21 14:52:52 -07:00
682ff83c5c Add workaround for https://bugs.debian.org/929417 when building 13 from source 2020-05-21 14:26:23 -07:00
8c3f661c5b Adjust "update.sh" to work for 13/pre-release builds again
It turns out we *do* need to check the PG_MAJOR component (not just "main"), and the reason is that it's used for pre-release versions.
2020-05-21 11:09:08 -07:00
b96659493b Add 13 beta 1. 2020-05-21 17:26:06 +02:00
5104b38a3a Update to 9.5.22 2020-05-14 20:11:25 +00:00
aa4f329a17 Update to 11.8-1.pgdg90+1 2020-05-14 20:11:25 +00:00