summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/autovacuum.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-22Fix autovacuum launcher attachment to its DSAAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-10Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-25Fix typo: pg_statistics -> pg_statisticPeter Eisentraut
2017-01-20Avoid useless respawining the autovacuum launcher at high speed.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-02Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane
2016-11-28Code review for early drop of orphaned temp relations in autovacuum.Tom Lane
2016-11-22Fix uninitialized variable.Tom Lane
2016-11-21autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-15Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-05-10Fix autovacuum for shared relationsAlvaro Herrera
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
2015-06-20Fix thinko in comment (launcher -> worker)Alvaro Herrera
2015-06-19Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-15This commit showing problems in regression. Revert pending furtherPavan Deolasee
2015-04-15Improve GTM connecting establishment handlingPavan Deolasee
2015-04-08Fix autovacuum launcher shutdown sequenceAlvaro Herrera
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-03Have autovacuum workers listen to SIGHUP, tooAlvaro Herrera
2015-04-02autovacuum: Fix polarity of "wraparound" variableAlvaro Herrera
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian