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