please add pgadmin 4.15 to (debian) linux repositories

2019-11-23 Thread André Verwijs
please add/update PgAdmin 4.15 to (debian) Linux (and others) repositories source code: https://www.postgresql.org/ftp/pgadmin/pgadmin4/v4.15/source/ repositories: http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main https://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg-testing main

pgsql: Add object TRUNCATE hook

2019-11-23 Thread Joe Conway
Add object TRUNCATE hook All operations with acl permissions checks should have a corresponding hook so that, for example, mandatory access control (MAC) may be enforced by an extension. The command TRUNCATE is missing this hook, so add it. Patch by Yuli Khodorkovskiy with some editorialization by

pgsql: Update sepgsql to add mandatory access control for TRUNCATE

2019-11-23 Thread Joe Conway
Update sepgsql to add mandatory access control for TRUNCATE Use SELinux "db_table: { truncate }" to check if permission is granted to TRUNCATE. Update example SELinux policy to grant needed permission for TRUNCATE. Add new regression test to demonstrate a positive and negative cases. Test will onl

pgsql: Remove debugging aid

2019-11-23 Thread Alvaro Herrera
Remove debugging aid This Assert(false) was not supposed to be in the committed copy. Reported by: Tom Lane Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/45ff049e288b0fc7d68195b25ba1a78522e7a45b Modi

pgsql: Improve test coverage for LISTEN/NOTIFY.

2019-11-23 Thread Tom Lane
Improve test coverage for LISTEN/NOTIFY. Back-patch commit b10f40bf0 into older branches. This adds reporting of NOTIFY messages to isolationtester.c, and extends the async-notify test to include direct tests of basic NOTIFY functionality. This provides useful infrastructure for testing a bug fi

pgsql: Improve test coverage for LISTEN/NOTIFY.

2019-11-23 Thread Tom Lane
Improve test coverage for LISTEN/NOTIFY. Back-patch commit b10f40bf0 into older branches. This adds reporting of NOTIFY messages to isolationtester.c, and extends the async-notify test to include direct tests of basic NOTIFY functionality. This provides useful infrastructure for testing a bug fi

pgsql: Improve test coverage for LISTEN/NOTIFY.

2019-11-23 Thread Tom Lane
Improve test coverage for LISTEN/NOTIFY. Back-patch commit b10f40bf0 into older branches. This adds reporting of NOTIFY messages to isolationtester.c, and extends the async-notify test to include direct tests of basic NOTIFY functionality. This provides useful infrastructure for testing a bug fi

pgsql: Improve test coverage for LISTEN/NOTIFY.

2019-11-23 Thread Tom Lane
Improve test coverage for LISTEN/NOTIFY. Back-patch commit b10f40bf0 into older branches. This adds reporting of NOTIFY messages to isolationtester.c, and extends the async-notify test to include direct tests of basic NOTIFY functionality. This provides useful infrastructure for testing a bug fi