1. 06 4月, 2017 2 次提交
  2. 05 4月, 2017 2 次提交
  3. 04 4月, 2017 2 次提交
  4. 30 3月, 2017 2 次提交
  5. 24 3月, 2017 4 次提交
  6. 22 3月, 2017 1 次提交
  7. 21 3月, 2017 7 次提交
  8. 20 3月, 2017 1 次提交
  9. 15 3月, 2017 2 次提交
  10. 14 3月, 2017 2 次提交
  11. 10 3月, 2017 1 次提交
    • C
      Add note about updatable cursor restriction (#1980) · 8d7e6142
      Chuck Litzell 提交于
      * Add note about updatable cursor restriction
      
      * Update/delete a single row. Remove mystery <image> tag.
      
      * Remove suggestion that cursors can be updated with a dynamic PL/pgSQL execute statement.
      
      * Edit out passive voice.
      8d7e6142
  12. 08 3月, 2017 2 次提交
  13. 04 3月, 2017 3 次提交
  14. 03 3月, 2017 1 次提交
  15. 02 3月, 2017 1 次提交
  16. 01 3月, 2017 2 次提交
  17. 28 2月, 2017 1 次提交
  18. 26 2月, 2017 2 次提交
    • D
      Remove gp_external_grant_privileges · 1e20c783
      Daniel Gustafsson 提交于
      The gp_external_grant_privileges GUC was needed before 4.0 to let
      non superusers create external tables for gphdfs and http protocols.
      This GUC was however deprecated during the 4.3 cycle so remove all
      traces of it. The utility of the GUC was replaced in 4.0 when rights
      management for external tables was implemented with the normal GRANT
      REVOKE framework so this has been dead code for quite some time.
      
      Remove GUC, code which handles it, all references to it from the
      documentation and a release notes entry.
      1e20c783
    • D
      Add a placeholder release notes entry for GUC removal · 438cfedd
      Daniel Gustafsson 提交于
      Release notes entry for the removal of gp_hashagg_compress_spill_files,
      gp_eager_hashtable_release, max_work_mem and gp_hash_index.
      438cfedd
  19. 24 2月, 2017 1 次提交
    • D
      Fix typo in code/doc comments · 1069bc97
      Daniel Gustafsson 提交于
      occurances was a surprisingly common typo, fix all findings except
      one in pg_regress.c which will be fixed in a much larger doc patch
      as we merge upstream.
      1069bc97
  20. 18 2月, 2017 1 次提交
    • D
      Moving graphics local to individual books (#1789) · 32453eb5
      David Yozie 提交于
      * adding graphics directory for adminguide
      
      * updating source to use local /graphics dir
      
      * adding missing graphics
      
      * adding ditamap for client docs; removing some extraneous landing pages; adding local graphics
      32453eb5