aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/superuser.c
Commit message (Expand)AuthorAge
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-09
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut2002-04-11
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Add:Bruce Momjian2000-01-26
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Final cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Cleaned up include headersMarc G. Fournier1996-11-03
* Convenience routine for checking superuser status.Bryan Henderson1996-11-02