IABSD.fr/ports/databases/postgresql/patches

Branch :


Log

Author Commit Date CI Message
31563071 2021-02-09 20:01:36 update to PostgreSQL 13.1, mostly from jeremy@, ok jeremy pea danj
3cc19721 2020-02-06 00:36:12 Major to PostgreSQL 12.1, dump/restore or pg_upgrade needed Most of the work from pea@
7e074148 2018-12-03 16:22:08 - Remove mismerged patch (fix was already committed upstream but the patch wasn't removed, so duplicated some Makefile lines). - Set SONAME correctly for the libraries. A symlink (libpq.so -> libpq.so.N.M) is present during build. Internal programs linking with "-lpq" on arches using LLD get "NEEDED libpq.so" from the symlink instead of the correct "libpq.so.N.M". Override this by setting -soname (similar to what upstream are doing, but the library minor was missing in their version).
d8997a6e 2018-12-01 17:48:03 Update to 10.6 ok jeremy@
733582d3 2018-10-04 14:48:15 Backport fix for server crash when using foreign tables with SCRAM authentication. As this changes linking for shared libraries, bump all subpackages except -docs to be safe. OK pea@
e5bc402b 2018-09-06 19:08:59 Remove unneeded LIBRESSL_VERSION_NUMBER patches. We have the relevant BIO_meth_* interfaces for some time now. looks good to jca, bumping help from sthen ok jsing
858e7b19 2018-03-19 17:52:11 remove empty file
a1200e56 2018-02-18 17:49:08 we have BIO_meth_new (which pgsql checks for) but not some of the other functions that it also needs, neuter for now to unbreak. from jsing
1fe6ab36 2018-02-18 17:37:13 regen patch, no other change
454ea51c 2018-02-15 13:00:36 Update to 10.2 ok jeremy@