index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
superuser.c
Commit message (
Expand
)
Author
Age
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
First batch of object rename commands.
Peter Eisentraut
2003-06-27
*
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
2002-12-05
*
has_table_privilege spawns scions has_database_privilege, has_function_privil...
Tom Lane
2002-08-09
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-05-20
*
Make sure that usesuper is always accessed through superuser(), so that the
Peter Eisentraut
2002-04-11
*
Privileges on functions and procedural languages
Peter Eisentraut
2002-02-18
*
Make the world somewhat safe for (not from) DELETE FROM pg_shadow;
Peter Eisentraut
2001-09-08
*
Allow a non-superuser database owner to vacuum all tables in his
Tom Lane
2001-06-13
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
*
Add:
Bruce Momjian
2000-01-26
*
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
2000-01-14
*
Add pg_statistic index, add missing Hiroshi file.
Bruce Momjian
1999-11-24
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
Final cleanup
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-25
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Cleaned up include headers
Marc G. Fournier
1996-11-03
*
Convenience routine for checking superuser status.
Bryan Henderson
1996-11-02