pgsql: Refactor CLUSTER and REINDEX grammar to use DefElem for option l

2020-12-02 Thread Michael Paquier
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists This changes CLUSTER and REINDEX so as a parenthesized grammar becomes possible for options, while unifying the grammar parsing rules for option lists with the existing ones. This is a follow-up of the work done in 873ea9e for V

pgsql: Add GSS information to connection authorized log message

2020-12-02 Thread Stephen Frost
Add GSS information to connection authorized log message GSS information (if used) such as if the connection was authorized using GSS or if it was encrypted using GSS, and perhaps most importantly, what the GSS principal used for the authentication was, is extremely useful but wasn't being include