summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/autovacuum.c
Commit message (Expand)AuthorAgeFilesLines
* New autovacuum_work_mem parameterSimon Riggs2013-12-121-0/+1
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-291-2/+1
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-161-5/+4
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-3/+3
* pgindent run for release 9.3Bruce Momjian2013-05-291-11/+11
* Add lock_timeout configuration parameter.Tom Lane2013-03-161-4/+6
* Add a materialized view relations.Kevin Grittner2013-03-031-11/+11
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-4/+41
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-181-7/+10
* Embedded list interfaceAlvaro Herrera2012-10-171-119/+95
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Split resowner.hAlvaro Herrera2012-08-281-0/+1
* Introduce timeout handling frameworkAlvaro Herrera2012-07-161-4/+5
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-141-2/+2
* Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane2012-05-101-4/+5
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-261-1/+1
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-191-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Prevent autovacuum transactions from running in serializable mode.Tom Lane2011-11-291-1/+31
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-2/+2
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-101-35/+36
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-041-1/+1
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-081-2/+2
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-2/+2
* Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian2011-05-081-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-17/+17
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-041-1/+1
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-041-1/+2
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-061-0/+7
* Avoid having autovacuum workers wait for relation locks.Robert Haas2011-02-071-3/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-2/+2
* Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane2010-11-191-18/+45
* Fix permanent memory leak in autovacuum launcherAlvaro Herrera2010-11-081-3/+17
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-281-5/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-8/+8
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-7/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-301-3/+2
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-161-5/+6
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-311-101/+80
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-271-39/+47
* Avoid calling kill() in a postmaster signal handler.Alvaro Herrera2009-08-241-2/+2
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-121-3/+3