aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAge
* Replace useless strcasecmp's by strcmp's.Peter Eisentraut2001-09-19
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-07-12
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-10
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Fix missing CommandCounterIncrement in DROP USER.Tom Lane2000-10-19
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-27
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Missed some array updates ...Tom Lane2000-07-22
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut2000-06-25
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Don't leak a file descriptor when updating pg_pwd file. Also, check forTom Lane2000-05-04
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Remove another incorrect UserAbortTransactionBlock() call.Tom Lane2000-03-15
* Silence gcc warning about uninitialized var.Tom Lane2000-02-15
* Add:Bruce Momjian2000-01-26
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck1999-12-21
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* > From what I gather, this should be a little cleaner because theBruce Momjian1999-12-14
* >From what I gather, this should be a little cleaner because theBruce Momjian1999-12-14
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* I'm in TODO mood today ...Bruce Momjian1999-12-12
* Fix compile error on older patch.Bruce Momjian1999-11-30
* create/alter user extensionBruce Momjian1999-11-30
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Fix to give super user and createdb user proper update catalog rights.Bruce Momjian1999-09-27