You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by rv...@apache.org on 2015/09/22 21:14:38 UTC

[35/35] incubator-hawq git commit: SGA import. Now with files previously missing because of the .gitignore issue

SGA import. Now with files previously missing because of the .gitignore issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/a485be47
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/a485be47
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/a485be47

Branch: refs/heads/master
Commit: a485be476fbff3b8103644febba7400bbfad7867
Parents: 8b26974
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Tue Sep 22 12:12:07 2015 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Tue Sep 22 12:12:07 2015 -0700

----------------------------------------------------------------------
 src/backend/access/index/basedef.json           |  5492 ++++
 src/backend/access/index/caql.files             |   101 +
 src/backend/access/index/caql.md5               |   102 +
 src/backend/access/index/caqlfilemap.json       |   478 +
 src/backend/access/index/catquery.c             | 23165 +++++++++++++++++
 src/backend/access/index/gperf.init             |  4038 +++
 src/backend/access/index/uniqdef.json           |  5755 ++++
 src/backend/utils/mb/Unicode/UCS_to_BIG5.pl     |   177 +
 .../gpmapreduce/yaml-0.1.1/src/.deps/api.Plo    |    95 +
 .../gpmapreduce/yaml-0.1.1/src/.deps/dumper.Plo |    95 +
 .../yaml-0.1.1/src/.deps/emitter.Plo            |    96 +
 .../gpmapreduce/yaml-0.1.1/src/.deps/loader.Plo |    95 +
 .../gpmapreduce/yaml-0.1.1/src/.deps/parser.Plo |    95 +
 .../gpmapreduce/yaml-0.1.1/src/.deps/reader.Plo |    95 +
 .../yaml-0.1.1/src/.deps/scanner.Plo            |    96 +
 .../gpmapreduce/yaml-0.1.1/src/.deps/writer.Plo |    95 +
 .../tests/.deps/example-deconstructor-alt.Po    |    71 +
 .../tests/.deps/example-deconstructor.Po        |    71 +
 .../tests/.deps/example-reformatter-alt.Po      |    71 +
 .../tests/.deps/example-reformatter.Po          |    71 +
 .../yaml-0.1.1/tests/.deps/run-dumper.Po        |    72 +
 .../yaml-0.1.1/tests/.deps/run-emitter.Po       |    72 +
 .../yaml-0.1.1/tests/.deps/run-loader.Po        |    72 +
 .../yaml-0.1.1/tests/.deps/run-parser.Po        |    72 +
 .../yaml-0.1.1/tests/.deps/run-scanner.Po       |    72 +
 src/pl/pljava/src/java/.p4ignore                |     2 +
 src/test/regress/GNUmakefile                    |   232 +
 .../data/upgrade12/upg2_catupgrade_121.sql      |   745 +
 .../regress/data/upgrade33/pg_aggregate32.data  |   126 +
 .../regress/data/upgrade33/pg_attribute32.data  |  1951 ++
 .../regress/data/upgrade33/pg_class32.data.in   |   243 +
 .../regress/data/upgrade33/pg_conversion32.data |   125 +
 .../regress/data/upgrade33/pg_depend32.data     |  5171 ++++
 .../data/upgrade33/pg_description32.data        |  1861 ++
 src/test/regress/data/upgrade33/pg_index32.data |    93 +
 .../data/upgrade33/pg_namespace32.data.in       |     7 +
 src/test/regress/data/upgrade33/pg_proc32.data  |  2687 ++
 .../regress/data/upgrade33/pg_rewrite32.data    |    85 +
 .../regress/data/upgrade33/pg_shdepend32.data   |     2 +
 .../data/upgrade33/pg_shdescription32.data      |     2 +
 src/test/regress/data/upgrade33/pg_type32.data  |   265 +
 .../data/upgrade33/upg2_conversion32.sql.in     |   259 +
 .../upgrade33/upg2_pg_attribute_toadd32.data.in |    46 +
 .../upgrade33/upg2_pg_class_toadd32.data.in     |     8 +
 .../data/upgrade33/upg2_pg_depend_toadd32.data  |    27 +
 .../upgrade33/upg2_pg_description_toadd32.data  |    15 +
 .../upgrade33/upg2_pg_index_toadd32.data.in     |     5 +
 .../upgrade33/upg2_pg_namespace_toadd32.data    |     1 +
 .../data/upgrade33/upg2_pg_proc_toadd32.data    |    15 +
 .../data/upgrade33/upg2_pg_type_toadd32.data.in |     6 +
 .../regress/data/upgrade34/pg_aggregate33.data  |   126 +
 .../regress/data/upgrade34/pg_attribute33.data  |  1997 ++
 .../regress/data/upgrade34/pg_class33.data.in   |   250 +
 .../regress/data/upgrade34/pg_conversion33.data |   133 +
 .../regress/data/upgrade34/pg_depend33.data     |  5148 ++++
 .../data/upgrade34/pg_description33.data        |  2094 ++
 src/test/regress/data/upgrade34/pg_index33.data |    96 +
 .../data/upgrade34/pg_namespace33.data.in       |     7 +
 src/test/regress/data/upgrade34/pg_proc33.data  |  2708 ++
 .../regress/data/upgrade34/pg_rewrite33.data    |    85 +
 .../regress/data/upgrade34/pg_shdepend33.data   |     2 +
 .../data/upgrade34/pg_shdescription33.data      |     2 +
 src/test/regress/data/upgrade34/pg_type33.data  |   269 +
 .../upgrade34/upg2_pg_attribute_toadd33.data.in |   340 +
 .../upgrade34/upg2_pg_class_toadd33.data.in     |    52 +
 .../data/upgrade34/upg2_pg_depend_toadd33.data  |   169 +
 .../upgrade34/upg2_pg_description_toadd33.data  |    83 +
 .../upgrade34/upg2_pg_index_toadd33.data.in     |    30 +
 .../upgrade34/upg2_pg_namespace_toadd33.data    |     2 +
 .../data/upgrade34/upg2_pg_proc_toadd33.data    |    83 +
 .../data/upgrade34/upg2_pg_type_toadd33.data.in |    28 +
 src/test/regress/data/upgrade41/.p4ignore       |     4 +
 tools/bin/ext/.p4ignore                         |     3 +
 tools/bin/ext/Crypto/.p4ignore                  |     2 +
 tools/bin/ext/Makefile                          |    27 +
 tools/bin/ext/__init__.py                       |   290 +
 tools/bin/ext/figleaf/__init__.py               |   309 +
 tools/bin/ext/figleaf/_lib.py                   |     6 +
 tools/bin/ext/figleaf/annotate.py               |   225 +
 tools/bin/ext/figleaf/annotate_cover.py         |   143 +
 tools/bin/ext/figleaf/annotate_html.py          |   276 +
 tools/bin/ext/figleaf/annotate_sections.py      |    79 +
 tools/bin/ext/figleaf/figleaf2html              |     7 +
 tools/bin/ext/figleaf/internals.py              |   241 +
 tools/bin/ext/figleaf/nose_sections.py          |   117 +
 tools/bin/ext/pg8000/__init__.py                |    37 +
 tools/bin/ext/pg8000/dbapi.py                   |   621 +
 tools/bin/ext/pg8000/errors.py                  |   115 +
 tools/bin/ext/pg8000/interface.py               |   542 +
 tools/bin/ext/pg8000/protocol.py                |  1340 +
 tools/bin/ext/pg8000/types.py                   |   687 +
 tools/bin/ext/pg8000/util.py                    |    20 +
 tools/bin/ext/pygresql/__init__.py              |     0
 tools/bin/ext/simplejson/__init__.py            |   287 +
 tools/bin/ext/simplejson/_speedups.c            |   215 +
 tools/bin/ext/simplejson/decoder.py             |   273 +
 tools/bin/ext/simplejson/encoder.py             |   371 +
 tools/bin/ext/simplejson/jsonfilter.py          |    40 +
 tools/bin/ext/simplejson/scanner.py             |    63 +
 tools/bin/ext/simplejson/tests/__init__.py      |     0
 tools/bin/ext/simplejson/tests/test_attacks.py  |     6 +
 tools/bin/ext/simplejson/tests/test_dump.py     |    10 +
 tools/bin/ext/simplejson/tests/test_fail.py     |    70 +
 tools/bin/ext/simplejson/tests/test_float.py    |     4 +
 tools/bin/ext/simplejson/tests/test_indent.py   |    41 +
 tools/bin/ext/simplejson/tests/test_pass1.py    |    72 +
 tools/bin/ext/simplejson/tests/test_pass2.py    |    11 +
 tools/bin/ext/simplejson/tests/test_pass3.py    |    16 +
 .../bin/ext/simplejson/tests/test_recursion.py  |    62 +
 .../bin/ext/simplejson/tests/test_separators.py |    41 +
 tools/bin/ext/simplejson/tests/test_unicode.py  |    16 +
 tools/bin/ext/yaml/__init__.py                  |   290 +
 tools/bin/ext/yaml/__init__.pyc                 |   Bin 0 -> 11360 bytes
 tools/bin/ext/yaml/composer.py                  |   118 +
 tools/bin/ext/yaml/composer.pyc                 |   Bin 0 -> 4204 bytes
 tools/bin/ext/yaml/constructor.py               |   675 +
 tools/bin/ext/yaml/constructor.pyc              |   Bin 0 -> 22333 bytes
 tools/bin/ext/yaml/cyaml.py                     |    85 +
 tools/bin/ext/yaml/cyaml.pyc                    |   Bin 0 -> 3846 bytes
 tools/bin/ext/yaml/dumper.py                    |    62 +
 tools/bin/ext/yaml/dumper.pyc                   |   Bin 0 -> 2614 bytes
 tools/bin/ext/yaml/emitter.py                   |  1163 +
 tools/bin/ext/yaml/emitter.pyc                  |   Bin 0 -> 32743 bytes
 tools/bin/ext/yaml/error.py                     |    75 +
 tools/bin/ext/yaml/error.pyc                    |   Bin 0 -> 3040 bytes
 tools/bin/ext/yaml/events.py                    |    86 +
 tools/bin/ext/yaml/events.pyc                   |   Bin 0 -> 5094 bytes
 tools/bin/ext/yaml/loader.py                    |    40 +
 tools/bin/ext/yaml/loader.pyc                   |   Bin 0 -> 1925 bytes
 tools/bin/ext/yaml/nodes.py                     |    49 +
 tools/bin/ext/yaml/nodes.pyc                    |   Bin 0 -> 2236 bytes
 tools/bin/ext/yaml/parser.py                    |   586 +
 tools/bin/ext/yaml/parser.pyc                   |   Bin 0 -> 14891 bytes
 tools/bin/ext/yaml/reader.py                    |   225 +
 tools/bin/ext/yaml/reader.pyc                   |   Bin 0 -> 6802 bytes
 tools/bin/ext/yaml/representer.py               |   488 +
 tools/bin/ext/yaml/representer.pyc              |   Bin 0 -> 15117 bytes
 tools/bin/ext/yaml/resolver.py                  |   223 +
 tools/bin/ext/yaml/resolver.pyc                 |   Bin 0 -> 6782 bytes
 tools/bin/ext/yaml/scanner.py                   |  1456 ++
 tools/bin/ext/yaml/scanner.pyc                  |   Bin 0 -> 34012 bytes
 tools/bin/ext/yaml/serializer.py                |   111 +
 tools/bin/ext/yaml/serializer.pyc               |   Bin 0 -> 4430 bytes
 tools/bin/ext/yaml/tokens.py                    |   104 +
 tools/bin/ext/yaml/tokens.pyc                   |   Bin 0 -> 6678 bytes
 .../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 +
 170 files changed, 93059 insertions(+)
----------------------------------------------------------------------