aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/autovacuum.c
Commit message (Expand)AuthorAge
* 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
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-27
* Avoid calling kill() in a postmaster signal handler.Alvaro Herrera2009-08-24
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix typo, per TomAlvaro Herrera2009-06-09
* Dynamically set a lower bound on autovacuum nap time so that we don't rebuildAlvaro Herrera2009-06-09
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-16
* Update copyright for 2009.Bruce Momjian2009-01-01
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas2008-12-04
* Fix off-by-one error in autovacuum shmem struct sizing. This could lead toHeikki Linnakangas2008-11-12
* Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera2008-11-03
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Ratchet up patch to improve autovacuum wraparound messages.Alvaro Herrera2008-07-23
* Publish more openly the fact that autovacuum is working for wraparoundAlvaro Herrera2008-07-21
* Avoid crashing when a table is deleted while we're on the process of checkingAlvaro Herrera2008-07-17