This is an automated email from the ASF dual-hosted git repository.
huor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git.
from 7936ceb HAWQ-1679. Fix travis failure due to missing apache license
information
new 7770727 HAWQ-1681. Support manage user in cloud
new 621b775 HAWQ-1682. Remove useless log for cloud authentication
new c72a3f5 HAWQ-1683. Using DEBUG3 instead INFO log in cloudrest.c
new 188f6a1 HAWQ-1684. Add connection close in header for cloud rest
new 6096055 HAWQ-1685. Fix bug in CheckUserExistOnCloud
new 63d8935 HAWQ-1688. Fix apache license header for cloud support
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/backend/commands/user.c | 504 +++++++++++++++++++++++-
src/backend/commands/variable.c | 14 +-
src/backend/libpq/Makefile | 2 +-
src/backend/libpq/auth.c | 68 ++++
src/backend/libpq/cloudrest.c | 459 +++++++++++++++++++++
src/backend/libpq/hba.c | 15 +
src/backend/tcop/postgres.c | 1 +
src/backend/utils/cache/lsyscache.c | 3 +-
src/backend/utils/init/miscinit.c | 8 +-
src/backend/utils/misc/guc.c | 24 ++
src/include/commands/user.h | 3 +
src/include/libpq/hba.h | 4 +-
src/include/utils/{rangerrest.h => cloudrest.h} | 93 ++---
src/include/utils/guc.h | 6 +
14 files changed, 1136 insertions(+), 68 deletions(-)
create mode 100644 src/backend/libpq/cloudrest.c
copy src/include/utils/{rangerrest.h => cloudrest.h} (52%)