aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/autovacuum.c
Commit message (Expand)AuthorAge
* Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera2014-10-03
* Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane2014-07-30
* pgindent run for 9.4Bruce Momjian2014-05-06
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Update copyright for 2014Bruce Momjian2014-01-07
* New autovacuum_work_mem parameterSimon Riggs2013-12-12
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-18
* Embedded list interfaceAlvaro Herrera2012-10-17
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split resowner.hAlvaro Herrera2012-08-28
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane2012-05-10
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Prevent autovacuum transactions from running in serializable mode.Tom Lane2011-11-29
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian2011-05-08
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Avoid having autovacuum workers wait for relation locks.Robert Haas2011-02-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane2010-11-19
* Fix permanent memory leak in autovacuum launcherAlvaro Herrera2010-11-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30