index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
superuser.c
Age
Commit message (
Expand
)
Author
2002-12-05
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
2002-08-09
has_table_privilege spawns scions has_database_privilege, has_function_privil...
Tom Lane
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-05-20
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-04-11
Make sure that usesuper is always accessed through superuser(), so that the
Peter Eisentraut
2002-02-18
Privileges on functions and procedural languages
Peter Eisentraut
2001-09-08
Make the world somewhat safe for (not from) DELETE FROM pg_shadow;
Peter Eisentraut
2001-06-13
Allow a non-superuser database owner to vacuum all tables in his
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-09-06
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-01-26
Add:
Bruce Momjian
2000-01-14
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
1999-11-24
Add pg_statistic index, add missing Hiroshi file.
Bruce Momjian
1999-11-22
Add system indexes to match all caches.
Bruce Momjian
1999-07-16
Final cleanup
Bruce Momjian
1999-07-15
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1998-09-01
OK, folks, here is the pgindent output.
Bruce Momjian
1998-08-19
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-02-25
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1997-09-08
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1996-11-03
Cleaned up include headers
Marc G. Fournier
1996-11-02
Convenience routine for checking superuser status.
Bryan Henderson