index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
autovacuum.c
Commit message (
Expand
)
Author
Age
*
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Fix vacuum_cost_delay check for balance calculation.
Daniel Gustafsson
2023-04-25
*
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-31
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-22
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
*
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-03-13
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
*
Remove unnecessary include
Alvaro Herrera
2018-01-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix autovacuum work item error handling
Alvaro Herrera
2017-10-30
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Improve memory management in autovacuum.c.
Tom Lane
2017-09-23
*
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-20
*
Simplify autovacuum work-item implementation
Alvaro Herrera
2017-08-15
*
Fix error handling path in autovacuum launcher
Alvaro Herrera
2017-08-15
*
Fix autovacuum launcher attachment to its DSA
Alvaro Herrera
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-10
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-25
*
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
*
Code review for early drop of orphaned temp relations in autovacuum.
Tom Lane
2016-11-27
*
Fix uninitialized variable.
Tom Lane
2016-11-21
*
autovacuum: Drop orphan temp tables more quickly but with more caution.
Robert Haas
2016-11-21
[next]