postgresql/src/backend/commands
Alvaro Herrera e52b690cf5 Don't handle PUBLIC/NONE separately
Since those role specifiers are checked in the grammar, there's no need
for the old checks to remain in place after 31eae6028e.  Remove them.

Backpatch to 9.5.

Noted and patch by Jeevan Chalke
2015-07-20 18:47:15 +02:00
..
aggregatecmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
alter.c Remove variable shadowing 2015-04-07 17:14:00 -03:00
analyze.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
async.c Add new function pg_notification_queue_usage. 2015-07-17 09:12:03 -04:00
cluster.c Support VERBOSE option in REINDEX command. 2015-05-15 20:09:57 +09:00
collationcmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
comment.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
constraint.c Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:43 -04:00
conversioncmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
copy.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
createas.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
dbcommands.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
define.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
discard.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dropcmds.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
event_trigger.c Avoid passing NULL to memcmp() in lookups of zero-argument functions. 2015-06-27 17:47:39 -04:00
explain.c Improve handling of CustomPath/CustomPlan(State) children. 2015-06-26 09:40:47 -04:00
extension.c Add missing_ok option to the SQL functions for reading files. 2015-06-28 21:35:46 +03:00
foreigncmds.c Avoid passing NULL to memcmp() in lookups of zero-argument functions. 2015-06-27 17:47:39 -04:00
functioncmds.c Fix DDL command collection for TRANSFORM 2015-06-26 18:17:54 -03:00
indexcmds.c Don't warn about creating temporary or unlogged hash indexes. 2015-06-26 11:37:32 -04:00
lockcmds.c Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT 2015-05-11 15:44:12 -04:00
Makefile Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
matview.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
opclasscmds.c Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
operatorcmds.c Fix event trigger support for the new ALTER OPERATOR command. 2015-07-14 19:50:18 +03:00
policy.c Add now-required #include. 2015-07-11 23:34:41 -04:00
portalcmds.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
prepare.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
proclang.c Add transforms feature 2015-04-26 10:33:14 -04:00
schemacmds.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
seclabel.c Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"." 2015-05-19 10:40:04 -04:00
sequence.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
tablecmds.c Retain comments on indexes and constraints at ALTER TABLE ... TYPE ... 2015-07-14 11:40:22 +03:00
tablespace.c Be more conservative about removing tablespace "symlinks". 2015-06-26 15:53:13 -04:00
trigger.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
tsearchcmds.c Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
typecmds.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
user.c Don't handle PUBLIC/NONE separately 2015-07-20 18:47:15 +02:00
vacuum.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
vacuumlazy.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
variable.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
view.c Require non-NULL pstate for all addRangeTableEntryFor* functions. 2015-03-11 15:26:43 -04:00