PostgreSQL:
2018-09-28

pg_logfile_rotate() is a deprecated wrapper for the core function pg_rotate_logfile(). When that function was changed to rely on SQL privileges for access control rather than a hard-coded superuser check, pg_logfile_rotate() should have been updated as well, but the need for this was missed. Hence, if adminpack is installed, any user could request a logfile rotation, creating a minor security issue.

postgresql-client-10.5.tgz

postgresql-docs-10.5.tgz

postgresql-contrib-10.5.tgz

postgresql-server-10.5.tgz

postgresql-plpython-10.5.tgz

postgresql-pg_upgrade-10.5.tgz