1. 25 3月, 2016 3 次提交
    • A
      Default estimates for missing stats [#115534065] · e0409357
      Atri Sharma 提交于
      Change behaviour to use default estimates for relation size
      for cases when no statistics are available.
      
      This avoid having heavy statstistics computation as part
      of query compilation.
      
      Customer can explicitly using ANALYZE to compute the stats
      before running queries to use more accurate stats instead
      of default statistics.
      
      Currently, the default size of table is:
      - Internal table: 100 pages
      - External table: 1000 pages
      Signed-off-by: NXin Zhang <xzhang@pivotal.io>
      e0409357
    • A
      Make relation open error message user friendly · c9f97455
      Ashwin Agrawal 提交于
      Currently, when relation open fails it emits error message which is very
      dev centric plus stack trace gets printed. The message and behavior is
      confusing as more hints towards some catastrophic problem. While its
      more legitimate due to concurrency so best to communicate the same, plus
      avoid printing stacktrace.
      c9f97455
    • J
      Add more filespace/tablespace tests to installcheck. · 23ab1bd5
      Jimmy Yih 提交于
      This commit adds more filespace and tablespace test coverage in installcheck.
      Most of these test additions are modified and inspired from Pivotal's own
      internal tests.
      23ab1bd5
  2. 24 3月, 2016 5 次提交
  3. 23 3月, 2016 5 次提交
  4. 22 3月, 2016 17 次提交
  5. 21 3月, 2016 1 次提交
  6. 17 3月, 2016 1 次提交
  7. 19 3月, 2016 8 次提交