postgres/src/backend/utils/init
Noah Misch b72de09a1b Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
It was always false in single-user mode, in autovacuum workers, and in
background workers.  This had no specifically-identified security
consequences, but non-core code or future work might make it
security-relevant.  Back-patch to v11 (all supported versions).

Jelte Fennema-Nio.  Reported by Jelte Fennema-Nio.
2023-11-06 06:14:13 -08:00
..
globals.c Add support event triggers on authenticated login 2023-10-16 03:18:22 +03:00
Makefile Perform logical replication actions as the table owner. 2023-04-04 11:25:23 -04:00
meson.build Perform logical replication actions as the table owner. 2023-04-04 11:25:23 -04:00
miscinit.c Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2023-11-06 06:14:13 -08:00
postinit.c Add support event triggers on authenticated login 2023-10-16 03:18:22 +03:00
usercontext.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00