postgresql/src/backend/rewrite
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
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
locks.c Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
rewriteDefine.c Type lztext is toast. 2000-07-30 22:14:09 +00:00
rewriteHandler.c Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
rewriteManip.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
rewriteRemove.c Use a private memory context to store rule information in each relcache 2000-06-30 07:04:23 +00:00
rewriteSupport.c Use a private memory context to store rule information in each relcache 2000-06-30 07:04:23 +00:00