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
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
/
vacuum.sgml
Age
Commit message (
Expand
)
Author
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
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-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-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
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-06-27
Remove outdated recommendation for manual VACUUM
Magnus Hagander
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-04-22
Fix some trailing whitespace in documentation files
Peter Eisentraut
2021-04-01
doc: Clarify use of ACCESS EXCLUSIVE lock in various sections
Michael Paquier
2021-03-05
doc: Add backlinks to progress reporting documentation
Michael Paquier
2021-02-09
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2020-10-19
Change the docs for PARALLEL option of Vacuum.
Amit Kapila
2020-09-30
Fix XML id to match GUC name
Peter Eisentraut
2020-04-16
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-14
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-04-05
Fix missing word.
Robert Haas
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-03-29
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2018-10-04
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
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-30
Simplify the example of VACUUM in documentation.
Fujii Masao
2017-03-24
Make VACUUM VERBOSE report the number of skipped frozen pages.
Fujii Masao
2017-03-02
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2016-10-19
Make getrusage() output a little more readable
Peter Eisentraut
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2014-12-18
Have VACUUM log number of skipped pages due to pins
Alvaro Herrera
2014-02-24
doc: Improve DocBook XML validity
Peter Eisentraut
2014-01-14
Mention that VACUUM FREEZE also effectively zeroes the table freeze age.
Robert Haas
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2012-06-21
Make placeholders in SQL command help more consistent and precise
Peter Eisentraut
2011-08-07
Fix a whitespace issue with the man pages
Peter Eisentraut
[next]