1. 31 Jan, 2008 7 commits
  2. 30 Jan, 2008 6 commits
  3. 29 Jan, 2008 6 commits
  4. 28 Jan, 2008 1 commit
  5. 27 Jan, 2008 1 commit
  6. 26 Jan, 2008 1 commit
    • Tom Lane's avatar
      Change StatementCancelHandler() to check the DoingCommandRead flag to decide · 6322e844
      Tom Lane authored
      whether to execute an immediate interrupt, rather than testing whether
      LockWaitCancel() cancelled a lock wait.  The old way misclassified the case
      where we were blocked in ProcWaitForSignal(), and arguably would misclassify
      any other future additions of new ImmediateInterruptOK states too.  This
      allows reverting the old kluge that gave LockWaitCancel() a return value,
      since no callers care anymore.  Improve comments in the various
      implementations of PGSemaphoreLock() to explain that on some platforms, the
      assumption that semop() exits after a signal is wrong, and so we must ensure
      that the signal handler itself throws elog if we want cancel or die interrupts
      to be effective.  Per testing related to bug #3883, though this patch doesn't
      solve those problems fully.
      
      Perhaps this change should be back-patched, but since pre-8.3 branches aren't
      really relying on autovacuum to respond to SIGINT, it doesn't seem critical
      for them.
      6322e844
  7. 25 Jan, 2008 3 commits
  8. 24 Jan, 2008 1 commit
  9. 23 Jan, 2008 6 commits
  10. 22 Jan, 2008 1 commit
  11. 21 Jan, 2008 3 commits
  12. 20 Jan, 2008 2 commits
  13. 19 Jan, 2008 1 commit
    • Tom Lane's avatar
      Make pg_regress clean out the testtablespace directory only on Windows. · f10589e5
      Tom Lane authored
      On other platforms it's better to let the Makefile handle it, but we want
      the regression tests to be invokable without make on Windows.  A batch
      file would be a better solution, but no time for that before 8.3.
      Per my discovery that this breaks testing under SELinux, and subsequent
      discussion.
      f10589e5
  14. 18 Jan, 2008 1 commit
    • Marc G. Fournier's avatar
      · aeeef411
      Marc G. Fournier authored
      must commit after autoconf ... and yes, I used the right autoconf
      aeeef411