1. 14 3月, 2019 1 次提交
  2. 09 3月, 2019 1 次提交
  3. 12 2月, 2019 1 次提交
    • M
      docs - update compression information (#6929) · a742ef05
      Mel Kiyama 提交于
      * docs - update compression information
      -Add a topic that lists features that support configuring compression.
      -update gp_workfile_compression GUC. Remove requirement to install zstd.
      
      * docs - update compression information based on review comments.
      -changed description to point to feature/utility for specific compression information.
      -added general, pivotal, and OSS specific information about compression requirements.
      
      * docs - compression information - reivew edit.
      a742ef05
  4. 06 2月, 2019 2 次提交
    • H
      Re-implement compression of hash join/agg spill files. · d130fe19
      Heikki Linnakangas 提交于
      This re-implements compression that was lost in the WorkFile/BufFile
      refactoring. This new implementation uses Zstandard rather than zlib.
      
      Compression can be enabled with "gp_workfile_compression=on". It is
      disabled by default.
      Reviewed-by: NMel Kiyama <mkiyama@pivotal.io>
      Reviewed-by: NYandong Yao <yyao@pivotal.io>
      d130fe19
    • H
      Replace WorkFile stuff with plain BufFiles. · f1ef3668
      Heikki Linnakangas 提交于
      Temporary files have been somewhat inconsistent across different
      operations. Some operations used the Greenplum-specific "workfile" API,
      while others used the upstream BufFile API directly.
      
      The workfile API provides some extra features: workfiles are visible in
      the gp_toolkit views, and you can limit their size with the
      gp_workfile_limit_* GUCs. The temporary files that didn't go through the
      workfile API were exempt, which is not cool.
      
      To make things consistent, remove the workfile APIs. Use BufFiles
      directly everywhere. Re-implement the user-facing view and tracking the
      limits, on top of the BufFile API, so that those features are not lost.
      
      The workfile API also supported compressing the temporary files using
      zlib. That feature is lost with this commit, but will be re-introduced by
      the next commit.
      
      Another feature that this removes, is checksumming temporary files.
      That doesn't seem very useful, so we can probably live without it. But
      if it's still needed, then that should also be re-implemented on top
      of the BufFile API later.
      
      Discussion: https://groups.google.com/a/greenplum.org/d/msg/gpdb-dev/8Xe9MGor0pM/SjqiOo83BAAJReviewed-by: NMel Kiyama <mkiyama@pivotal.io>
      Reviewed-by: NYandong Yao <yyao@pivotal.io>
      f1ef3668
  5. 29 1月, 2019 1 次提交
    • M
      docs - remove gptransfer from docs (#6821) · 89c5c3fc
      Mel Kiyama 提交于
      * docs - remove gptransfer from docs
      --removed gptransfer topics, references to gptransfer, and images.
      --also updated text in gpcopy-migrate as rough update for 6.0
      
      * docs - remove gptransfer from docs - review updates
      89c5c3fc
  6. 16 1月, 2019 2 次提交
  7. 15 1月, 2019 1 次提交
  8. 22 12月, 2018 1 次提交
  9. 18 12月, 2018 1 次提交
    • M
      docs - gpbackup S3 plugin - changes to S3 authentication. (#6487) · 7e986e92
      Mel Kiyama 提交于
      * docs - gpbackup S3 plugin - changes to S3 authentication.
      
      Credentials no longer required in config file.
      Information can be set in session environment.
      
      * ocs - gpbackup S3 plugin - review comment updates.
      
      * docs - gpbackup S3 plugin - a fix to updates.
      7e986e92
  10. 13 12月, 2018 1 次提交
  11. 07 12月, 2018 2 次提交
  12. 05 12月, 2018 1 次提交
  13. 29 11月, 2018 1 次提交
    • A
      Remove gp_num_contents_in_cluster GUC. · 5f10a924
      Ashwin Agrawal 提交于
      Given the online gpexpand work, the gp_num_contents_in_cluster GUC is
      unused. So, delete the same from code to avoid confusions and eliminate this
      long argument required to start a postgres instance in gpdb.
      5f10a924
  14. 25 11月, 2018 1 次提交
    • D
      Remove /static/ from PostgreSQL doc links · ac753aed
      Daniel Gustafsson 提交于
      Commit 17f9b7f070dbe17b2844a8b4dd428 in the pgweb repository removed
      the /static/ portion on all doc URLs, leaving a redirect in place. To
      avoid incurring a needless redirect, remove the /static/ part in the
      links to the PostgreSQL documentation.
      
      The /static/ URLs stem from a time when there were interactive docs
      that had comment functionality. These docs were removed a very long
      time ago, but the static differentiator was left in place until now.
      
      Reviewed-by: Mel Kiyama
      ac753aed
  15. 03 11月, 2018 1 次提交
  16. 18 10月, 2018 1 次提交
  17. 15 10月, 2018 1 次提交
    • N
      Retire threaded dispatcher · 87394a7b
      Ning Yu 提交于
      Now there is only the async dispatcher.  The dispatcher API interface is
      kept so we might add new backend in the future.
      
      The GUC gp_connections_per_thread is also retired which was used to
      switch between the async and threaded backends.
      87394a7b
  18. 06 10月, 2018 1 次提交
  19. 28 9月, 2018 1 次提交
  20. 05 9月, 2018 1 次提交
  21. 25 8月, 2018 1 次提交
  22. 24 8月, 2018 1 次提交
  23. 22 8月, 2018 1 次提交
  24. 17 8月, 2018 1 次提交
  25. 13 8月, 2018 1 次提交
    • J
      Convert gp_internal_tools into an extension · 2a8973ea
      Joao Pereira 提交于
      - Created the needed control files
      - Renamed and adapted the installation script
      - Remove redundant tests in regress that were just checking installation
      - Add tests to ensure installation is successfull
      - Updated the Makefile to support the extension and add information
      about regression tests
      - Add contrib/gp_internal_tools tests to ICW
      - Remove session_level_memory_consumption from regress test suite
      2a8973ea
  26. 25 7月, 2018 1 次提交
  27. 24 7月, 2018 1 次提交
  28. 19 7月, 2018 1 次提交
    • M
      docs - update gpbackup API - add segment instance and update backup d… (#5285) · 7a3eee4b
      Mel Kiyama 提交于
      * docs - update gpbackup API - add segment instance and update backup directory information.
      
      Also update API version to 0.3.0.
      
      This will be ported to 5X_STABLE
      
      * docs - gpbackup API - review updates and fixes for scope information
      
      Also, cleanup edits.
      
      * docs - gpbackup API - more review updates and fixes to scope information.
      7a3eee4b
  29. 13 7月, 2018 2 次提交
  30. 12 7月, 2018 1 次提交
    • M
      docs - gpcopy new options --dry-run, --no-distribution-check (#5264) · ad3858c4
      Mel Kiyama 提交于
      * docs - gpcopy new options --dry-run, --no-distribution-check
      
      --Add limitation and warning about copying some types of partitioned tables with --no-distribution-check.
      --Also added limitation and warning to Admin Guide.
      
      * docs - gpcopy fix typo for new option --no-distribution-check
      
      * docs - gpcopy new options. Removed unneeded xref.
      ad3858c4
  31. 09 7月, 2018 1 次提交
  32. 06 7月, 2018 1 次提交
    • M
      docs - update system catalog maintenance information. (#5179) · dbee1c3c
      Mel Kiyama 提交于
      * docs - update system catalog maintenance information.
      
      --Updated Admin. Guide and Best Practices for running REINDEX, VACUUM, and ANALYZE
      --Added note to REINDEX reference about running ANALYZE after REINDEX.
      
      * docs - edits for system catalog maintenance updates
      
      * docs - update recommendation for running vacuum and analyze.
      
      Update based on dev input.
      dbee1c3c
  33. 27 6月, 2018 1 次提交
  34. 20 6月, 2018 1 次提交
  35. 18 6月, 2018 1 次提交
    • M
      docs - gpbackup/gprestore new functionality. (#5157) · 6df82183
      Mel Kiyama 提交于
      * docs - gpbackup/gprestore new functionality.
      
      --gpbackup new option --jobs to backup tables in parallel.
      --gprestore  --include-table* options support restoring views and sequences.
      
      * docs - gpbackup/gprestore. fixed typos. Updated backup/restore of sequences and views
      
      * docs - gpbackup/gprestore - clarified information on dependent objects.
      
      * docs - gpbackup/gprestore - updated information on locking/quiescent state.
      
      * docs - gpbackup/gprestore - clarify connection in --jobs option.
      6df82183
  36. 12 6月, 2018 1 次提交