postgresql/src/backend/utils
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
..
adt Added functions 2000-09-05 20:25:14 +00:00
cache Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
error Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
fmgr Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
hash Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
init Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
mb Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
misc Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
mmgr Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
sort Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
time Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Repair parallel make in backend tree (and make it really parallel). 2000-07-13 16:07:14 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00