aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/autovacuum.c
Commit message (Expand)AuthorAge
* Avoid deadlock during orphan temp table removal.Tom Lane2024-04-02
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-25
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-31
* Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane2020-02-28
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-18
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Report correct name in autovacuum "work items" activityAlvaro Herrera2019-02-22
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-12
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-14
* Avoid holding AutovacuumScheduleLock while rechecking table statistics.Tom Lane2018-03-13
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Remove unnecessary includeAlvaro Herrera2018-01-23
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix autovacuum work item error handlingAlvaro Herrera2017-10-30
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Improve memory management in autovacuum.c.Tom Lane2017-09-23
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-20
* Simplify autovacuum work-item implementationAlvaro Herrera2017-08-15
* Fix error handling path in autovacuum launcherAlvaro Herrera2017-08-15
* Fix autovacuum launcher attachment to its DSAAlvaro Herrera2017-06-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane2017-03-10
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typo: pg_statistics -> pg_statisticPeter Eisentraut2017-01-25
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Code review for early drop of orphaned temp relations in autovacuum.Tom Lane2016-11-27
* Fix uninitialized variable.Tom Lane2016-11-21
* autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas2016-11-21