1. 10 Aug, 2006 4 commits
  2. 09 Aug, 2006 13 commits
  3. 08 Aug, 2006 16 commits
  4. 07 Aug, 2006 5 commits
  5. 06 Aug, 2006 2 commits
    • Tom Lane's avatar
      Tweak sanity_check regression test to display more tables (viz, those · 23dc3082
      Tom Lane authored
      without indexes) but not to display temp tables.  It's a bit hard to
      credit that sanity_check could get through a database-wide VACUUM
      while the preceding create_index test is still trying to clean up
      its temp tables ... but I see no other explanation for the current
      failure report from buildfarm member sponge.
      23dc3082
    • Tom Lane's avatar
      Add support for forcing a switch to a new xlog file; cause such a switch · 704ddaaa
      Tom Lane authored
      to happen automatically during pg_stop_backup().  Add some functions for
      interrogating the current xlog insertion point and for easily extracting
      WAL filenames from the hex WAL locations displayed by pg_stop_backup
      and friends.  Simon Riggs with some editorialization by Tom Lane.
      704ddaaa