postgresql/src/bin
Tom Lane 55a7cf80a0 Allow non-superuser database owners to create procedural languages.
A DBA is allowed to create a language in his database if it's marked
"tmpldbacreate" in pg_pltemplate.  The factory default is that this is set
for all standard trusted languages, but of course a superuser may adjust
the settings.  In service of this, add the long-foreseen owner column to
pg_language; renaming, dropping, and altering owner of a PL now follow
normal ownership rules instead of being superuser-only.
Jeremy Drake, with some editorialization by Tom Lane.
2007-03-26 16:58:41 +00:00
..
initdb Code cleanup: mark some variables with the "const" modifier, when they 2007-03-18 16:50:44 +00:00
ipcclean Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_config Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
pg_controldata Code cleanup: mark some variables with the "const" modifier, when they 2007-03-18 16:50:44 +00:00
pg_ctl Code cleanup: mark some variables with the "const" modifier, when they 2007-03-18 16:50:44 +00:00
pg_dump Allow non-superuser database owners to create procedural languages. 2007-03-26 16:58:41 +00:00
pg_resetxlog Remove undo information from pg_controldata --- never used. 2007-03-03 20:02:27 +00:00
pgevent Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
psql Allow non-superuser database owners to create procedural languages. 2007-03-26 16:58:41 +00:00
scripts Add code so database scans are done in an order consistent with 2007-02-13 18:06:18 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00