aboutsummaryrefslogtreecommitdiff
path: root/libs/postgresql/patches/900-pg_ctl-setuid.patch
Commit message (Collapse)AuthorAge
* postgresql: update to version 15.1Daniel Golle2023-01-14
| | | | | | | | | | | | | https://www.postgresql.org/docs/release/15.0/ https://www.postgresql.org/docs/release/15.1/ A dump/restore using pg_dumpall or use of pg_upgrade or logical replication is required for those wishing to migrate data from any previous release. Do not backport to release branch which should remain on version 14. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 14.5Daniel Golle2022-09-07
| | | | | | | | | Release date: 2022-08-11 Adresses CVE-2022-2625. For more details, please see the release notes[1]. [1]: https://www.postgresql.org/docs/release/14.5/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 14.0Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 13.0Daniel Golle2020-09-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 12.4Daniel Golle2020-08-30
| | | | | | Fixes CVE-2020-14349 and CVE-2020-14350. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: fix pkg-config fileSebastian Kemper2020-03-05
| | | | | | | | Currently the pc file has includedir hard coded to "/usr/include" and libdir to "/usr/lib". This commit changes this so they can be controlled via the "prefix" variable. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* postgresql: update to version 9.6.3Daniel Golle2017-07-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: fix build and improve packagingDaniel Golle2017-06-19
| | | | | | | * make sure contrib stuff gets built and installed * refresh patches and improve Makefile while at it Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: move some binaries to pgsql-cli-extraDaniel Golle2016-09-28
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 9.5.4 and major reworkDaniel Golle2016-09-23
* convert package build to use host-build for ecpg, pg_config and zic * introduce /lib/functions/postgresql.sh to be used by packages requiring a postgres database to exist as well as postgres' init * no longer require shadow-su, patch pg_ctl to setuid() ifself instead * auto-create database directory if there is enough free space * auto-create databases configured in UCI * remove some dead uci config options * grab maintainership Signed-off-by: Daniel Golle <daniel@makrotopia.org>