postgresql/src/backend/utils/init
Robert Haas 5ac372fc1a Add a function to get the authenticated user ID.
Previously, this was not exposed outside of miscinit.c.  It is needed
for the pending pg_background patch, and will also be needed for
parallelism.  Without it, there's no way for a background worker to
re-create the exact authentication environment that was present in the
process that started it, which could lead to security exposures.
2014-10-23 08:18:45 -04:00
..
globals.c Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
miscinit.c Add a function to get the authenticated user ID. 2014-10-23 08:18:45 -04:00
postinit.c Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 2014-09-13 21:01:57 -04:00