aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/analyze.sgml
Commit message (Expand)AuthorAge
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Document that analyzing an empty table doesn't update the statistics.Robert Haas2012-01-27
* Update and extend the EXPLAIN-related documentation.Tom Lane2011-09-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Document new 9.0 behavior of ANALYZE on inheritance hierarchies.Robert Haas2010-06-15
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-04
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera2007-10-07
* Various fixes for the SGML docs. Consistently use spaces before/afterNeil Conway2007-05-15
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway2004-03-09
* This patch fixes a few more uppercase GUC vars. I also removed anNeil Conway2003-12-14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Mop-up for error-message updates in documentation.Tom Lane2003-09-12
* This patch makes a few minor improvements to the docs: make theBruce Momjian2003-09-11
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* Bring SQL ref pages to consistent format, part 1.Peter Eisentraut2003-04-15
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* 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
* Spell-check and markup policePeter Eisentraut2002-01-20
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Update various obsolete remarks about VACUUM.Tom Lane2001-11-18
* Add a section about the planner's statistics, including a descriptionTom Lane2001-10-16
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07