| Commit message (Expand) | Author | Age |
* | upgrade docs: highlight pg_upgrade, warn about globals preservation | Bruce Momjian | 2014-08-25 |
* | doc: Suggesting clearing pg_replslot from a hot filesystem backup. | Robert Haas | 2014-04-14 |
* | Add recovery_target='immediate' option. | Heikki Linnakangas | 2014-01-25 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |
* | doc: Refine documentation about recovery command exist status | Peter Eisentraut | 2013-12-02 |
* | doc: Fix typo. | Robert Haas | 2013-11-12 |
* | doc: Clarify under what circumstances pg_dump needs superuser access. | Robert Haas | 2013-11-08 |
* | Stress that backup_label file is critical in the docs. | Heikki Linnakangas | 2013-05-07 |
* | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 |
* | Doc correction to point out that 9.2+ can overwrite pg_xlog files. | Simon Riggs | 2012-08-08 |
* | Reorder basebackup options, to list pg_basebackup first | Magnus Hagander | 2012-06-17 |
* | Re-add documentation recommendation to use gzip/gunzip for archive file | Bruce Momjian | 2012-04-09 |
* | Remove documentation mention of pglesslog, which was added in 2009 | Bruce Momjian | 2012-04-09 |
* | Improve documentation around logging_collector and use of stderr. | Tom Lane | 2012-03-05 |
* | Fix archive_command example | Peter Eisentraut | 2011-11-04 |
* | Add note about using GNU tar warning options for base backups | Peter Eisentraut | 2011-11-04 |
* | Document that not backing up postmaster.pid and postmaster.opts might | Bruce Momjian | 2011-10-11 |
* | Fix missed use of "cp -i" in an example, per Fujii Masao. | Tom Lane | 2011-06-20 |
* | Don't use "cp -i" in the example WAL archive_command. | Tom Lane | 2011-06-17 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Add missing documention connecting word. | Bruce Momjian | 2011-05-07 |
* | Named restore points in recovery. Users can record named points, then | Simon Riggs | 2011-02-08 |
* | remove tags. | Bruce Momjian | 2011-02-06 |
* | Properly capitalize hyphenated words in documentation titles. | Bruce Momjian | 2011-02-01 |
* | Move upgrade instructions into its own section under "Server Setup and | Bruce Momjian | 2011-01-31 |
* | Support multiple concurrent pg_basebackup backups. | Heikki Linnakangas | 2011-01-31 |
* | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian | 2011-01-29 |
* | Add pg_basebackup tool for streaming base backups | Magnus Hagander | 2011-01-23 |
* | Document that a CHECKPOINT before taking a file system snapshot can | Bruce Momjian | 2010-11-24 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Don't try aligning comments for new archive_command Win32 doc example; | Bruce Momjian | 2010-09-13 |
* | Re-add documentation for Win32 copy syntax for archive_command. | Bruce Momjian | 2010-09-12 |
* | Assorted improvements to backup/restore documentation, per Thom Brown. | Tom Lane | 2010-08-15 |
* | Replace "slave" to "standby" in documentation for consistent terminology. | Itagaki Takahiro | 2010-06-07 |
* | Add cross-reference from wal_level to hot_standby setting. Update | Heikki Linnakangas | 2010-05-03 |
* | Adjust error checks in pg_start_backup and pg_stop_backup to make it possible | Tom Lane | 2010-04-29 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Update docs as to when WAL logging can be skipped. | Robert Haas | 2010-04-20 |
* | Spell out full archive directory specification in 'test -f' continuous | Bruce Momjian | 2010-04-12 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Change test -e to test -f in docs, for portability. | Bruce Momjian | 2010-04-01 |
* | Use test -e rather than test -f. | Bruce Momjian | 2010-04-01 |
* | Revert change that prevented ellipses from looking like ../. | Bruce Momjian | 2010-03-31 |
* | Clarify ellipses use in archive_command example, per Josh Kupershmidt. | Bruce Momjian | 2010-03-31 |
* | Document why 'cp -i </dev/null' is suggested for archive command. | Bruce Momjian | 2010-03-31 |
* | Briefly document in two places that pg_dump and pg_dumpall cannot be | Bruce Momjian | 2010-02-22 |
* | Move documentation of all recovery.conf option to a new chapter. | Heikki Linnakangas | 2010-02-22 |
* | Hot Standby documentation updates | Bruce Momjian | 2010-02-19 |
* | Move "Warm Standby Servers for High Availability" and "Hot Standby" | Heikki Linnakangas | 2010-02-09 |
* | Proofreading improvements for the Administration documentation book. | Bruce Momjian | 2010-02-03 |