summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/vacuum.sgml
AgeCommit message (Expand)Author
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-01-06doc: Clarify log level for VERBOSE messages in maintenance commands.Fujii Masao
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-09-20doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZEMichael Paquier
2023-07-19Doc: move unparenthesized syntaxes for a few commands.Nathan Bossart
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-06-22Improve privilege documentation for maintenance commands.Nathan Bossart
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-04-16Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-11-28Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-06-27Remove outdated recommendation for manual VACUUMMagnus Hagander
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-04-22Fix some trailing whitespace in documentation filesPeter Eisentraut
2021-04-01doc: Clarify use of ACCESS EXCLUSIVE lock in various sectionsMichael Paquier
2021-03-05doc: Add backlinks to progress reporting documentationMichael Paquier
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2020-10-19Change the docs for PARALLEL option of Vacuum.Amit Kapila
2020-09-30Fix XML id to match GUC namePeter Eisentraut
2020-04-16Fix the usage of parallel and full options of vacuum command.Amit Kapila
2020-04-14Comments and doc fixes for commit 40d964ec99.Amit Kapila
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-04-05Fix missing word.Robert Haas
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-03-29Allow existing VACUUM options to take a Boolean argument.Robert Haas
2018-10-04Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-03-30Simplify the example of VACUUM in documentation.Fujii Masao
2017-03-24Make VACUUM VERBOSE report the number of skipped frozen pages.Fujii Masao
2017-03-02Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas
2016-10-19Make getrusage() output a little more readablePeter Eisentraut
2016-06-17Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas
2014-12-18Have VACUUM log number of skipped pages due to pinsAlvaro Herrera
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2014-01-14Mention that VACUUM FREEZE also effectively zeroes the table freeze age.Robert Haas
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut