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
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Add missing "void" to prototypes.
Robert Haas
2019-12-17
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
*
Move interrupt-handling code into subroutines.
Robert Haas
2019-12-17
*
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-23
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
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
[next]