postgresql/src/backend/utils
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
..
adt Allow input format xxxx-xxxx-xxxx for macaddr type 2014-10-21 16:16:39 -04:00
cache Fix relcache for policies, and doc updates 2014-09-26 12:46:26 -04:00
error Add option to pg_ctl to choose event source for logging 2014-07-17 12:42:08 +02:00
fmgr pgindent run for 9.4 2014-05-06 12:12:18 -04:00
hash pgindent run for 9.4 2014-05-06 12:12:18 -04:00
init Add a function to get the authenticated user ID. 2014-10-23 08:18:45 -04:00
mb Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
misc Allow setting effective_io_concurrency even on unsupported systems 2014-10-18 21:35:46 -04:00
mmgr Fix and enhance the assertion of no palloc's in a critical section. 2014-06-30 10:26:00 +03:00
resowner pgindent run for 9.4 2014-05-06 12:12:18 -04:00
sort Update comment. 2014-10-22 15:44:07 +03:00
time Fix typos. 2014-10-20 10:23:40 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyright for 2014 2014-01-07 16:05:30 -05:00
Gen_dummy_probes.sed Update copyright for 2014 2014-01-07 16:05:30 -05:00
Gen_fmgrtab.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00
generate-errcodes.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Fix build with LWLOCK_STATS or dtrace. 2014-03-21 23:26:34 +01:00