1. 28 Sep, 2006 2 commits
  2. 27 Sep, 2006 6 commits
  3. 26 Sep, 2006 6 commits
  4. 25 Sep, 2006 6 commits
  5. 24 Sep, 2006 4 commits
  6. 23 Sep, 2006 1 commit
  7. 22 Sep, 2006 14 commits
  8. 21 Sep, 2006 1 commit
    • Tom Lane's avatar
      Fix free space map to correctly track the total amount of FSM space needed · 9e936693
      Tom Lane authored
      even when a single relation requires more than max_fsm_pages pages.  Also,
      make VACUUM emit a warning in this case, since it likely means that VACUUM
      FULL or other drastic corrective measure is needed.  Per reports from Jeff
      Frost and others of unexpected changes in the claimed max_fsm_pages need.
      9e936693