summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* >From what I gather, this should be a little cleaner because theBruce Momjian1999-12-141-6/+14
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-141-1/+2
* I'm in TODO mood today ...Bruce Momjian1999-12-121-4/+9
* Fix compile error on older patch.Bruce Momjian1999-11-301-2/+2
* create/alter user extensionBruce Momjian1999-11-301-39/+85
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-3/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-211-13/+22
* Fix to give super user and createdb user proper update catalog rights.Bruce Momjian1999-09-271-2/+4
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-64/+79
* Make usecatupd disabled for normal users, and allow normal users toBruce Momjian1999-07-301-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-13/+13
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* pgindent run over code.Bruce Momjian1999-05-251-45/+43
* Repair problems with omitted password and VALID UNTILTom Lane1999-04-021-21/+38
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-161-6/+8