postgresql/src
Stephen Frost 11523e860f Support new default roles with adminpack
This provides a newer version of adminpack which works with the newly
added default roles to support GRANT'ing to non-superusers access to
read and write files, along with related functions (unlinking files,
getting file length, renaming/removing files, scanning the log file
directory) which are supported through adminpack.

Note that new versions of the functions are required because an
environment might have an updated version of the library but still have
the old adminpack 1.0 catalog definitions (where EXECUTE is GRANT'd to
PUBLIC for the functions).

This patch also removes the long-deprecated alternative names for
functions that adminpack used to include and which are now included in
the backend, in adminpack v1.1.  Applications using the deprecated names
should be updated to use the backend functions instead.  Existing
installations which continue to use adminpack v1.0 should continue to
function until/unless adminpack is upgraded.

Reviewed-By: Michael Paquier
Discussion: https://postgr.es/m/20171231191939.GR2416%40tamriel.snowman.net
2018-04-06 14:47:10 -04:00
..
backend Support new default roles with adminpack 2018-04-06 14:47:10 -04:00
bin Fix compiler warning about format truncation 2018-04-06 08:43:50 -04:00
common Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
fe_utils Add \if support to pgbench 2018-03-22 17:42:03 +03:00
include Support new default roles with adminpack 2018-04-06 14:47:10 -04:00
interfaces Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
makefiles Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
pl PL/pgSQL: Add support for SET TRANSACTION 2018-04-05 15:30:24 -04:00
port Fix the new ARMv8 CRC code for short and unaligned input. 2018-04-04 14:40:39 +03:00
template
test Improve parse representation for MERGE 2018-04-06 09:38:59 +01:00
timezone
tools Install errcodes.txt for use by extensions. 2018-04-05 04:05:40 +01:00
tutorial
.gitignore
DEVELOPERS
Makefile Basic JIT provider and error handling infrastructure. 2018-03-21 19:28:28 -07:00
Makefile.global.in Use ARMv8 CRC instructions where available. 2018-04-04 12:22:45 +03:00
Makefile.shlib Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
nls-global.mk