summaryrefslogtreecommitdiff
path: root/doc/src/sgml/maintenance.sgml
AgeCommit message (Expand)Author
12 daysDoc: use uppercase keywords in SQLsDavid Rowley
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-07-01Document pg_get_multixact_members().Nathan Bossart
2025-03-07Doc: correct aggressive vacuum threshold for multixact members storageJohn Naylor
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2023-10-28doc: improve text around consistency of statistics valuesBruce Momjian
2023-10-17Reword messages about impending (M)XID exhaustion.Robert Haas
2023-10-16Update the documentation on recovering from (M)XID exhaustion.Robert Haas
2023-10-10doc: document the need to analyze partitioned tablesBruce Momjian
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Doc: update VACUUM VERBOSE freezing tip.Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2022-08-12doc: warn about security issues around log filesBruce Momjian
2022-04-08pgstat: Update docs to match the shared memory stats reality.Andres Freund
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-02Doc: Add relfrozenxid Tip to XID wraparound section.Peter Geoghegan
2022-04-02Doc: Clarify the role of aggressive VACUUMs.Peter Geoghegan
2022-04-02Doc: Remove MultiXact wraparound section link.Peter Geoghegan
2022-03-28Document autoanalyze limitations for partitioned tablesTomas Vondra
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-07-02docs: clarify new aggressive vacuum mode for multi-xactsBruce Momjian
2021-05-14Describe (auto-)analyze behavior for partitioned tablesAlvaro Herrera
2021-05-07Mention statistics objects in maintenance.sgmlTomas Vondra
2021-04-24Doc: Remove extraneous whitespaces with some tagsMichael Paquier
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-01doc: Clarify use of ACCESS EXCLUSIVE lock in various sectionsMichael Paquier
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-01Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch
2020-07-05doc: Spell checkingPeter Eisentraut
2020-06-28Fix documentation of "must be vacuumed within" warning.Noah Misch
2020-06-11doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian
2020-05-15docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2019-09-20Fix typo in commit 82fa3ff8672.Amit Kapila
2019-09-19Doc: document autovacuum interruption.Amit Kapila
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-08-20Doc: Improve wording of multiple places in documentationMichael Paquier
2019-04-27Mention REINDEX CONCURRENTLY in documentation about index maintenanceMichael Paquier
2018-12-18Update project link of pgBadger in documentationMichael Paquier
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-11-02Doc: update URL for check_postgres.Tom Lane
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-09-01Add note about diskspace usage of pg_commit_tsSimon Riggs
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2016-09-06Doc: small improvements for documentation about VACUUM freezing.Tom Lane