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
*
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
*
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Prevent autovacuum transactions from running in serializable mode.
Tom Lane
2011-11-29
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
Add C comment about the fact that the autovacuum limit can go backwards
Bruce Momjian
2011-05-08
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-02-07
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Fix leakage of cost_limit when multiple autovacuum workers are active.
Tom Lane
2010-11-19
*
Fix permanent memory leak in autovacuum launcher
Alvaro Herrera
2010-11-08
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
2010-04-28
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Revise pgstat's tracking of tuple changes to improve the reliability of
Tom Lane
2009-12-30
[next]