1. 03 8月, 2018 6 次提交
  2. 02 8月, 2018 4 次提交
  3. 01 8月, 2018 12 次提交
  4. 31 7月, 2018 7 次提交
  5. 30 7月, 2018 2 次提交
  6. 27 7月, 2018 3 次提交
  7. 26 7月, 2018 6 次提交
    • D
      Fix DDL syntax in pg_upgrade test · 0890130e
      Daniel Gustafsson 提交于
      0890130e
    • D
      Temporarily minimize the pg_upgrade test dataset · aadbd353
      Daniel Gustafsson 提交于
      The regression database has shown to be full of questionable
      objects which we probably won't support for upgrades without
      manual intervention before the upgrade. With all the changes
      going into pg_upgrade it's time to start on a known minimal
      dataset and expand from there to the full ICW leftover schema.
      As a stop-gap for now, drop the regression databases eand only
      upgrade a small subset.
      
      Also disallow upgrades of orhpaned toast tables, and clean
      up the invocation of the test_gpdb_pre.sql script to be less
      hacky.
      aadbd353
    • D
      Ensure we have a regression.diffs file to satisfy the pipeline · 5b9338ba
      Daniel Gustafsson 提交于
      This is extracted from a larger patch in 5e92c436adcb32d295e77b3f3.
      Co-authored-by: NPaul Guo <paulguo@gmail.com>
      Co-authored-by: NMax Yang <myang@pivotal.io>
      5b9338ba
    • D
      Fix vacuum check in pg_upgrade testing · 743aa9ba
      Daniel Gustafsson 提交于
      Make sure we use the psql client from the new bindir (the on in PATH
      might well be an upstream postgres psql etc), and use a port different
      from the standard postgres port since it's likely to be in use.
      
      Also fix integer value comparison which caused a warning in my Bash,
      while it might work in other versions of Bash.
      743aa9ba
    • B
      In pg_upgrade, fix bug where no users were dumped in pg_dumpall · 673051a5
      Bruce Momjian 提交于
      binary-upgrade mode;  instead only skip dumping the current user.
      
      This bug was introduced in during the removal of split_old_dump().  Bug
      discovered during local testing.
      673051a5
    • D
      First stab of changing pg_upgrade distribution method · 6626346e
      Daniel Gustafsson 提交于
      Previously each QE would dump/restore the schema before upgrading
      the datafiles, which consumes a lot of time on large databases.
      Instead, use the datadir which was created from the dump/restore
      on the QD for the QEs as well and bootstrap the segment upgrade
      to jump straight to copying files instead.
      
      This is a first stab at implementing this model of distribution,
      follow-up commits will be required to finalize the patch.
      6626346e