1. 26 Dec, 2006 1 commit
    • Tatsuo Ishii's avatar
      Call srandom() instead of srand(). · 39def593
      Tatsuo Ishii authored
      pgbench calls random() later, so it should have called srandom().
      On most platforms except Windows srandom() is actually identical
      to srand(), so the bug only bites Windows users.
      per bug report from Akio Ishida.
      39def593
  2. 24 Dec, 2006 4 commits
    • Tom Lane's avatar
      Make HISTCONTROL=ignoredups work again (broken by misordering of · 506a9893
      Tom Lane authored
      operations during recent code refactoring).  Per bug #2840 from Ned Crigler.
      506a9893
    • Tom Lane's avatar
      Bring some order and sanity to error handling in the xml patch. · 57f1630c
      Tom Lane authored
      Use a TRY block instead of (inadequate) ad-hoc coding to ensure that
      libxml is cleaned up after a failure.  Report the intended SQLCODE
      instead of defaulting to XX000.  Avoid risking use of a dangling
      pointer by keeping the persistent error buffer in TopMemoryContext.
      Be less trusting that error messages don't contain %.
      
      This patch doesn't do anything about changing the way the messages
      are put together --- this is just about mechanism.
      57f1630c
    • Tom Lane's avatar
      Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of · e9da20ab
      Tom Lane authored
      bletcherous and unsafe manipulation of global encoding setting.
      Clean up libxml reporting mechanism a bit (it still looks like a
      dangling-pointer crash waiting to happen, though, not to mention
      being far less than sane from a localization standpoint).
      e9da20ab
    • Tom Lane's avatar
      Code review for XML patch. Instill a bit of sanity in the location of · c957c0ba
      Tom Lane authored
      the XmlExpr code in various lists, use a representation that has some hope
      of reverse-listing correctly (though it's still a de-escaping function
      shy of correctness), generally try to make it look more like Postgres
      coding conventions.
      c957c0ba
  3. 23 Dec, 2006 6 commits
  4. 22 Dec, 2006 2 commits
  5. 21 Dec, 2006 4 commits
  6. 20 Dec, 2006 1 commit
  7. 19 Dec, 2006 3 commits
  8. 18 Dec, 2006 2 commits
  9. 17 Dec, 2006 2 commits
    • Bruce Momjian's avatar
      Fix typo: · cdcee165
      Bruce Momjian authored
      <   While PostgreSQL clients runs fine limited-resource environments, the
      >   While PostgreSQL clients runs fine in limited-resource environments, the
      cdcee165
    • Bruce Momjian's avatar
      Move entry into CLUSTER section: · 6874fb90
      Bruce Momjian authored
      < * Make CLUSTER preserve recently-dead tuples per MVCC requirements
      > 	o Make CLUSTER preserve recently-dead tuples per MVCC requirements
      6874fb90
  10. 16 Dec, 2006 1 commit
  11. 15 Dec, 2006 9 commits
  12. 14 Dec, 2006 3 commits
  13. 13 Dec, 2006 1 commit
  14. 12 Dec, 2006 1 commit
    • Bruce Momjian's avatar
      Update entry: · 8283cd76
      Bruce Momjian authored
      < * Have EXPLAIN ANALYZE highlight poor optimizer estimates
      > * Have EXPLAIN ANALYZE issue NOTICE messages when the estimated and
      >   actual row counts differ by a specified percentage
      8283cd76