1. 16 Mar, 2017 7 commits
  2. 15 Mar, 2017 14 commits
  3. 14 Mar, 2017 17 commits
  4. 13 Mar, 2017 2 commits
    • Tom Lane's avatar
      Fix busted markup. · 0c87cd00
      Tom Lane authored
      Oversight in commit 9ca5c872.  Per buildfarm.
      0c87cd00
    • Alvaro Herrera's avatar
      Silence unused variable compiler warning · a9c074ba
      Alvaro Herrera authored
      Fallout from fcec6caa: mark a variable in
      set_tablefunc_size_estimates as used for asserts only.
      
      Also, the planner_rte_fetch() call is pointless with assertions
      disabled, so enclose it in a USE_ASSERT_CHECKING #ifdef; fix the same
      problem in set_subquery_size_estimates().
      
      First problem noted by David Rowley, whose compiler is noisier than mine
      in this regard.
      a9c074ba