1. 14 3月, 2019 1 次提交
  2. 13 3月, 2019 1 次提交
  3. 11 3月, 2019 1 次提交
  4. 09 3月, 2019 2 次提交
    • M
      docs - CTE available with INSERT, UPDATE, DELETE (#7025) · 45d72f77
      Mel Kiyama 提交于
      * docs - CTE available with INSERT, UPDATE, DELETE
      
      -updated GUC
      -updated Admin Guide topic WITH Queries (Common Table Expressions)
      
      updates to SELECT, INSERT, UPDATE DELETE will be part of postgres 9.2 merge.
      
      * docs - CTE updates from review comments
      
      * docs - CTE more updates from review comments
      
      * docs - CTE - updates from review comments
      
      * Experimental -> Beta wording
      45d72f77
    • D
      Docs: reword from 'experimental' to 'beta' (#7103) · 79d3bb7f
      David Yozie 提交于
      * reword from 'experimental' to 'beta'
      
      * Experimental -> Beta in markdown source
      
      * typo fix
      
      * Removing SuSE 11 details in Beta notes
      79d3bb7f
  5. 21 2月, 2019 1 次提交
  6. 05 1月, 2019 1 次提交
  7. 29 12月, 2018 1 次提交
    • H
      Call executor nodes the same, whether generated by planner or ORCA. · 455b9a19
      Heikki Linnakangas 提交于
      We used to call some node types different names in EXPLAIN output,
      depending on whether the plan was generated by ORCA or the Postgres
      planner. Also, a Bitmap Heap Scan used to be called differently, when the
      table was an AO or AOCS table, but only in planner-generated plans. There
      was some historical justification for this, because they used to
      be different executor node types, but commit db516347 removed last such
      differences.
      
      Full list of renames:
      
      Table Scan -> Seq Scan
      Append-only Scan -> Seq Scan
      Append-only Columnar Scan -> Seq Scan
      Dynamic Table Scan -> Dynamic Seq Scan
      Bitmap Table Scan -> Bitmap Heap Scan
      Bitmap Append-Only Row-Oriented Scan -> Bitmap Heap Scan
      Bitmap Append-Only Column-Oriented Scan -> Bitmap Heap Scan
      Dynamic Bitmap Table Scan -> Dynamic Bitmap Heap Scan
      455b9a19
  8. 17 12月, 2018 1 次提交
  9. 05 12月, 2018 1 次提交
  10. 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
  11. 30 10月, 2018 1 次提交
    • C
      Adds PostgreSQL full text search docs to GPDB docs (#6013) · 2a0b2993
      Chuck Litzell 提交于
      * Adds PostgreSQL full text search docs to GPDB docs
      
      * Add link to new text search section to internal toc
      
      * Restore unintentional delete
      
      * Fix cross-refs and uppercase GIN
      
      * Small edits and changes from review
      
      * Addresses review comments
      
      - Move text search to Query section of admin guide
      - Add chapter tocs
      - Add GPText comparison to About Full Text Search topic
      - Link fix
      2a0b2993
  12. 27 10月, 2018 1 次提交
  13. 24 10月, 2018 1 次提交
  14. 17 10月, 2018 1 次提交
  15. 28 9月, 2018 1 次提交
  16. 26 9月, 2018 1 次提交
  17. 08 9月, 2018 1 次提交
    • M
      docs - ANALYZE command - HLL statistics, incremental analyze (#5696) · 9979f003
      Mel Kiyama 提交于
      * docs - ANALYZE command - HLL statistics, incremental analyze
      
      also updates topics related to partitioned table statistics.
      
      This will be backported to 5X_STABLE with these changes
      
      --stakind5 is not available
      --stakind5 =99 is moved to stakind4.
      
      * docs - ANALYZE - HLL statistics, incremental analyze - updates based on review comments.
      
      * docs - ANALYZE - HLL statistics, incremental analyze - minor late updates.
      
      * docs - ANALYZE - HLL statistics, incremental analyze - fix x-refs.
      9979f003
  18. 30 8月, 2018 1 次提交
  19. 17 8月, 2018 1 次提交
  20. 01 8月, 2018 1 次提交
  21. 29 6月, 2018 1 次提交
  22. 24 5月, 2018 1 次提交
  23. 17 5月, 2018 1 次提交
    • M
      docs: update cast information for GPDB 5/6 (#4969) · 44d4c948
      Mel Kiyama 提交于
      * docs: update cast information for GPDB 5/6
      
      Update cast information. Add information about limited text casts.
      See section "Type Casts"
      
      * docs: review comments for GPDB 5/6 updated cast information.
      
      * docs: fix typos in updated CAST info
      44d4c948
  24. 03 5月, 2018 1 次提交
    • M
      DOCS: clarify GPORCA index support (#4916) · 1d6a55f1
      Mel Kiyama 提交于
      * DOCS: clarify GPORCA index support
      -only B-tree and bitmap indexes are supported. GPORCA ignores indexes created with unsupported indexing methods.
      
      * docs: GPORCA index support review update - move notes to index type parameter.
      1d6a55f1
  25. 06 4月, 2018 1 次提交
  26. 31 3月, 2018 1 次提交
    • M
      docs: gporca updates (#4792) · d5a3bc63
      Mel Kiyama 提交于
      -Add  GUC optimizer_enable_associativity
      -Add limitation for ONLY table name qualifier  (fallback to planner)
      d5a3bc63
  27. 23 3月, 2018 1 次提交
  28. 10 3月, 2018 1 次提交
  29. 08 3月, 2018 1 次提交
    • M
      docs: update to GPORCA limitations (#4617) · 3571e496
      Mel Kiyama 提交于
      * docs: update to GPORCA limitations
      -removed window function limitation
      -added aggregate functions with set operators as input
      
      PR for 5X_STABLE
      Will be ported to MAIN
      
      * re-added PERCENTILE window function - support is for 6.0 only.
      
      * docs: GPORCA removed limitation - multiple DISTINCT qualified aggregate functions
      3571e496
  30. 11 1月, 2018 1 次提交
  31. 14 12月, 2017 1 次提交
  32. 06 12月, 2017 1 次提交
    • C
      docs: optimizer_join_order guc (#4014) · de67a245
      Chuck Litzell 提交于
      * docs: optimizer_join_order guc
      
      * Implement suggested edits
      
      * Note iteractions with other params; correct inaccurate statement.
      
      * Clarify this is a GPORCA guc
      de67a245
  33. 16 11月, 2017 1 次提交
  34. 20 10月, 2017 1 次提交
  35. 16 9月, 2017 1 次提交
  36. 14 9月, 2017 1 次提交
  37. 09 9月, 2017 1 次提交
    • D
      Docs: Reorg of loading/unloading data section (#3210) · 65774147
      David Yozie 提交于
      * reorganizing / promoting external tables topic
      
      * correcting graphics locations
      
      * more reorg and consolidation of topics
      
      * promoting shortdescs, consolidating web table topics
      
      * removing duplicate, manual chapter toc
      
      * promoting more shortdesc's, removing more manual tocs
      
      * changing title of hdfs section
      
      * promoting gphdfs section, removing oveverview section that mentions pxf
      
      * adding shortdesc to gphdfs topic
      65774147
  38. 01 9月, 2017 1 次提交
  39. 28 6月, 2017 1 次提交