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 useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
*
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
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-03
*
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
New autovacuum_work_mem parameter
Simon Riggs
2013-12-12
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
*
Embedded list interface
Alvaro Herrera
2012-10-17
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
[next]