summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* Change made to elog:Bruce Momjian2002-03-061-7/+6
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+88
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-9/+10
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-4/+3
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-021-17/+10
* Reject tabs and linefeeds in usernames and passwords that are beingTom Lane2001-11-011-18/+47
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-7/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-47/+63
* Replace useless strcasecmp's by strcmp's.Peter Eisentraut2001-09-191-21/+21
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-15/+26
* Add 4-byte MD5 salt.Bruce Momjian2001-08-171-3/+5
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-151-2/+1
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-81/+116
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-07-121-18/+50
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-101-49/+174
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-27/+7
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-88/+92
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-7/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-9/+6
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-3/+4
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-47/+42
* Fix missing CommandCounterIncrement in DROP USER.Tom Lane2000-10-191-3/+9
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-191-2/+2
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-271-3/+3
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-10/+12
* Missed some array updates ...Tom Lane2000-07-221-7/+7
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+2
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-6/+11
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+2
* Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut2000-06-251-37/+5
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-35/+4
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-4/+35
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-5/+7
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-021-5/+5
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-7/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-10/+4
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Don't leak a file descriptor when updating pg_pwd file. Also, check forTom Lane2000-05-041-11/+21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-738/+774
* Remove another incorrect UserAbortTransactionBlock() call.Tom Lane2000-03-151-2/+1
* Silence gcc warning about uninitialized var.Tom Lane2000-02-151-1/+5
* Add:Bruce Momjian2000-01-261-2/+3
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-460/+475
* update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck1999-12-211-2/+12
* Clean up some minor gcc warnings.Tom Lane1999-12-201-11/+6
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-161-2/+527
* > From what I gather, this should be a little cleaner because theBruce Momjian1999-12-141-14/+6