1. 27 10月, 2005 6 次提交
  2. 26 10月, 2005 5 次提交
  3. 25 10月, 2005 7 次提交
  4. 24 10月, 2005 6 次提交
  5. 23 10月, 2005 6 次提交
  6. 22 10月, 2005 5 次提交
    • A
      Fix typo. · 63aa4924
      Alvaro Herrera 提交于
      63aa4924
    • A
      · 188c5249
      Andrew Dunstan 提交于
      minor code cleanup - replace useless struct timezone argument to
      gettimeofday with NULL in a few places, making it consistent with
      usage elsewhere.
      188c5249
    • T
      Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing · 6aad07d2
      Tom Lane 提交于
      a kernel call unless there's some evidence of a pending signal.  This should
      bring its performance on Windows into line with the Unix version.  Problem
      diagnosis and patch by Qingqing Zhou.  Minor stylistic tweaks by moi ...
      if it's broken, it's my fault.
      6aad07d2
    • T
      Clean up autovacuum documentation, which was a bit out of sync with what · fdff883a
      Tom Lane 提交于
      the code actually does, and needed copy-editing anyway.  Also take the
      opportunity to expand the section on routine reindexing.
      fdff883a
    • T
      Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were · 9fc24f2b
      Tom Lane 提交于
      properly advancing the CommandCounter between multiple sub-queries
      generated by rules, we forgot to update the snapshot being used, so
      that the successive sub-queries didn't actually see each others'
      results.  This is still not *exactly* like the semantics of normal
      execution of the same queries, in that we don't take new transaction
      snapshots and hence don't see changes from concurrently committed
      commands, but I think that's OK and probably even preferable for
      EXPLAIN ANALYZE.
      9fc24f2b
  7. 21 10月, 2005 5 次提交