summaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include's.Bruce Momjian2000-06-151-2/+1
|
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-2/+2
| | | | CurrentTriggerData is history.
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-1/+1
|
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-7/+7
| | | | | | | | | | | | * Let unprivileged users change their own passwords. * The password is now an Sconst in the parser, which better reflects its text datatype and also forces users to quote them. * If your password is NULL you won't be written to the password file, meaning you can't connect until you have a password set up (if you use password authentication). * When you drop a user that owns a database you get an error. The database is not gone.
* update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck1999-12-211-1/+1
| | | | Jan
* Clean up some minor gcc warnings.Tom Lane1999-12-201-0/+2
|
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-161-0/+4
| | | | | | | | | didn't have time for documentation yet, but I'll write some. There are still some things to work out what happens when you alter or drop users, but the group stuff in and by itself is done. -- Peter Eisentraut Sernanders väg 10:115
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-0/+3
|
* Here is a patch.Bruce Momjian1999-03-161-3/+3
| | | | | | | | I have changed to call pg_exec_query_dest() instead of pg_exec_query(). Thanks. Hiroshi Inoue
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-1/+1
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-1/+1
|
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+17