summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Collapse)AuthorAgeFilesLines
* pg_user cleanup.Bruce Momjian1998-03-061-13/+13
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-371/+432
|
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-65/+65
| | | | | | | | | | seems that my last post didn't make it through. That's good since the diff itself didn't covered the renaming of pg_user.h to pg_shadow.h and it's new content. Here it's again. The complete regression test passwd with only some float diffs. createuser and destroyuser work. pg_shadow cannot be read by ordinary user.
* Password fix. Now people have to do the REVOKE themselves.Bruce Momjian1998-02-191-0/+34
|
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-7/+7
| | | | calls.
* getpid/pid cleanupBruce Momjian1998-01-251-1/+1
|
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-6/+6
|
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
|
* Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier1997-12-301-7/+31
| | | | | | | | | | | | o A new patch that contains the following changes: -- The pg_pwd file is now cached in the postmaster's memory. -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed by a backend. -- qsort() is used to sort loaded password entries, and bsearch() is is used to find entries in the pg_pwd cache. -- backends now copy the pg_user relation to pg_pwd.pid, and then rename the temp file to be pg_pwd. -- The delimiter for pg_pwd has been changed to a tab character.
* Make password null on startup.Bruce Momjian1997-12-121-8/+28
|
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-6/+6
|
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-1/+0
| | | | | ...malloc/free -> palloc/pfree ...fopen/fclose -> AllocateFile/FreeFile
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+379