aboutsummaryrefslogtreecommitdiff
path: root/libs/postgresql/patches
Commit message (Collapse)AuthorAge
* postgresql: update to version 15.3Daniel Golle2023-08-05
| | | | | | | | | | | Fixes security issues: * CVE-2023-2454 * CVE-2023-2455 See release notes for details: https://www.postgresql.org/about/news/postgresql-153-148-1311-1215-and-1120-released-2637/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* 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.6Daniel Golle2022-12-20
| | | | | | | | This release contains a variety of fixes from 14.5. See https://www.postgresql.org/docs/release/14.6/ for details. 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 14.2Daniel Golle2022-03-18
| | | | | | | | Minor release with a large number of fixes and small changes. See release notes[1] for details. [1]: https://www.postgresql.org/docs/release/14.2/ 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: prevent addition of ARM target flagSebastian Kemper2021-07-07
| | | | | | | | | | | | | | | | | | | configure.in checks for "ARMv8 CRC32C intrinsics" and goes as far as adding "-march=armv8-a+crc" to the target flags if the compiler allows it. This can clash with the OpenWrt target flags in CONFIG_TARGET_OPTIMIZATION. If for example the latter is set to "-mcpu=cortex-a9" the following warning is issued: cc1: warning: switch '-mcpu=cortex-a9' conflicts with '-march=armv5t' switch This commit prevents configure.in from adding the mentioned flag. The addition is unwanted when cross-compiling. An issue was raised for this recently, see [1]. [1] https://github.com/openwrt/packages/issues/16034 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* 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 11.3Daniel Danzberger2019-06-18
| | | | | | | | | | | | | | | Version 11.3 is the current stable relase. Changes between 9.3 and 11.3: - pg_receivexlog, pg_resetxlog and pg_xlogdump have been replaced with pg_resetwal - ZIC config variable must be set when cross compiling - disable systemd support - ecpg is no longer needed for building - MAKELEVEL must be set to 0 when called from another makefile - Setting AC_CONFIG_AUX_DIR([config]) is no longer requried - Decrease build time by removing unnecessary configure checks Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* postgresql: update to version 9.6.3Daniel Golle2017-07-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: properly handle pg_config host buildDaniel Golle2017-06-23
| | | | | | | pg_config needs to be build for each target which creates some extra complications... 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>
* postgresql: update source to 9.5.1 and refresh patchesDaniel Golle2016-03-21
| | | | | | | | | | | | | | | Setting the additional include path for host-build of ecpg is no longer required and started breaking the build (PostgeSQL BUG-14033), remove it. Also, pgsql-server no longer requires shadow-su since procd can take care of starting it running under the appropriate user. Moving the dependency to pgsql-cli makes sense as the 'su' command is still needed to boot-strap a new data directory and also commonly used for other administration tasks. However, in that way the CLI and shadow-su can be removed during production once pgsql-server has been setup. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to 9.4.1Dirk Neukirchen2015-08-12
| | | | | | - supports arm64/aarch64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* postgresql: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
information, update to v9.0.17 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>