aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/superuser.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Make superuser.c maintain a simple one-entry cache holding the superuserTom Lane2005-05-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* First batch of object rename commands.Peter Eisentraut2003-06-27
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* 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