1. 01 Oct, 2007 4 commits
  2. 30 Sep, 2007 7 commits
  3. 29 Sep, 2007 14 commits
  4. 28 Sep, 2007 6 commits
  5. 27 Sep, 2007 7 commits
  6. 26 Sep, 2007 2 commits
    • Tom Lane's avatar
      Some small tuptoaster improvements from Greg Stark. Avoid unnecessary · 84fe8990
      Tom Lane authored
      decompression of an already-compressed external value when we have to copy
      it; save a few cycles when a value is too short for compression; and
      annotate various lines that are currently unreachable.
      84fe8990
    • Tom Lane's avatar
      Minor improvements in backup and recovery: · f18dfc48
      Tom Lane authored
      - create a separate archive_mode GUC, on which archive_command is dependent
      
      - %r option in recovery.conf sends last restartpoint to recovery command
      
      - %r used in pg_standby, updated README
      
      - minor other code cleanup in pg_standby
      
      - doc on Warm Standby now mentions pg_standby and %r
      
      - log_restartpoints recovery option emits LOG message at each restartpoint
      
      - end of recovery now displays last transaction end time, as requested
        by Warren Little; also shown at each restartpoint
      
      - restart archiver if needed to carry away WAL files at shutdown
      
      Simon Riggs
      f18dfc48