| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 | 1 | -6/+4 |
| * | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 | 1 | -4/+6 |
| * | Slight wording improvement in documentation. | Bruce Momjian | 2006-08-04 | 1 | -2/+2 |
| * | Editorialize a bit on the recent patch, reverting to the original versions | Alvaro Herrera | 2006-08-01 | 1 | -26/+36 |
| * | Improvements to Maintenance and External Projects documentation. | Bruce Momjian | 2006-08-01 | 1 | -35/+34 |
| * | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 | 1 | -9/+9 |
| * | Removes or minimizes some documentation mentions of backward | Bruce Momjian | 2006-04-23 | 1 | -28/+9 |
| * | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 | 1 | -3/+1 |
| * | Improve lazy vacuum wording. | Bruce Momjian | 2005-12-07 | 1 | -3/+3 |
| * | Clarify vacuum lazy can shrink a file under certain circumstances. | Bruce Momjian | 2005-12-07 | 1 | -6/+7 |
| * | Spellchecking run, final cleanups | Peter Eisentraut | 2005-11-04 | 1 | -6/+6 |
| * | Make an editorial pass over the reference pages. | Tom Lane | 2005-11-01 | 1 | -2/+3 |
| * | Clean up autovacuum documentation, which was a bit out of sync with what | Tom Lane | 2005-10-21 | 1 | -42/+92 |
| * | Attached patch takes a swing at improving the autovacuum wording in | Bruce Momjian | 2005-09-23 | 1 | -12/+13 |
| * | Add note about pg_autovacuum settings not being saved on a dump, per | Alvaro Herrera | 2005-09-16 | 1 | -3/+13 |
| * | Document the new autovacuum daemon. | Alvaro Herrera | 2005-09-13 | 1 | -8/+99 |
| * | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 | 1 | -3/+2 |
| * | SGML cleanup: consistently use "endterm" in <xref>s that link to the | Neil Conway | 2005-06-13 | 1 | -7/+8 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 1 | -18/+1 |
| * | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 1 | -1/+18 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -21/+45 |
| * | More minor updates and copy-editing. | Tom Lane | 2004-12-27 | 1 | -10/+38 |
| * | Spell checker run | Peter Eisentraut | 2004-12-13 | 1 | -3/+3 |
| * | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway | 2004-11-15 | 1 | -5/+5 |
| * | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 | 1 | -27/+45 |
| * | log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as per | Tom Lane | 2004-07-24 | 1 | -2/+2 |
| * | Restore one mention of logrotate, per Peter. | Bruce Momjian | 2004-05-16 | 1 | -2/+2 |
| * | Properly document rotatelogs, and add mention of it to pg_ctl manual page. | Bruce Momjian | 2004-05-14 | 1 | -4/+4 |
| * | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 | 1 | -2/+2 |
| * | Fix typo. | Bruce Momjian | 2004-03-15 | 1 | -2/+2 |
| * | Mention Linux syslog will sync lines to disk, and describe how to | Bruce Momjian | 2004-03-15 | 1 | -4/+10 |
| * | This patch makes some improvements and adds some additional detail | Neil Conway | 2003-12-14 | 1 | -42/+76 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Random copy-editing. | Peter Eisentraut | 2003-11-04 | 1 | -5/+5 |
| * | Spell checking, consistent terminology. | Peter Eisentraut | 2003-11-01 | 1 | -25/+28 |
| * | Add mention of logrotate for syslog, from Robert Treat | Bruce Momjian | 2003-10-09 | 1 | -8/+9 |
| * | Update obsolete examples of error messages; various other minor editing. | Tom Lane | 2003-09-12 | 1 | -18/+8 |
| * | Add/edit index entries. | Peter Eisentraut | 2003-08-31 | 1 | -2/+16 |
| * | Change clusterdb and vacuumdb into C programs. | Peter Eisentraut | 2003-06-18 | 1 | -2/+2 |
| * | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 | 1 | -2/+2 |
| * | Another big editing pass for consistent content and presentation. | Peter Eisentraut | 2003-03-24 | 1 | -40/+35 |
| * | Merge documentation updates from 7.3 branch. | Peter Eisentraut | 2002-11-11 | 1 | -10/+9 |
| * | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 | 1 | -5/+5 |
| * | Update installation instructions and put mostly everything in one place. | Peter Eisentraut | 2002-09-18 | 1 | -7/+6 |
| * | Rename command to reindexdb, for consistency. | Bruce Momjian | 2002-06-23 | 1 | -2/+2 |
| * | Handle mixed-case names in reindex script. | Bruce Momjian | 2002-06-23 | 1 | -98/+111 |
| * | uint -> uint32, portability. | Bruce Momjian | 2002-06-22 | 1 | -1/+20 |
| * | Move disk usage section into its own section. | Bruce Momjian | 2002-06-13 | 1 | -86/+1 |
| * | Add section on showing disk usage. | Bruce Momjian | 2002-06-13 | 1 | -1/+87 |
| * | Update docs for new INFO, NOTICE, WARNING elog() levels. | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |