1. 17 Jun, 2017 5 commits
    • Magnus Hagander's avatar
      Remove incorrect comment · 7f5cb14e
      Magnus Hagander authored
      Author: Michael Paquier <michael.paquier@gmail.com>
      7f5cb14e
    • Magnus Hagander's avatar
      Fix typos in comments · bb1f8f9e
      Magnus Hagander authored
      Author: Daniel Gustafsson <daniel@yesql.se>
      bb1f8f9e
    • Peter Eisentraut's avatar
      Define HAVE_UCOL_STRCOLLUTF8 on Windows · e42645ad
      Peter Eisentraut authored
      This should normally be determined by a configure check, but until
      someone figures out how to do that on Windows, it's better that the code
      uses the new function by default.
      e42645ad
    • Tom Lane's avatar
      Teach pgindent to skip files generated by bison or flex automatically. · cea258b6
      Tom Lane authored
      If a .c or .h file corresponds to a .y or .l file, skip indenting it.
      There's no point in reindenting derived files, and these files tend to
      confuse pgindent.  (Which probably indicates a bug in BSD indent, but
      I can't get excited about trying to fix it.)
      
      For the same reasons, add src/backend/utils/fmgrtab.c to the set of
      files excluded by src/tools/pgindent/exclude_file_patterns.
      
      The point of doing this is that it makes it safe to run pgindent over
      the tree without doing "make maintainer-clean" first.  While these are
      not the only derived .c/.h files in the tree, they are the only ones
      pgindent fails on.  Removing that prerequisite step results in one less
      way to mess up a pgindent run, and it's necessary if we ever hope to get
      to the ease of running pgindent via "make indent".
      cea258b6
    • Peter Eisentraut's avatar
  2. 16 Jun, 2017 5 commits
  3. 15 Jun, 2017 10 commits
  4. 14 Jun, 2017 14 commits
  5. 13 Jun, 2017 6 commits