summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Here is a patch.Bruce Momjian1999-03-161-13/+13
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-10/+10
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-7/+7
* Many more cleanups...Marc G. Fournier1998-12-141-91/+65
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-53/+21
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-8/+4
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-1/+1
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-0/+4
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-5/+5
* pg_user cleanup.Bruce Momjian1998-03-061-13/+13
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-371/+432
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-65/+65
* Password fix. Now people have to do the REVOKE themselves.Bruce Momjian1998-02-191-0/+34
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-7/+7
* getpid/pid cleanupBruce Momjian1998-01-251-1/+1
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
* Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier1997-12-301-7/+31
* Make password null on startup.Bruce Momjian1997-12-121-8/+28
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-6/+6
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-1/+0
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+379