postgresql/src/backend/utils/misc
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current
user is now defined in terms of the user id, the user name is only computed
upon request (for display purposes). This is kind of the opposite of the
previous state, which would maintain the user name and compute the user id
for permission checks.

Besides perhaps saving a few cycles (integer vs string), this now creates a
single point of attack for changing the user id during a connection, for
purposes of "setuid" functions, etc.
2000-09-06 14:15:31 +00:00
..
.cvsignore Keep CVS quiet about derived file guc-file.c. 2000-06-02 00:04:26 +00:00
database.c Move global internal files to PGDATA/global. 2000-07-03 20:48:46 +00:00
guc-file.l Some pedantic compile syntax errors to fix with the following patch 2000-07-27 19:49:24 +00:00
guc.c Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. 2000-08-28 11:57:41 +00:00
Makefile New configure test for flex, which recognizes only flex but does so in all 2000-08-28 11:53:23 +00:00
postgresql.conf.sample New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
ps_status.c Another round of those unportable config/build changes :-/ 2000-07-09 13:14:19 +00:00
superuser.c Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00