aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/vacuum.sgml
Commit message (Expand)AuthorAge
* Have VACUUM log number of skipped pages due to pinsAlvaro Herrera2014-12-18
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Mention that VACUUM FREEZE also effectively zeroes the table freeze age.Robert Haas2014-01-14
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-02
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Fix "unparenthesized" mention in vacuum docs.Bruce Momjian2011-03-11
* Document that the parenthesized VACUUM syntax is deprecated, not theBruce Momjian2011-03-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-11
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Fix mistaken duplicate reference to max_fsm_pages, per bug #3926.Tom Lane2008-02-03
* Add comments about VACUUM to free space map docs.Bruce Momjian2007-11-28
* A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera2007-10-07
* Update documentation mention of VACUUM FULL and CLUSTER whereBruce Momjian2007-05-30
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Document need for periodic REINDEX in VACUUM FULL cases.Bruce Momjian2007-01-31
* Use "dead" rather than "expired" for vacuumable rows.Bruce Momjian2006-12-27
* Change a VACUUM manual page word from 'deleted' to 'expired', so DELETEBruce Momjian2006-12-23
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACENeil Conway2006-10-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* More vacuum markup fixes. AlvaroBruce Momjian2005-07-30
* Fix VACUUM sgml markup.Bruce Momjian2005-07-30
* Patch to mention cost-based delay in vacuum referenceBruce Momjian2005-07-30
* Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane2004-12-02
* Minor SGML improvements.Neil Conway2004-03-23
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* More cleanup of Diagnostics sections.Tom Lane2003-09-12
* Add/edit index entries.Peter Eisentraut2003-08-31
* Editing of more reference pages.Peter Eisentraut2003-04-26
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch makes the following changes to the documentation:Bruce Momjian2003-02-19
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* set.patch updates an example in ref/set.sgml to have microsecondBruce Momjian2002-10-09
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* Update reference pages for new INFO, NOTICE, WARNING elog() levels.Bruce Momjian2002-03-06
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Update various obsolete remarks about VACUUM.Tom Lane2001-11-18
* More uppercasing.Bruce Momjian2001-10-12