summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/superuser.c
AgeCommit message (Expand)Author
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-15Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-05-29Make superuser.c maintain a simple one-entry cache holding the superuserTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-06-27First batch of object rename commands.Peter Eisentraut
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-04-11Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2001-09-08Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut
2001-06-13Allow a non-superuser database owner to vacuum all tables in hisTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-01-26Add:Bruce Momjian
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-02-25From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1996-11-03Cleaned up include headersMarc G. Fournier
1996-11-02Convenience routine for checking superuser status.Bryan Henderson