1. 21 Feb, 2017 6 commits
    • Peter Eisentraut's avatar
      doc: Update URL for plr · 7248099c
      Peter Eisentraut authored
      7248099c
    • Tom Lane's avatar
      Use less-generic table name in new regression test case. · 1c95f0b4
      Tom Lane authored
      Creating global objects named "foo" isn't an especially wise thing,
      but especially not in a test script that has already used that name
      for something else, and most especially not in a script that runs
      in parallel with other scripts that use that name :-(
      
      Per buildfarm.
      1c95f0b4
    • Peter Eisentraut's avatar
      Make more use of castNode() · 38d10376
      Peter Eisentraut authored
      38d10376
    • Tom Lane's avatar
      Reject too-old Python versions a bit sooner. · 4e5ce3c1
      Tom Lane authored
      Commit 04aad401 added this check after the search for a Python shared
      library, which seems to me to be a pretty unfriendly ordering.  The
      search might fail for what are basically version-related reasons, and
      in such a case it'd be better to say "your Python is too old" than
      "could not find shared library for Python".
      4e5ce3c1
    • Peter Eisentraut's avatar
      Drop support for Python 2.3 · 04aad401
      Peter Eisentraut authored
      There is no specific reason for this right now, but keeping support for
      old Python versions around indefinitely increases the maintenance
      burden.  The oldest supported Python version is now Python 2.4, which is
      still shipped in RHEL/CentOS 5 by default.
      
      In configure, add a check for the required Python version and give a
      friendly error message for an old version, instead of relying on an
      obscure build error later on.
      04aad401
    • Simon Riggs's avatar
      Small correction to BRIN docs · 0bf41dd1
      Simon Riggs authored
      Replace incorrect word "index" with "heap"
      
      Takayuki Tsunakawa
      0bf41dd1
  2. 20 Feb, 2017 2 commits
    • Tom Lane's avatar
      Improve error message for misuse of TZ, tz, OF formatting patterns. · 1c073505
      Tom Lane authored
      Be specific about which pattern is being complained of, and avoid saying
      "it's not supported in to_date", which is just confusing if the error is
      actually coming out of to_timestamp.  We can phrase it as "is only
      supported in to_char", instead.  Also, use the term "formatting field" not
      "format pattern", because other error messages in the same file prefer that
      terminology.  (This isn't terribly consistent with the documentation, so
      maybe we should change all these error messages?)
      1c073505
    • Tom Lane's avatar
      Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns. · 10257fc5
      Tom Lane authored
      These are only supported in to_char, not in the other direction, but the
      documentation failed to mention that.  Also, describe TZ/tz as printing the
      time zone "abbreviation", not "name", because what they print is elsewhere
      referred to that way.  Per bug #14558.
      10257fc5
  3. 19 Feb, 2017 7 commits
  4. 18 Feb, 2017 2 commits
  5. 17 Feb, 2017 6 commits
  6. 16 Feb, 2017 3 commits
  7. 15 Feb, 2017 14 commits