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 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
*
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-22
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
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
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
Tom Lane
2016-06-15
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-10
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-20
*
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-06-19
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-08
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Have autovacuum workers listen to SIGHUP, too
Alvaro Herrera
2015-04-03
*
autovacuum: Fix polarity of "wraparound" variable
Alvaro Herrera
2015-04-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
[next]