postgresql/src/backend/tcop
Peter Eisentraut 070518ddab Add session_preload_libraries configuration parameter
This is like shared_preload_libraries except that it takes effect at
backend start and can be changed without a full postmaster restart.  It
is like local_preload_libraries except that it is still only settable by
a superuser.  This can be a better way to load modules such as
auto_explain.

Since there are now three preload parameters, regroup the documentation
a bit.  Put all parameters into one section, explain common
functionality only once, update the descriptions to reflect current and
future realities.

Reviewed-by: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
2013-07-12 21:23:50 -04:00
..
dest.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
fastpath.c sepgsql: Enforce db_procedure:{execute} permission. 2013-04-12 08:58:01 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
postgres.c Add session_preload_libraries configuration parameter 2013-07-12 21:23:50 -04:00
pquery.c Only install a portal's ResourceOwner if it actually has one. 2013-06-13 13:12:49 -04:00
utility.c Editorialize a bit on new ProcessUtility() API. 2013-04-28 00:18:45 -04:00