aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/autovacuum.c
Commit message (Expand)AuthorAge
* 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
* Report correct name in autovacuum "work items" activityAlvaro Herrera2019-02-22
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* 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
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.Tom Lane2016-06-15
* pgindent run for 9.6Robert Haas2016-06-09
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-10
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix thinko in comment (launcher -> worker)Alvaro Herrera2015-06-20
* Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera2015-06-19
* pgindent run for 9.5Bruce Momjian2015-05-23
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Fix autovacuum launcher shutdown sequenceAlvaro Herrera2015-04-08
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Have autovacuum workers listen to SIGHUP, tooAlvaro Herrera2015-04-03
* autovacuum: Fix polarity of "wraparound" variableAlvaro Herrera2015-04-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26