1. 17 Sep, 2006 1 commit
    • Tom Lane's avatar
      Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared · 2e5e856f
      Tom Lane authored
      after an error during VACUUM.  We have a PG_TRY block anyway around the only
      call sites, so just reset it in the CATCH clause instead of having
      AtEOXact_Buffers blindly do it during xact end.  I think the old code was
      actively wrong for the case of a failure during ANALYZE inside a
      subtransaction --- the flag wouldn't get cleared until main transaction end.
      Probably not worth back-patching though.
      2e5e856f
  2. 16 Sep, 2006 7 commits
  3. 15 Sep, 2006 7 commits
  4. 14 Sep, 2006 20 commits
  5. 13 Sep, 2006 4 commits
  6. 12 Sep, 2006 1 commit