postgresql/src/test/regress
Stephen Frost a89505fd21 Remove various special checks around default roles
Default roles really should be like regular roles, for the most part.
This removes a number of checks that were trying to make default roles
extra special by not allowing them to be used as regular roles.

We still prevent users from creating roles in the "pg_" namespace or
from altering roles which exist in that namespace via ALTER ROLE, as
we can't preserve such changes, but otherwise the roles are very much
like regular roles.

Based on discussion with Robert and Tom.
2016-05-06 14:06:50 -04:00
..
data Improve key representation for GIN jsonb_ops, and fix existence-search bug. 2014-05-09 08:41:26 -04:00
expected Remove various special checks around default roles 2016-05-06 14:06:50 -04:00
input Add STRICT to some C functions created by the regression tests. 2016-01-09 13:02:54 -05:00
output Use less-generic names in matview.sql. 2016-04-15 13:04:17 -04:00
sql Remove various special checks around default roles 2016-05-06 14:06:50 -04:00
.gitignore Update .gitignore for config.cache. 2014-12-18 19:56:42 +09:00
GNUmakefile Respect TEMP_CONFIG when pg_regress_check and friends are called 2016-02-27 12:28:21 -05:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Move \crosstabview regression tests to a separate file 2016-04-08 23:42:24 -03:00
pg_regress_main.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_regress.c Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 2016-04-20 23:48:13 -04:00
pg_regress.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
regressplans.sh Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Move \crosstabview regression tests to a separate file 2016-04-08 23:42:24 -03:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".