summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/superuser.c
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-16/+1
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-4/+4
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-091-23/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut2002-04-111-1/+6
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-3/+11
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-1/+5
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-12/+44
* 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