1. 02 7月, 2009 2 次提交
  2. 01 7月, 2009 1 次提交
  3. 28 6月, 2009 1 次提交
    • T
      Revert addition of "o" to tar options. This was intended to fix bug #4883, · 4d53a2f9
      Tom Lane 提交于
      but the cure appears to be worse than the disease.  It turns out that GNU
      tar versions 1.14.x misinterpret -o as --same-owner, not --no-same-owner,
      leading to exactly the wrong behavior for both root and nonroot users.
      While that bug has been fixed for nearly five years, these tar versions
      are still found in the wild, notably in OS X 10.4.  Given that #4883 was
      the first complaint we'd heard, it's definitely not worth fixing at the
      risk of breaking things for other users.  Perhaps revisit at a later date
      when we're not up against a release deadline.
      4d53a2f9
  4. 27 6月, 2009 6 次提交
  5. 26 6月, 2009 7 次提交
  6. 25 6月, 2009 2 次提交
  7. 24 6月, 2009 6 次提交
  8. 23 6月, 2009 4 次提交
    • T
      Fix the makefiles to fail cleanly if Perl is needed but not present. This · 8d355d7b
      Tom Lane 提交于
      used to work as intended, but got broken some time ago (a quoted empty string
      is not an empty string), and got broken some more by the changes to generate
      ecpg's preproc.y automatically.  Given all the unprotected uses of $(PERL)
      elsewhere, it seems best to make use of the $(missing) script rather than
      trying to ensure each such use is protected individually.  Also fix various
      bits of documentation that omitted to mention Perl as a requirement for
      building from a CVS pull.  Per a complaint from Robert Haas.
      8d355d7b
    • M
      · bc00ceb1
      Marc G. Fournier 提交于
      bundle RC2
      bc00ceb1
    • T
      For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead · 6382448c
      Tom Lane 提交于
      of the 256KB limit originally enforced by a patch committed 2008-11-06.
      Per recent test results, the smaller size resulted in an undesirable decrease
      in bulk data loading speed, due to COPY processing frequently getting blocked
      for WAL flushing.  This area might need more tweaking later, but this setting
      seems to be good enough for 8.4.
      6382448c
    • T
      Make to_timestamp and friends skip leading spaces before an integer field, · 3f1e529e
      Tom Lane 提交于
      even when not in FM mode.  This improves compatibility with Oracle and with
      our pre-8.4 behavior, as per bug #4862.
      
      Brendan Jurd
      
      Add a couple of regression test cases for this.  In passing, get rid of the
      labeling of the individual test cases; doesn't seem to be good for anything
      except causing extra work when inserting a test...
      
      Tom Lane
      3f1e529e
  9. 22 6月, 2009 3 次提交
  10. 21 6月, 2009 1 次提交
  11. 20 6月, 2009 2 次提交
  12. 19 6月, 2009 1 次提交
  13. 18 6月, 2009 4 次提交