1. 02 3月, 2016 6 次提交
  2. 01 3月, 2016 3 次提交
  3. 29 2月, 2016 4 次提交
  4. 27 2月, 2016 4 次提交
    • M
      Fix gpfdist test issues · 635d7555
      Marbin Tan 提交于
      These tests have not been updated recently to accomadate the new
      changes in gpdb, needed to fix it up and make sure gpfdist still works.
      635d7555
    • M
      Make sure to initialize struct before using · a7c46d96
      Marbin Tan 提交于
      We need to make sure that fstream struct gets initialized or we may
      pay the price of accidentally freeing a random address that's not
      malloced.
      a7c46d96
    • M
      Add #ifdef USE_SSL for gpfdist. · 96a4b3b4
      Marbin Tan 提交于
      This will make it so that we can build gpfdist with or without
      OpenSSL when doing the configure.
      * Print a message that SSL is not supported if built without OpenSSL
      96a4b3b4
    • M
      Move gpfdist to gpdb core. · e00ca2c4
      Marbin Tan 提交于
      As gpfdist will now be part of the gpdb build by default, we may just
      treat it as part of gpdb core.
      * Integrate gpfdist configure file to the top level configure and
        changed necessary files to accomadate the changes.
      * Modify travis.yml for gpfdist structural changes
      * Update gpfdist.c to use GP_VERSION from pg_config.h
      
      Fix warning issues from transform.c
      * There were many prototype warnings that was being mentioned.
        Added a headerfile for missing prototype warnings, also included the
        structs into the headerfile.
      
      Replace src/port/glob.c
      * src/port/glob.c is dead code at the moment and can be safely replaced by
        the windows changes from gpfdist/port
      
      Check for libyaml:
      * disable transformations for gpfdist if not found.
      e00ca2c4
  5. 26 2月, 2016 7 次提交
    • D
      6b622d3f
    • P
      Backup restore to address special characters in database name, · 5ad4a2e0
      Pengcheng Tang 提交于
      schema name, and table name.
      
      This commit fixes the quotation and escaption for the
      whole backup and restore, and resolves related issues which
      block us from supporting special chars.
      
      List of remarkable changes:
      
      Removed gpcrondump shell script.
      Renamed gpcrondump.py to gpcrondump
      
      Added -S option in gpdbrestore for schema level restore instead of using wildcard '*'.
      Added few methods to parse and extract databases, schemas, tables, and others ddl from plain dump file
            to support special chars
      Added some behave tests under gppylib/test/behave/mgmt_utils/
      
      Fixed gpcrondump deleting user specified schema file
      Fixed gpdbrestore not validating non existed tables correctly.
      Fixed the pg_get_partition_def() and pg_get_partition_template_def() function to
            dump DDL statement properly with quotation and escaping.
      Fixed ddboost restore and Post data restore not forming filter command correctly
      
      Updated -x option in gpcrondump to not use comma separated specification.
      Updated -T option in gpdbrestore to not use comma separated specification.
      Updated the pre and post restore filter to parse special chars within schema and table names
      Updated some unit tests, behave tests and the help docs
      
      Authors: Pengcheng Tang, Chumki Roy
      5ad4a2e0
    • F
      Renaming tests · 8931b00b
      Foyzur Rahman 提交于
      8931b00b
    • F
    • H
      Remove dead sendInitGpmonPkts() function. · c13ca731
      Heikki Linnakangas 提交于
      The jump table was missing some entries, and hence the code wouldn't have
      worked correctly. Fortunately it was all dead code, as sendInitGpmonPkts()
      only called itself, there were no other callers.
      
      This fixes issue #256. Thanks to Craig Harris for the report!
      c13ca731
    • D
      Add missing header include to COptTasks · 3e7b8490
      Daniel Gustafsson 提交于
      The 1.622 updates in b3668c40 adds
      a depedency on CHint without adding the required header file to
      build without warnings/errors.
      3e7b8490
    • J
      Add stub GPDB Concourse pipeline. · 0ef8b8b3
      Jacob Frank and Ryan Tang 提交于
      - This is a placeholder Concourse CI pipeline and task. See concourse.ci
        for details on the Concourse system.
      0ef8b8b3
  6. 25 2月, 2016 6 次提交
  7. 24 2月, 2016 10 次提交