1. 02 4月, 2019 3 次提交
  2. 29 3月, 2019 2 次提交
  3. 28 3月, 2019 5 次提交
  4. 27 3月, 2019 2 次提交
    • J
      Remove *.po translator files · cbb5597c
      Jimmy Yih 提交于
      Greenplum does not support this. These were originally removed in the
      postgres 8.3 merge iteration but the 8.4 through 9.4 merge iterations
      brought them back accidentally.
      
      This commit is going directly to 6X_STABLE because the postgres 9.5
      merge iteration will remove the *.po translator files for master.
      cbb5597c
    • W
      Add gpperfmon test for all supported platforms (#7174) (#7202) · dd1e1544
      Wang Hao 提交于
      For GP 6 beta, the release engineering team is removing the apr-util
      package from the list of bundled dependencies. Users will be asked
      to provide their own apr-util package, which can differ in the version
      on each platform. So it is necessary to verify gpperfmon is workable
      with the platform provided apr-util on each supported platform.
      
      Originally, gpperfmon test is done in CLI test suite, only covers centos6.
      This commit changed it to a dedicated suite in order to test multiple
      platforms.
      Note: on SLES12 does not need to install libapr-util1 to run gpmmon
      dd1e1544
  5. 26 3月, 2019 4 次提交
    • L
      docs - gpexpand.status_detail external_writable field (#7225) · 0b8a0372
      Lisa Owen 提交于
      * docs - gpexpand.status_detail external_writable field
      
      * gpexpand.status tbl - updated col now timestamp without tz
      0b8a0372
    • L
      docs - organize contrib modules in ref guide (#7223) · 42bf41e8
      Lisa Owen 提交于
      * docs - organize contrib modules in ref guide
      
      * provides
      
      * insignificant edit
      42bf41e8
    • C
      Docs postgresql 9.3 merge part 2 (#7196) · 830f21dd
      Chuck Litzell 提交于
      * ALTER TABLE. Edits and fix example.
      
      * ALTER TYPE. Add IF NOT EXISTS and edits
      
      * ALTER VIEW. edits and add examples
      
      * clusterdb. small edit
      
      * CREATE EXTENSION. Edits mostly applied earlier.
      
      * CREATE FUNCTION. Compatibility edit.
      
      * CREATE RULE. Edits
      
      * EXPLAIN. small edits.
      
      * DROP RULE. minor edits
      
      * GRANT. revise server USAGE privilege description.
      
      * pg_restore. lots of edits. doesn't read PGDATABASE envvar.
      
      * REASSIGN OWNED. edits. Remove qualification that it doesn't change the database ownership
      
      * REASSIGN OWNED. edits. Remove qualification that it doesn't change the database ownership
      
      * Remove extraneous char
      
      * Changes from review
      830f21dd
    • D
      Docs: update exchange partition limitation · 166e902f
      dyozie 提交于
      166e902f
  6. 25 3月, 2019 3 次提交
  7. 23 3月, 2019 2 次提交
    • J
      logfile_rotate(): correct multiple calls to set_next_rotation_time() · d23979e1
      Jacob Champion 提交于
      Because set_next_rotation_time() was being called once per call to
      logfile_rotate(), the timestamp used to create the log file name was
      being advanced multiple times per rotation. This led to the creation of
      empty log files on disk that looked like they were from "the future".
      
      This code badly needs to be refactored -- the initial intent, for the
      text and csv implementations to be independent, is no longer the case --
      but for now, we can hack around this problem by pulling the call to
      set_next_rotation_time() up one level. This will only be called if *all*
      logfiles are correctly rotated, to match the upstream logic (on failure,
      we loop around to the beginning and try to open all log files again).
      Co-authored-by: NJamie McAtamney <jmcatamney@pivotal.io>
      (cherry picked from commit fc53bbf8)
      d23979e1
    • J
      SysLoggerMain: fix timestamp delay code · b34fdae9
      Jacob Champion 提交于
      Log rotations were happening well after the timestamp on the log file
      (e.g. a per-minute rotation might actually take place thirty seconds
      after it was supposed to).
      
      After the 9.2 merge, we were incorrectly shadowing the `now` variable,
      so the rotation delay only got bigger and bigger. Periodic logging (such
      as from FTS) caused us to break out of the wait by luck, but otherwise
      the syslogger would take longer and longer to wake up to perform a
      rotation.
      Co-authored-by: NJamie McAtamney <jmcatamney@pivotal.io>
      (cherry picked from commit 14a794e8)
      b34fdae9
  8. 22 3月, 2019 2 次提交
  9. 21 3月, 2019 1 次提交
  10. 20 3月, 2019 1 次提交
    • A
      Print backtrace on AO format version error and check for same sooner. · 1a001c76
      Ashwin Agrawal 提交于
      In some scenarios ERROR "append-only table version -1 is invalid" is
      being hit. Code inspection doens't reveal any clues why it can
      happen. So, for now we thought of adding more info to figure out the
      cause. Backtrace would definitely be helpful when the error hits.
      
      Also, check the format version as soon as entry is read from
      catalog. Plus also would be greatly helpful if can have corefile when
      the problem happens so under the controlled environment with guc
      evelate ERROR to PANIC. GUC
      `debug_appendonly_print_verify_write_block` usage for same is not
      ideal but wish to avoid adding special guc just for this case, hence
      piggyback on this existing uinteresting debug guc for now.
      Co-authored-by: NDaniel Gustafsson <dgustafsson@pivotal.io>
      1a001c76
  11. 19 3月, 2019 6 次提交
  12. 18 3月, 2019 4 次提交
  13. 16 3月, 2019 5 次提交