postgresql/src/backend
Tom Lane 9e83d73b6c Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be
examinable by non-superusers, and use it to protect the recently-added
GUC variables for data directory and config files.  For now I have only
flagged those variables that could be used to deduce something about
the server's filesystem layout, but possibly we should also mark vars
related to logging settings and other admin-only information?
2004-10-22 19:48:19 +00:00
..
access Allow functions returning void or cstring to appear in FROM clause, 2004-10-20 16:04:50 +00:00
bootstrap Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
catalog Trivial fix: remove a pointless cast. 2004-10-18 01:45:38 +00:00
commands In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 2004-10-22 17:20:05 +00:00
executor Allow functions returning void or cstring to appear in FROM clause, 2004-10-20 16:04:50 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Add some code to ensure that we don't lose communication sync due to 2004-10-18 23:23:19 +00:00
main Message style revisions 2004-10-12 21:54:45 +00:00
nodes Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
optimizer In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 2004-10-22 17:20:05 +00:00
parser Allow functions returning void or cstring to appear in FROM clause, 2004-10-20 16:04:50 +00:00
po Translation updates. 2004-10-22 12:04:13 +00:00
port More minor cosmetic improvements: 2004-10-13 01:25:13 +00:00
postmaster Standardize on using the Min, Max, and Abs macros that are in our c.h file, 2004-10-21 19:28:36 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage Allow background writing to be shut down by setting limit values to zero. 2004-10-17 22:01:51 +00:00
tcop Have log_duration only output when log_statement has printed the query. 2004-10-15 16:50:31 +00:00
utils Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 2004-10-22 19:48:19 +00:00
Makefile Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00