1. 26 May, 2019 4 commits
  2. 25 May, 2019 1 commit
  3. 24 May, 2019 3 commits
  4. 23 May, 2019 6 commits
  5. 22 May, 2019 13 commits
  6. 21 May, 2019 10 commits
  7. 20 May, 2019 3 commits
    • Tom Lane's avatar
      Doc: improve description of regexp character classes. · cf92226e
      Tom Lane authored
      Define the meanings of the POSIX-spec character classes in line,
      rather than referring to the ctype(3) man page.  That man page
      doesn't even exist on many modern systems, and if it does exist
      it probably says the wrong things about non-ASCII characters.
      Also document our non-POSIX-spec "ascii" character class.
      
      Also, point out here that this behavior is controlled by collation or
      LC_CTYPE, since the existing text explaining that is pretty far away.
      
      Per gripe from Geert Lobbestael.  Given the lack of prior complaints,
      I'm not excited about back-patching this.
      
      Discussion: https://postgr.es/m/155837022049.1359.2948065118562813468@wrigleys.postgresql.org
      cf92226e
    • Tom Lane's avatar
      Stamp 12beta1. · a240570b
      Tom Lane authored
      a240570b
    • Andres Freund's avatar
      Fix regression tests broken in fc7c281f. · 47a14c99
      Andres Freund authored
      This shouldn't have been committed without even running the tests (nor
      were the tests added that were suggested). I'm fixing up the results
      to get the buildfarm back to green, it's quite possible we'll want to
      revert this later.
      47a14c99