1. 20 Jul, 2006 2 commits
    • Tom Lane's avatar
      Make pg_regress.c get paths from pg_config_paths.h, instead of -D · 5652ea70
      Tom Lane authored
      switches passed from the Makefile.  This looks like it will fix
      problem with virtual vs real paths under msys.
      5652ea70
    • Tom Lane's avatar
      Don't try to truncate multixact SLRU files in checkpoints done during xlog · 9dc842f0
      Tom Lane authored
      recovery.  In the first place, it doesn't work because slru's
      latest_page_number isn't set up yet (this is why we've been hearing reports
      of strange "apparent wraparound" log messages during crash recovery, but
      only from people who'd managed to advance their next-mxact counters some
      considerable distance from 0).  In the second place, it seems a bit unwise
      to be throwing away data during crash recovery anwyway.  This latter
      consideration convinces me to just disable truncation during recovery,
      rather than computing latest_page_number and pushing ahead.
      9dc842f0
  2. 19 Jul, 2006 10 commits
  3. 18 Jul, 2006 6 commits
  4. 17 Jul, 2006 2 commits
  5. 16 Jul, 2006 9 commits
  6. 15 Jul, 2006 5 commits
  7. 14 Jul, 2006 6 commits