index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
autovacuum.c
Age
Commit message (
Expand
)
Author
2023-04-20
Fix autovacuum cost debug logging
Daniel Gustafsson
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-03-25
Comment on expectations for AutoVacuumWorkItem handlers.
Noah Misch
2023-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-31
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-07-25
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-13
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-11-22
autovacuum: Improve wording in a couple places
Alvaro Herrera
2021-10-12
Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().
Fujii Masao
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-05
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-04-21
Add comment about extract_autovac_opts not holding lock
Alvaro Herrera
2021-04-19
Use correct format placeholder for pids
Peter Eisentraut
2021-04-09
Set pg_class.reltuples for partitioned tables
Alvaro Herrera
2021-04-08
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-09
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-08
Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.
Fujii Masao
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-11
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-21
Clear some style deviations.
Noah Misch
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
[next]