1. 28 9月, 2017 1 次提交
  2. 27 9月, 2017 2 次提交
  3. 26 9月, 2017 1 次提交
  4. 23 9月, 2017 1 次提交
  5. 14 9月, 2017 2 次提交
    • D
      Use built-in JSON parser for PXF fragments (#3185) · 9f4497fd
      Daniel Gustafsson 提交于
      * Use built-in JSON parser for PXF fragments
      
      Instead of relying on a external library, use the built-in JSON
      parser in the backend for the PXF fragments parsing. Since this
      replaces the current implementation with an event-based callback
      parser, the code is more complicated, but dogfooding the parser
      that we want extension writers to use is a good thing.
      
      This removes the dependency on json-c from autoconf, and enables
      building PXF on Travis for extra coverage.
      
      * Use elog for internal errors, and ereport for user errors
      
      Internal errors where we are interested in source filename should
      use elog() which will decorate the error messages automatically
      with this information. The connection error is interesting for the
      user however, use ereport() instead there.
      9f4497fd
    • C
      71a93ade
  6. 09 9月, 2017 1 次提交
  7. 08 9月, 2017 1 次提交
    • D
      Update the README with current requirements, and fix style · f87100f4
      Daniel Gustafsson 提交于
      The README was still referencing gp-xerces even though it's no
      longer required for ORCA, so this was removed. On top of that,
      some Markdown formatting fixes, minor wordsmithing, typo fixes
      as well as some whitespace cleanup and turned URLs into links.
      f87100f4
  8. 07 9月, 2017 3 次提交
  9. 02 9月, 2017 2 次提交
  10. 31 8月, 2017 1 次提交
    • B
      Conan depends lib header location (#3107) · af3fc9b5
      Bhuvnesh 提交于
      * Change the directory location and update readme
      
      When conan is used to build the dependencies (orca & xerces) of gpdb, it
      copies the headers and libraries to the path specified in
      the imports section of the conanfile.txt.
      Changing the target copy location to /usr/local/include and
      /usr/local/lib as its the default for gpdb. In case the user
      prefers to have a different directory, they can change the location
      accordingly.
      af3fc9b5
  11. 19 7月, 2017 1 次提交
  12. 16 7月, 2017 1 次提交
  13. 14 7月, 2017 1 次提交
  14. 30 6月, 2017 2 次提交
  15. 27 6月, 2017 2 次提交
  16. 24 6月, 2017 1 次提交
  17. 13 6月, 2017 1 次提交
  18. 08 6月, 2017 1 次提交
  19. 02 6月, 2017 1 次提交
  20. 01 6月, 2017 1 次提交
  21. 31 5月, 2017 1 次提交
  22. 27 5月, 2017 1 次提交
  23. 29 4月, 2017 1 次提交
    • C
      PR Pipeline: test gpperfmon on all pull requests · 13e6686b
      C.J. Jameson 提交于
      - gpperfmon tracks a variety of queries and statistics and system
        properties and metrics in a dedicated database
      - Until recently, it hadn't been tested or built very reliably here. It
        is now part of the gpdb_master pipeline.
      - We are doing a lot of work to revitalize and provide tests for this
        feature; we plan to make many upcoming pull requests for this
        feature in different ways
      - We will look into testing this with installcheck, but for now, it is
        tested with Behave
      - Building it as part of PRs will help us get faster feedback
      - This should add negligible time to compilation: the tests themselves
        run in less than 5 minutes typically, and will be running in parallel
        with ICW
      Signed-off-by: NMarbin Tan <mtan@pivotal.io>
      13e6686b
  24. 07 4月, 2017 3 次提交
  25. 03 4月, 2017 1 次提交
    • D
      Remove unused BugBuster leftovers · 7dbaace6
      Daniel Gustafsson 提交于
      With the last remaining testsuites moved over to ICW, there is no
      longer anything left running in BugBuster. Remove the remaining
      files and BugBuster makefile integration in one big swing of the
      git rm axe. The only thing left in use was a data file which was
      referenced from ICW, move this to regress/data instead.
      7dbaace6
  26. 01 4月, 2017 1 次提交
  27. 17 3月, 2017 4 次提交
  28. 03 2月, 2017 1 次提交