This is an automated email from the ASF dual-hosted git repository.
huor pushed a change to branch huor_cloud
in repository https://gitbox.apache.org/repos/asf/hawq.git.
from b56084d HAWQ-1677. Disable orc compilation until it is available
new dcbc5ec HAWQ-1681. Support manage user in cloud
new 20d8b1f HAWQ-1682. Remove useless log for cloud authentication
new 1bb460b HAWQ-1683. Using DEBUG3 instead INFO log in cloudrest.c
new 073fa07 HAWQ-1684. Add connection close in header for cloud rest
new 46847b5 HAWQ-1685. Fix bug in CheckUserExistOnCloud
The 5 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 | 447 ++++++++++++++++++++++++++++++++
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/cloudrest.h | 88 +++++++
src/include/utils/guc.h | 6 +
14 files changed, 1171 insertions(+), 16 deletions(-)
create mode 100644 src/backend/libpq/cloudrest.c
create mode 100644 src/include/utils/cloudrest.h