aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/backup.sgml
Commit message (Expand)AuthorAge
* Document that autovacuum may run ANALYZEAlvaro Herrera2009-08-07
* Marginal improvement of description of recovery_end_command.Tom Lane2009-06-26
* Remove sleep() from backup script example; not needed anymore.Bruce Momjian2009-06-05
* Remove tabs from SGML file.Bruce Momjian2009-05-27
* Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas2009-05-14
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-07
* Remove documentation of log_restartpoints setting, which is obsoletedTom Lane2009-03-05
* Document how pglesslog can be used to reduce the storage requirements of PITR.Bruce Momjian2009-01-13
* Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane2008-11-09
* Properly document archive/restore command examples on Windows.Bruce Momjian2008-07-18
* Backup wording improvement.Bruce Momjian2008-06-23
* Document that continuous archiving backup can be used for cases whereBruce Momjian2008-04-09
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-05
* Clarify documentation on PITR and warm standby on the fact that the standbyHeikki Linnakangas2008-03-28
* Clearify PITR doc wording.Bruce Momjian2008-03-07
* Add section to Migration talking about typical areas that change betweenBruce Momjian2008-02-13
* Provide a concrete example of parameter expansion in archive_command.Tom Lane2008-01-23
* Update archive_command example to use || test, rather than if [].Bruce Momjian2007-12-17
* Some desultory copy-editing on the backup/restore docs.Tom Lane2007-12-17
* Fix example archive_command for standalone backups so it doesn't return spuri...Andrew Dunstan2007-12-15
* Add additional PITR documentation.Bruce Momjian2007-11-28
* spell checker runPeter Eisentraut2007-11-28
* Mention Slony as just an example.Bruce Momjian2007-10-16
* Add doc clarifications for warm standby.Bruce Momjian2007-10-16
* Slony switch is only seconds of downtime.Bruce Momjian2007-10-16
* Add mention of Slony for in-place upgrades.Bruce Momjian2007-10-16
* Make archive recovery always start a new timeline, rather than only when aTom Lane2007-09-29
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Clarify tar documentation about return error codes.Bruce Momjian2007-09-14
* Update GNU tar error code documentation.Bruce Momjian2007-09-14
* Update docs that GNU tar versions >=1.16 exit with 1 on files changed, 2Bruce Momjian2007-07-16
* Add a note that pg_start_backup will take awhile because of newTom Lane2007-06-29
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Editorial improvements to backup and warm-standby documentation.Tom Lane2006-12-01
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-10
* Correct documentation error: in 8.1 and 8.2, %p in archive and restoreTom Lane2006-11-04
* Fix typo in backup docs. Patch from Euler Taveira de Oliveira.Neil Conway2006-10-30
* Spellchecking and suchPeter Eisentraut2006-10-23
* Make some incremental improvements and fixes to the documentation onNeil Conway2006-10-12
* Update recovery documentation.Bruce Momjian2006-10-02
* Document how to use psql's --single-transaction option to rollback restoringNeil Conway2006-09-19
* Minor additions and typo fixes for the backup documentation. Patch fromNeil Conway2006-09-19
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Document Warm Standby for High AvailabilityBruce Momjian2006-09-15
* Document WAL recovery now uses checkpoints.Bruce Momjian2006-09-15
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18