1. 09 5月, 2019 1 次提交
  2. 25 4月, 2019 1 次提交
  3. 14 3月, 2019 1 次提交
  4. 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
  5. 14 6月, 2017 1 次提交
    • D
      Removing pivotal references (#2619) · 39345dd4
      David Yozie 提交于
      * rewording/conditionalizing more Pivotal-specific info
      
      * conditionalizing/editing/or getting rid of more Pivotal-specific references and info
      39345dd4
  6. 13 5月, 2017 1 次提交
    • D
      Enable gporca by default (#2423) · 7daf9401
      David Yozie 提交于
      * removing incorrect warnings stating that GPORCA is not compatible with gpperfmon db
      
      * doc changes to support GPORCA on by default
      7daf9401
  7. 29 4月, 2017 1 次提交
    • D
      removing/correcting unnecessary references to 4.3 software; removing pgcrypto fips (#2316) · 5a7a878b
      David Yozie 提交于
      * moving linux kerberos client instructions to dedicated topic, and placing it parallel with existing windows topic
      
      * removing map and dita files for connectivity package, which is no longer provided
      
      * removing more references to connectivity packages; conditionalizing postgres odbc/jdbc vs datadirect drivers for oss/pivotal audiences
      
      * adding .ditaval for handling pivotal conditions; [ci skip]
      
      * relocating pivotal ditaval
      
      * adding .ditaval for handling pivotal conditions; [ci skip]
      
      * relocating pivotal ditaval
      
      * removing/fixing old references to 4.3 version
      
      * removing pgcrypto.fips mentions
      
      * small fix to version format
      
      * removing 'orca' from package version strings
      
      * changing rhel5 to rhel6 in example version strings
      5a7a878b
  8. 26 1月, 2017 1 次提交
    • D
      Updating end-user docs with most recent 4.3x changes (#1635) · 58ba4873
      David Yozie 提交于
      * updating adminguide source with most recent 4.3.x work
      
      * updating reference manual with most recent 4.3.x work
      
      * updating utility guide with most recent 4.3.x changes
      
      * updating client tools guide with most recent 4.3.x changes
      
      * adding new file for client tools
      
      * updating map files with most recent 4.3.x changes
      
      * updating map files with most recent 4.3.x changes
      
      * Revert "updating map files with most recent 4.3.x changes"
      
      This reverts commit d7570343c17a126b4d11eaee3870ad6daa36966f.
      
      * Revert "updating map files with most recent 4.3.x changes"
      
      This reverts commit d7570343c17a126b4d11eaee3870ad6daa36966f.
      
      * updating ditamaps with latest 4.3.x changes
      
      * updating ditamaps with latest 4.3.x changes
      58ba4873
  9. 25 1月, 2017 1 次提交