summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/superuser.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-6/+12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-4/+3
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* Final cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+4
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-3/+3
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-15/+13
* Cleaned up include headersMarc G. Fournier1996-11-031-5/+1
* Convenience routine for checking superuser status.Bryan Henderson1996-11-021-0/+43