]> granicus.if.org Git - postgresql/history - doc/src/sgml/backup.sgml
Hot Standby documentation updates
[postgresql] / doc / src / sgml / backup.sgml
2010-02-19 Bruce MomjianHot Standby documentation updates
2010-02-09 Heikki LinnakangasMove "Warm Standby Servers for High Availability" and...
2010-02-03 Bruce MomjianProofreading improvements for the Administration docume...
2010-01-26 Peter EisentrautMake the default pg_hba.conf and pg_ident.conf align...
2010-01-24 Magnus HaganderAdd missing closing tag.
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-12 Bruce MomjianRemove tabs in SGML file.
2010-01-10 Simon RiggsDocs for behaviour change of drop database during Hot...
2009-12-20 Robert HaasFix two small typos in Hot Standby docs.
2009-12-19 Bruce MomjianConvert tabs to spaces in SGML.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-08-07 Alvaro HerreraDocument that autovacuum may run ANALYZE
2009-06-26 Tom LaneMarginal improvement of description of recovery_end_com...
2009-06-05 Bruce MomjianRemove sleep() from backup script example; not needed...
2009-05-27 Bruce MomjianRemove tabs from SGML file.
2009-05-14 Heikki LinnakangasAdd recovery_end_command option to recovery.conf. recov...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-03-05 Tom LaneRemove documentation of log_restartpoints setting,...
2009-01-13 Bruce MomjianDocument how pglesslog can be used to reduce the storag...
2008-11-09 Tom LaneAdd a startup check that pg_xlog and pg_xlog/archive_st...
2008-07-18 Bruce MomjianProperly document archive/restore command examples...
2008-06-23 Bruce MomjianBackup wording improvement.
2008-04-09 Bruce MomjianDocument that continuous archiving backup can be used...
2008-04-05 Bruce MomjianHave pg_stop_backup() wait for all archive files to...
2008-03-28 Heikki LinnakangasClarify documentation on PITR and warm standby on the...
2008-03-07 Bruce MomjianClearify PITR doc wording.
2008-02-13 Bruce MomjianAdd section to Migration talking about typical areas...
2008-01-23 Tom LaneProvide a concrete example of parameter expansion in...
2007-12-17 Bruce MomjianUpdate archive_command example to use || test, rather...
2007-12-17 Tom LaneSome desultory copy-editing on the backup/restore docs.
2007-12-15 Andrew DunstanFix example archive_command for standalone backups...
2007-11-28 Bruce MomjianAdd additional PITR documentation.
2007-11-28 Peter Eisentrautspell checker run
2007-10-16 Bruce MomjianMention Slony as just an example.
2007-10-16 Bruce MomjianAdd doc clarifications for warm standby.
2007-10-16 Bruce MomjianSlony switch is only seconds of downtime.
2007-10-16 Bruce MomjianAdd mention of Slony for in-place upgrades.
2007-09-29 Tom LaneMake archive recovery always start a new timeline,...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-14 Bruce MomjianClarify tar documentation about return error codes.
2007-09-14 Bruce MomjianUpdate GNU tar error code documentation.
2007-07-16 Bruce MomjianUpdate docs that GNU tar versions >=1.16 exit with...
2007-06-29 Tom LaneAdd a note that pg_start_backup will take awhile becaus...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2006-12-01 Tom LaneEditorial improvements to backup and warm-standby docum...
2006-11-10 Tom LaneClean up some misleading references to %p being a full...
2006-11-04 Tom LaneCorrect documentation error: in 8.1 and 8.2, %p in...
2006-10-30 Neil ConwayFix typo in backup docs. Patch from Euler Taveira de...
2006-10-23 Peter EisentrautSpellchecking and such
2006-10-12 Neil ConwayMake some incremental improvements and fixes to the...
2006-10-02 Bruce MomjianUpdate recovery documentation.
2006-09-19 Neil ConwayDocument how to use psql's --single-transaction option...
2006-09-19 Neil ConwayMinor additions and typo fixes for the backup documenta...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-09-15 Bruce MomjianDocument Warm Standby for High Availability
2006-09-15 Bruce MomjianDocument WAL recovery now uses checkpoints.
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-04-23 Bruce MomjianRemoves or minimizes some documentation mentions of...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-03-03 Bruce MomjianRename Online Backup to Continuous Archiving.
2006-02-24 Bruce MomjianMention that the archive history file has the wal start...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-10-26 Tom LaneAdd info about using rsync to make base backups. Per...
2005-10-22 Tom LaneAdd a note about GNU tar's propensity to complain if...
2005-10-22 Tom LaneCopy-editing for recent documentation changes relevant...
2005-10-15 Alvaro HerreraFix typo.
2005-10-13 Bruce MomjianSome additional doc changes based around compression...
2005-06-25 Tom LaneForce a checkpoint before committing a CREATE DATABASE...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-20 Tom LaneUpdate text that stated GiST indexes aren't WAL-logged.
2005-04-19 Bruce MomjianUpdate PITR wording, per Simon.
2005-04-18 Bruce MomjianUpdate PITR setence to mention WAL and file system...
2005-04-18 Bruce MomjianAdd description that WAL files used during backup have...
2005-04-18 Bruce MomjianUpdate PITR mention of which WAL files are needed.
2005-04-17 Bruce MomjianClarify name of file to be checked for PITR expiring.
2005-03-23 Tom LaneAdd note about risks involved in replaying CREATE TABLE...
2005-03-17 Bruce MomjianUpdate file system snapshot docs.
2005-03-17 Bruce MomjianMention tablespaces as a problem for using file system...
2005-03-17 Bruce MomjianDocument use of rsync for file system backups.
2005-02-25 Bruce MomjianPlease find enclosed a patch, per Dennis Bj<C3><B6...
2005-01-22 Bruce MomjianMore < and > cleanups converted to ampersands.
2004-12-28 Tom LaneMore minor updates and copy-editing.
2004-12-13 Peter EisentrautSpell checker run
2004-11-17 Tom LaneSome further editorial adjustment of PITR recovery...
2004-11-15 Neil ConwayReplace "--" and "---" with "&mdash;" as appropriate...
2004-11-14 Neil ConwayImprovements to the PITR docs. Initial patch from Gavin...
2004-11-08 Tom LaneRecommend that archive_command be coded to not overwrit...
2004-09-30 Neil ConwayAdd a note suggesting that users should use the newer...
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-08 Tom LaneUpdate admin guide's discussion of WAL to match present...
2004-08-07 Bruce MomjianUpdate pitr docs to mention inclusive/exclusive xid...
2004-08-07 Bruce MomjianFix markup.
2004-08-07 Bruce MomjianMention that transactions can complete in a different...
next