| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pg_user cleanup. | Bruce Momjian | 1998-03-06 | 1 | -13/+13 |
| | | |||||
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -371/+432 |
| | | |||||
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 1 | -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 Momjian | 1998-02-19 | 1 | -0/+34 |
| | | |||||
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -7/+7 |
| | | | | | calls. | ||||
| * | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 1 | -1/+1 |
| | | |||||
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -6/+6 |
| | | |||||
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -6/+6 |
| | | |||||
| * | Slightly delayed patches from Todd...damn holidays :) | Marc G. Fournier | 1997-12-30 | 1 | -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 Momjian | 1997-12-12 | 1 | -8/+28 |
| | | |||||
| * | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 | 1 | -6/+6 |
| | | |||||
| * | Major code cleanup following the pg_password insertion... | Marc G. Fournier | 1997-12-09 | 1 | -1/+0 |
| | | | | | | ...malloc/free -> palloc/pfree ...fopen/fclose -> AllocateFile/FreeFile | ||||
| * | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | 1997-12-04 | 1 | -0/+379 |
