postgresql/src/backend/utils/init
Noah Misch ecd5d240c5 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:17 -08:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
globals.c Add function to log the memory contexts of specified backend process. 2021-04-06 13:44:15 +09:00
miscinit.c Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2023-11-06 06:14:17 -08:00
postinit.c Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00