Merge branch 'master' into HAWQ-703
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/6917914a Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/6917914a Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/6917914a Branch: refs/heads/HAWQ-703 Commit: 6917914a1885bf0a1c2ca56e7f4444a4fc12fc23 Parents: a042001 192cff1 Author: Oleksandr Diachenko <[email protected]> Authored: Thu May 5 16:07:00 2016 -0700 Committer: Oleksandr Diachenko <[email protected]> Committed: Thu May 5 16:07:00 2016 -0700 ---------------------------------------------------------------------- src/backend/utils/misc/guc.c | 14 + src/backend/utils/misc/postgresql.conf.sample | 1 + tools/bin/.gitignore | 1 - tools/bin/Makefile | 26 +- tools/bin/ext/Makefile | 27 + tools/bin/ext/__init__.py | 0 tools/bin/ext/pygresql/__init__.py | 0 tools/bin/generate-greenplum-path.sh | 7 - tools/bin/gpcheck | 4 +- tools/bin/gpload.py | 2 +- tools/bin/gppylib/commands/base.py | 2 +- tools/bin/gppylib/commands/gp.py | 2 +- tools/bin/gppylib/db/dbconn.py | 2 +- tools/bin/gppylib/operations/gpMigratorUtil.py | 2 +- .../bin/gppylib/operations/test_utils_helper.py | 2 +- .../test/regress/test_regress_pygresql.py | 4 +- tools/bin/hawq_ctl | 2 +- tools/bin/hawqconfig | 2 +- tools/bin/hawqextract | 4 +- tools/bin/hawqfilespace | 2 +- tools/bin/hawqstate | 2 +- tools/bin/lib/gpcheckcat | 4 +- tools/bin/pythonSrc/.gitignore | 1 + .../pythonSrc/PyGreSQL-4.0/docs/announce.html | 28 + .../pythonSrc/PyGreSQL-4.0/docs/announce.txt | 23 + .../pythonSrc/PyGreSQL-4.0/docs/changelog.html | 333 ++ .../pythonSrc/PyGreSQL-4.0/docs/changelog.txt | 285 ++ .../bin/pythonSrc/PyGreSQL-4.0/docs/default.css | 279 ++ tools/bin/pythonSrc/PyGreSQL-4.0/docs/docs.css | 109 + .../bin/pythonSrc/PyGreSQL-4.0/docs/future.html | 62 + .../bin/pythonSrc/PyGreSQL-4.0/docs/future.txt | 48 + .../bin/pythonSrc/PyGreSQL-4.0/docs/index.html | 182 + .../pythonSrc/PyGreSQL-4.0/docs/install.html | 198 + .../bin/pythonSrc/PyGreSQL-4.0/docs/install.txt | 188 + tools/bin/pythonSrc/PyGreSQL-4.0/docs/pg.html | 2429 +++++++++++ tools/bin/pythonSrc/PyGreSQL-4.0/docs/pg.txt | 1382 +++++++ tools/bin/pythonSrc/PyGreSQL-4.0/docs/pgdb.html | 51 + tools/bin/pythonSrc/PyGreSQL-4.0/docs/pgdb.txt | 42 + .../bin/pythonSrc/PyGreSQL-4.0/docs/readme.html | 243 ++ .../bin/pythonSrc/PyGreSQL-4.0/docs/readme.txt | 206 + tools/bin/pythonSrc/PyGreSQL-4.0/pg.py | 711 ++++ tools/bin/pythonSrc/PyGreSQL-4.0/pgdb.py | 582 +++ tools/bin/pythonSrc/PyGreSQL-4.0/pgmodule.c | 3756 ++++++++++++++++++ tools/bin/pythonSrc/PyGreSQL-4.0/setup.py | 152 + .../pythonSrc/PyGreSQL-4.0/tutorial/advanced.py | 198 + .../pythonSrc/PyGreSQL-4.0/tutorial/basics.py | 296 ++ .../bin/pythonSrc/PyGreSQL-4.0/tutorial/func.py | 205 + .../pythonSrc/PyGreSQL-4.0/tutorial/syscat.py | 149 + 48 files changed, 12213 insertions(+), 37 deletions(-) ----------------------------------------------------------------------
