1. 30 May, 2019 1 commit
    • Tomas Vondra's avatar
      Make error logging in extended statistics more consistent · fe415ff1
      Tomas Vondra authored
      Most errors reported in extended statistics are internal issues, and so
      should use elog(). The MCV list code was already following this rule, but
      the functional dependencies and ndistinct coefficients were using a mix
      of elog() and ereport(). Fix this by changing most places to elog(), with
      the exception of input functions.
      
      This is a mostly cosmetic change, it makes the life a little bit easier
      for translators, as elog() messages are not translated. So backpatch to
      PostgreSQL 10, where extended statistics were introduced.
      
      Author: Tomas Vondra
      Backpatch-through: 10 where extended statistics were added
      Discussion: https://postgr.es/m/20190503154404.GA7478@alvherre.pgsql
      fe415ff1
  2. 29 May, 2019 3 commits
  3. 28 May, 2019 7 commits
  4. 27 May, 2019 1 commit
  5. 26 May, 2019 4 commits
  6. 25 May, 2019 1 commit
  7. 24 May, 2019 3 commits
  8. 23 May, 2019 6 commits
  9. 22 May, 2019 13 commits
  10. 21 May, 2019 1 commit