| Commit message (Expand) | Author | Age |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix more crash-safe visibility map bugs, and improve comments. | Robert Haas | 2012-06-07 |
* | Prevent index-only scans from returning wrong answers under Hot Standby. | Robert Haas | 2012-04-26 |
* | Rearrange lazy_scan_heap to avoid visibility map race conditions. | Robert Haas | 2012-04-23 |
* | After PageSetAllVisible, use MarkBufferDirty. | Robert Haas | 2012-04-18 |
* | Fix typo in comment. | Robert Haas | 2012-04-13 |
* | Update lazy_scan_heap header comment. | Robert Haas | 2012-04-13 |
* | Code cleanup for heap_freeze_tuple. | Robert Haas | 2012-03-26 |
* | Fix broken logic in lazy_vacuum_heap. | Robert Haas | 2012-01-13 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Improve logging of autovacuum I/O activity | Alvaro Herrera | 2011-11-25 |
* | Rewrite comment for slightly greater accuracy. | Robert Haas | 2011-11-08 |
* | Make VACUUM avoid waiting for a cleanup lock, where possible. | Robert Haas | 2011-11-07 |
* | Measure the number of all-visible pages for use in index-only scan costing. | Tom Lane | 2011-10-14 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Fix a missed case in code for "moving average" estimate of reltuples. | Tom Lane | 2011-08-30 |
* | Make lazy_vacuum_rel call pg_rusage_init only if needed. | Robert Haas | 2011-08-18 |
* | Make the visibility map crash-safe. | Robert Haas | 2011-06-21 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Fix VACUUM so that it always updates pg_class.reltuples/relpages. | Tom Lane | 2011-05-30 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that | Heikki Linnakangas | 2011-03-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Further reductions in Hot Standby conflict processing. These | Simon Riggs | 2010-04-22 |
* | Only send cleanup_info messages if VACUUM removes any tuples. | Simon Riggs | 2010-04-21 |
* | Fix oversight in collecting values for cleanup_info records. | Simon Riggs | 2010-04-21 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Rearrange lazy-vacuum code a little bit to reduce the window between | Tom Lane | 2010-02-09 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Change a few remaining calls of XLogArchivingActive() to use | Heikki Linnakangas | 2010-01-28 |
* | 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 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Only skip pages marked as clean in the visibility map, if the last 32 | Heikki Linnakangas | 2009-01-22 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. | Heikki Linnakangas | 2009-01-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 |
* | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas | 2008-12-04 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |