index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
analyze.sgml
Age
Commit message (
Expand
)
Author
2025-01-06
doc: Clarify log level for VERBOSE messages in maintenance commands.
Fujii Masao
2024-09-24
Add ONLY support for VACUUM and ANALYZE
David Rowley
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-11-08
doc: mention that ANALYZE does block DDL
Bruce Momjian
2023-09-20
doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZE
Michael Paquier
2023-07-19
Doc: move unparenthesized syntaxes for a few commands.
Nathan Bossart
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-06-22
Improve privilege documentation for maintenance commands.
Nathan Bossart
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-04-16
Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs
David Rowley
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-28
Provide non-superuser predefined roles for vacuum and analyze
Andrew Dunstan
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-09-03
doc: simplify docs about analyze and inheritance/partitions
Bruce Momjian
2022-03-31
doc: Fix typo in ANALYZE documentation
Daniel Gustafsson
2022-03-28
Document autoanalyze limitations for partitioned tables
Tomas Vondra
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-06-04
Doc: Fix some spelling mistakes
David Rowley
2021-05-14
Describe (auto-)analyze behavior for partitioned tables
Alvaro Herrera
2021-03-05
doc: Add backlinks to progress reporting documentation
Michael Paquier
2020-10-03
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2019-08-07
Doc: document permissions required for ANALYZE.
Tom Lane
2019-05-22
Mention ANALYZE boolean options in documentation.
Fujii Masao
2018-10-04
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-03-06
Add parenthesized options syntax for ANALYZE.
Andres Freund
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-20
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-10-10
Use lower-case SGML attribute values
Peter Eisentraut
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-03-07
Remove duplicated word.
Robert Haas
2017-03-02
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2014-02-24
doc: Improve DocBook XML validity
Peter Eisentraut
2012-06-21
Make placeholders in SQL command help more consistent and precise
Peter Eisentraut
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-01-27
Document that analyzing an empty table doesn't update the statistics.
Robert Haas
2011-09-28
Update and extend the EXPLAIN-related documentation.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-06-15
Document new 9.0 behavior of ANALYZE on inheritance hierarchies.
Robert Haas
2010-04-03
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-01-22
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2009-08-04
Use DocBook XSL stylesheets for man page building
Peter Eisentraut
2009-08-02
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2008-12-13
Increase the default value of default_statistics_target from 10 to 100,
Tom Lane
2008-11-14
Set SQL man pages to be section 7 by default, and only transform them to
Peter Eisentraut
2007-10-07
A few improvements to analyze and vacuum sections in documentation: add "see
Alvaro Herrera
[next]