summaryrefslogtreecommitdiff
path: root/user/postgresql
AgeCommit message (Collapse)AuthorFilesLines
2022-12-01user/postgresql: bump { 14.3 --> 14.6 }. fixes #912.Zach van Rijn1-2/+2
2022-10-21user/postgresql: bump { 14.1 --> 14.3 }. fixes #718.Zach van Rijn1-2/+2
2022-10-21user/postgresql: bump { 10.12 --> 14.1 }. disable fewer tests. fixes #346.Zach van Rijn3-30/+21
2020-02-26user/postgresql: Bump to 10.12A. Wilcox2-18/+2
2019-12-25user/*: Fix metadataA. Wilcox1-8/+2
2019-08-09user/postgresql: [CVE] bump to 10.10Max Rees1-3/+5
2019-07-22system/*, user/*: remove bashisms from initd scriptsMax Rees2-5/+5
2019-07-21user/*: APKBUILD bashism removal, part one (a-p)Max Rees1-2/+2
2019-06-27user/postgresql: [CVE] bump to 10.9Max Rees1-2/+4
2019-06-21user/postgresql: [CVE] bump to 10.8Max Rees1-14/+17
Dump/restore is not required for this update. However, if the pg_stat_statements extension is used, the changelog has this to say: https://www.postgresql.org/docs/10/release-10-6.html "In contrib/pg_stat_statements, disallow the pg_read_all_stats role from executing pg_stat_statements_reset() (Haribabu Kommi) pg_read_all_stats is only meant to grant permission to read statistics, not to change them, so this grant was incorrect. To cause this change to take effect, run ALTER EXTENSION pg_stat_statements UPDATE in each database where pg_stat_statements has been installed."
2018-10-19user/postgresql: bugfix bump to 10.5A. Wilcox1-2/+2
2018-07-06user/postgresql: woo bump to 10.4 we're current again, also fix crapA. Wilcox1-23/+25
2018-06-14The New PlanA. Wilcox11-0/+804
all pkgs needed to bootstrap -> system others -> user