postgresql/src/backend
Stephen Frost 7a542700df Create default roles
This creates an initial set of default roles which administrators may
use to grant access to, historically, superuser-only functions.  Using
these roles instead of granting superuser access reduces the number of
superuser roles required for a system.  Documention for each of the
default roles has been added to user-manag.sgml.

Bump catversion to 201604082, as we had a commit that bumped it to
201604081 and another that set it back to 201604071...

Reviews by José Luis Tallón and Robert Haas
2016-04-08 16:56:27 -04:00
..
access Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
commands Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
executor Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
foreign Don't require a user mapping for FDWs to work. 2016-03-28 21:50:28 -04:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Add authentication parameters compat_realm and upn_usename for SSPI 2016-04-08 20:28:38 +02:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
optimizer Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
parser Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Fix latent portability issue in pgwin32_dispatch_queued_signals(). 2016-04-04 11:13:17 -04:00
postmaster Use GRANT system to manage access to sensitive functions 2016-04-06 21:45:32 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Use proper format specifier %X/%X for LSN, again. 2016-04-06 22:20:52 +09:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
tcop Support ALTER THING .. DEPENDS ON EXTENSION 2016-04-05 18:38:54 -03:00
tsearch Fix possible use of uninitialised value in ts_headline() 2016-04-08 21:25:14 +03:00
utils Create default roles 2016-04-08 16:56:27 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Support multiple synchronous standby servers. 2016-04-06 17:18:25 +09:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00