1. 27 6月, 2018 1 次提交
  2. 21 6月, 2018 1 次提交
  3. 08 6月, 2018 2 次提交
  4. 06 6月, 2018 1 次提交
  5. 10 5月, 2018 1 次提交
  6. 08 5月, 2018 1 次提交
  7. 10 4月, 2018 1 次提交
  8. 22 3月, 2018 1 次提交
  9. 21 3月, 2018 1 次提交
  10. 14 3月, 2018 1 次提交
  11. 06 2月, 2018 1 次提交
  12. 19 1月, 2018 1 次提交
  13. 18 1月, 2018 1 次提交
    • D
      Remove unused GUCs and GUC backing variables · 29e51767
      Daniel Gustafsson 提交于
      gp_hashagg_respill_bias has been dead for close to 10 years while
      gp_hashjoin_bloomfilter was a leftover from 1fd4d7ee.
      gp_hashagg_rewrite_limit was deprecated close to 10 years ago and
      made into a no-op.
      
      gp_fault_action and the consumers of gp_backup_directIO* GUCs were
      removed with the recent filespaces removal.
      29e51767
  14. 10 1月, 2018 1 次提交
  15. 22 12月, 2017 1 次提交
  16. 21 12月, 2017 1 次提交
  17. 02 12月, 2017 1 次提交
    • I
      Add Zstandard compression option for append-optimized tables. · 724f9d27
      Ivan Leskin 提交于
      Add a new compression option for append-optimized tables, "zstd". It is
      generally faster than zlib or quicklz, and compresses better. Or at least
      it can be faster or compress better, if not both at the same time, by
      adjusting the compression level. A major advantage of Zstandard is the wide
      range of tuning, to choose the trade-off between compression speed and
      ratio.
      
      Update documentation to mention "zstd" alongside "zlib" and "quicklz". More
      could be done; all the examples still use zlib or quicklz, for example, and
      I think we want to emphasize Zstandard more in the docs, over those other
      options. But this is the bare minimum to keep the docs factually correct.
      
      Using the new option requires building the server with the libzstd library.
      A new --with-zstd option is added for that. The default is to build without
      libzstd, for now, but we should probably change the default to be on, after
      we have had a chance to update all the buildfarm machines to have libzstd.
      
      Patch by Ivan Leskin, Dmitriy Pavlov, Anton Chevychalov. Test case, docs
      changes, and some minor editorialization by Heikki Linnakangas.
      724f9d27
  18. 11 11月, 2017 1 次提交
  19. 09 11月, 2017 2 次提交
  20. 28 10月, 2017 1 次提交
  21. 26 10月, 2017 1 次提交
  22. 23 9月, 2017 1 次提交
  23. 14 9月, 2017 1 次提交
  24. 02 9月, 2017 1 次提交
    • D
      Docs: Adding/updating short descriptions and landing pages. (#2980) · 34b65ee2
      David Yozie 提交于
      * updating security guide landing page and main sections to use consistent short descriptions.
      
      * making security title consistent with others
      
      * updating best practices guide landing page and main sections to use consistent short descriptions.
      
      * updating utility guide main sections to use consistent short descriptions.
      34b65ee2
  25. 17 8月, 2017 1 次提交
  26. 10 8月, 2017 1 次提交
  27. 25 7月, 2017 1 次提交
    • J
      Best Practices update (#2797) · f7acb99f
      Jane Beckman 提交于
      * Initial updates for Best Practices
      
      * Additional comments from review
      
      * Changes from Craig Sylvester
      
      * David's comments from PR, changes to code output from reviewers
      
      * Review tweaks
      f7acb99f
  28. 30 6月, 2017 1 次提交
  29. 29 6月, 2017 1 次提交
  30. 13 6月, 2017 1 次提交
  31. 10 6月, 2017 1 次提交
  32. 07 6月, 2017 1 次提交
  33. 05 5月, 2017 1 次提交
  34. 02 5月, 2017 1 次提交
  35. 26 4月, 2017 1 次提交
  36. 30 3月, 2017 1 次提交
  37. 24 3月, 2017 1 次提交
  38. 15 3月, 2017 1 次提交