This is an automated email from the ASF dual-hosted git repository.
huor pushed a change to branch huor
in repository https://gitbox.apache.org/repos/asf/hawq.git.
discard 12e2ed3 Fix travis failure due to missing apache license information
discard b341d2a Remove hdfsprotocol_validate error
discard 621f4ba Fix typo of orc in contrib
discard c6b9711 Add header file for libyarn client
discard c9acd20 HAWQ-1677. Disable orc compilation until it is available
discard 6823cc3 Build apache hawq on mac osx 10.14 platform
add b56084d HAWQ-1677. Disable orc compilation until it is available
add 7cd9f06 HAWQ-1678. Add missing header file for libyarn client
add 86fbd2e HAWQ-1679. Fix typo of orc in contrib
add 7a1358b HAWQ-1679. Remove unnecessary error in hdfsprotocol_validate
function
add 7936ceb HAWQ-1679. Fix travis failure due to missing apache license
information
add 7770727 HAWQ-1681. Support manage user in cloud
add 621b775 HAWQ-1682. Remove useless log for cloud authentication
add c72a3f5 HAWQ-1683. Using DEBUG3 instead INFO log in cloudrest.c
add 188f6a1 HAWQ-1684. Add connection close in header for cloud rest
add 6096055 HAWQ-1685. Fix bug in CheckUserExistOnCloud
add 63d8935 HAWQ-1688. Fix apache license header for cloud support
add aea301f HAWQ-1687. Fix travis broken due to missing apr-1-config
new fe10512 Build apache hawq on mac osx 10.14 platform
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (12e2ed3)
\
N -- N -- N refs/heads/huor (fe10512)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.travis.yml | 1 +
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 +
15 files changed, 1137 insertions(+), 68 deletions(-)
create mode 100644 src/backend/libpq/cloudrest.c
copy src/include/utils/{rangerrest.h => cloudrest.h} (52%)