postgresql/src/backend/commands
Magnus Hagander 66a8a0428d Give superusers REPLIACTION permission by default
This can be overriden by using NOREPLICATION on the CREATE ROLE
statement, but by default they will have it, making it backwards
compatible and "less surprising" (given that superusers normally
override all checks).
2011-01-05 14:24:17 +01:00
..
aggregatecmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
alter.c Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. 2011-01-03 22:08:55 -05:00
analyze.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
async.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
cluster.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
comment.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
constraint.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
conversioncmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
copy.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
dbcommands.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
define.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
discard.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
explain.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
foreigncmds.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
functioncmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
indexcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
lockcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
opclasscmds.c Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. 2011-01-03 22:08:55 -05:00
operatorcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
portalcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
prepare.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
proclang.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
schemacmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
seclabel.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
sequence.c Implement remaining fields of information_schema.sequences view 2011-01-02 15:15:21 +02:00
tablecmds.c Basic foreign table support. 2011-01-01 23:48:11 -05:00
tablespace.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
trigger.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tsearchcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
typecmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
user.c Give superusers REPLIACTION permission by default 2011-01-05 14:24:17 +01:00
vacuum.c Fix typo. 2011-01-02 07:26:10 -05:00
vacuumlazy.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
variable.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
view.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00