1. 20 3月, 2019 7 次提交
  2. 19 3月, 2019 6 次提交
  3. 18 3月, 2019 4 次提交
  4. 16 3月, 2019 6 次提交
  5. 15 3月, 2019 12 次提交
    • J
      Have a queck fix on memory accouting test in gpos job (#7183) · 8454f0d2
      Jinbao Chen 提交于
      The error output in gpos job is very different from other jobs. Add
      ignore first to fix the pipeline. I would find the root cause and
      enable the case again.
      8454f0d2
    • S
      Add more tablespace tests in pg_basebackup (#7097) · fe6f56ad
      Shaoqi Bai 提交于
      It tests heap table and index, temporary table and index created in user tablespace , still exist in  pg_basebackup output.
      fe6f56ad
    • N
      explain: fix 'rows' of partial / replicated tables · 5bd7930d
      Ning Yu 提交于
      A replicated table has a full replica of the data on each segment, so
      the 'rows' in the EXPLAIN output should not be scaled.
      
      A partial table's 'rows' in the EXPLAIN output should be scaled with the
      numsegments of itself.
      
      We used to scale both of above cases with the cluster size in the
      EXPLAIN output, so the 'rows' were incorrectly displayed.  It's only a
      bug in EXPLAIN output, the cost calculation of the plan is not affected.
      5bd7930d
    • N
      Retire PlannerConfig::cdbpath_segments · cd4c83a4
      Ning Yu 提交于
      We used to make cost calculation with this property, it is equal to the
      segments count of the cluster, however this is wrong when the table is a
      partial one (this happens during gpexpand).  We should always get
      numsegments from the motion.
      
      The gangsize.sql test is updated as in some of its queries the slices
      order is different than before due to change of the costs.
      cd4c83a4
    • J
      Remove ICW job icw_planner_centos7_online_expand (#7172) · de2d530d
      Jialun 提交于
      This job is used to test online expand, it will create a cluster
      with two segments, then expand to 3 and run all ICW to check
      whether the cluster is OK after expansion.
      As restart is forbidden in online expand test, so we exclude all
      the case which contains restart opertaion. But if someone add a
      new test with restart, the job may fail. Manual intervention to
      exclude the test is needed.
      So we move this job to our own dev pipeline to reduce the impact
      on prod pipeline.
      de2d530d
    • N
      Cleanup some numsegments related FIXME · ea637e99
      Ning Yu 提交于
      Most of these FIXME were put in the code as reminders for us to revisit
      the decision policy on numsegments, during the development we have
      verified the policies or fixed the incorrect ones, now we just need to
      remove these FIXME or convert them to comments.
      Reviewed-by: NGeorgios Kokolatos <gkokolatos@pivotal.io>
      ea637e99
    • D
      Doc: add sample command for installing openjdk · 2464e43e
      David Yozie 提交于
      2464e43e
    • D
      Adding gpload limitation notice for MPP-29682 (#7175) · eae61340
      David Yozie 提交于
      * Adding gpload limitation notice for MPP-29682
      
      * clarify double quotes
      
      * more double quotes
      eae61340
    • D
      Docs: uppercase filename reference · f71c4b19
      David Yozie 提交于
      f71c4b19
    • C
      Docs - add the double orphan TOAST scenario. (#7166) · 04b0d302
      Chuck Litzell 提交于
      - Refer to specific gpcheckcat output to fix catalog
      04b0d302
    • D
      Docs: Update location of different temp/spill files (#7151) · f96108a7
      David Yozie 提交于
      * Updating location of diferent temp/spill files
      
      * Update follow-on description of temp files for sorting
      f96108a7
    • D
      Docs postgresql 9.4 merge (#7143) · c7591ea4
      David Yozie 提交于
      * Squashed commit of the following:
      
      commit c5f4e38fa669b3daf4c5812b924ad8704e0bdcdc
      Author: dyozie <dyozie@pivotal.io>
      Date:   Fri Mar 1 14:40:19 2019 -0800
      
          SELECT - add LATERAL, NO KEY UPDATE, KEY SHARE, and related edits to locking clause
      
      commit b6bb9e9002491bff4ced8c619ee3f4f9fb8699f3
      Author: dyozie <dyozie@pivotal.io>
      Date:   Fri Mar 1 09:10:50 2019 -0800
      
          TRUNCATE - add * option
      
      commit 363921783d794bb18b188e585163cd998b7a2f97
      Author: David Yozie <dyozie@pivotal.io>
      Date:   Thu Feb 28 16:56:50 2019 -0800
      
          PREPARE - add note about search_path
      
      commit 4ec9f8879f90212c34602b7ccaf9ba93c0cfbe8f
      Author: David Yozie <dyozie@pivotal.io>
      Date:   Thu Feb 28 16:50:32 2019 -0800
      
          pg_dumpall - add -d, --dbname option
      
      commit 00c97fca7a4a8420e4a148249af2cafa937c21f8
      Author: David Yozie <dyozie@pivotal.io>
      Date:   Thu Feb 28 16:41:56 2019 -0800
      
          add * syntax for descendant tables
      
      commit ab9bd0f96ca38639b4b1ebc97cc8f4009dc7cb91
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Thu Feb 28 09:45:22 2019 -0800
      
          pg_dump - misc edits, additions, formatting
      
      commit 2de77b61903dbbd56f5011545bf23fa794e0a5b5
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Wed Feb 27 15:04:03 2019 -0800
      
          psql - misc additions, edits, and reformats
      
      commit 43bbeed814c56037bbe9bed2bd0b778475264e1c
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Wed Feb 27 10:49:00 2019 -0800
      
          reindexdb - add -t option support for multiple tables; misc edits
      
      commit b9128c528c258d5c84457db12a2a43439a9bacef
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Wed Feb 27 10:47:24 2019 -0800
      
          vacuumdb - add -t option support for multiple tables
      
      * Squashed commit of the following:
      
      commit c8d0bd57acc1a038b2bbd0d9a6900762bf19498e
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Fri Mar 1 15:33:35 2019 -0600
      
          CREATE TABLE. Syntax changes. Add SET CONSTRAINTS command.
      
      commit a34ddfac6a5c6aea43b71f7445d6e8d82ab43592
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Fri Mar 1 16:00:51 2019 -0600
      
          CREATE TABLE AS. Add WITH/WITHOUT OIDS
      
      commit dde4d614cf10a178b6e1b1dbc8d64608b171924f
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Fri Mar 1 15:58:54 2019 -0600
      
          bgworker. Add bgworker topic to reference guide
      
      commit 2749f2e735cc0b59e1153f04fe693e83a812bfc5
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Wed Feb 27 17:27:57 2019 -0600
      
          CREATE SCHEMA. Add IF NOT EXISTS forms of command
      
      commit 581274c1d5b218443a9516c160c290aeb73e0999
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Wed Feb 27 16:43:40 2019 -0600
      
          CREATE INDEX. Minor synopsis update.
      
      commit b83065abce53d0021eee01c1e8cdf0c7a53d60d4
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Wed Feb 27 16:13:19 2019 -0600
      
          COPY. Add FREEZE option and edits.
      
      commit a0800bb10b581cccff97ef5193ef430b53061327
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Wed Feb 27 15:37:40 2019 -0600
      
          ALTER RULE. Add new command and fix some conref issues
      
      commit dcf917189d601c1ef9d7c894ea016bd6139e29e8
      Author: Chuck Litzell <litzellc@pivotal.io>
      Date:   Wed Feb 27 14:58:58 2019 -0600
      
          ALTER ROLE. Re-order syntax and descriptions.
      
      commit c5f4e38fa669b3daf4c5812b924ad8704e0bdcdc
      Author: dyozie <dyozie@pivotal.io>
      Date:   Fri Mar 1 14:40:19 2019 -0800
      
          SELECT - add LATERAL, NO KEY UPDATE, KEY SHARE, and related edits to locking clause
      
      commit b6bb9e9002491bff4ced8c619ee3f4f9fb8699f3
      Author: dyozie <dyozie@pivotal.io>
      Date:   Fri Mar 1 09:10:50 2019 -0800
      
          TRUNCATE - add * option
      
      commit 363921783d794bb18b188e585163cd998b7a2f97
      Author: David Yozie <dyozie@pivotal.io>
      Date:   Thu Feb 28 16:56:50 2019 -0800
      
          PREPARE - add note about search_path
      
      commit 4ec9f8879f90212c34602b7ccaf9ba93c0cfbe8f
      Author: David Yozie <dyozie@pivotal.io>
      Date:   Thu Feb 28 16:50:32 2019 -0800
      
          pg_dumpall - add -d, --dbname option
      
      commit 00c97fca7a4a8420e4a148249af2cafa937c21f8
      Author: David Yozie <dyozie@pivotal.io>
      Date:   Thu Feb 28 16:41:56 2019 -0800
      
          add * syntax for descendant tables
      
      commit ab9bd0f96ca38639b4b1ebc97cc8f4009dc7cb91
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Thu Feb 28 09:45:22 2019 -0800
      
          pg_dump - misc edits, additions, formatting
      
      commit 2de77b61903dbbd56f5011545bf23fa794e0a5b5
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Wed Feb 27 15:04:03 2019 -0800
      
          psql - misc additions, edits, and reformats
      
      commit 43bbeed814c56037bbe9bed2bd0b778475264e1c
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Wed Feb 27 10:49:00 2019 -0800
      
          reindexdb - add -t option support for multiple tables; misc edits
      
      commit b9128c528c258d5c84457db12a2a43439a9bacef
      Author: Lisa Owen <lowen@pivotal.io>
      Date:   Wed Feb 27 10:47:24 2019 -0800
      
          vacuumdb - add -t option support for multiple tables
      
      * Changes from review
      
      * json-data. Edits, mostly already present in GPDB doc.
      
      * ALTER FOREIGN TABLE. ENABLE/DISABLE trigger forms.
      
      * ALTER INDEX. Add ALL IN TABLESPACE.
      
      * ALTER SYSTEM. new command
      
      * ALTER TABLE. ALL IN TABLESPACE, edits, MVCC warning.
      
      * ALTER TABLESPACE. minor changes only.
      
      * CREATE ROLE. Take out warning about older clients/MD5
      
      * CREATE TABLE. multiple edits.
      
      * CREATE VIEW. Edits. Added RECURSIVE, but also added a Beta warning.
      
      * DISCARD. Add SEQUENCES; edits.
      
      * DROP OWNED. Minor edits.
      
      * GRANT. Add default privileges for object types.
      
      * psql. Many edits.
      
      * SELECT. Many edits.
      
      * gpbackup. typo fix.
      
      * TRUNCATE. Add note truncate is not mvcc-safe.
      
      * VACUUM. Restore description of example
      
      * Corrections from reviews
      
      * Add missing period.
      c7591ea4
  6. 14 3月, 2019 5 次提交