| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+3 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Fix various infelicities that have snuck into usage of errdetail() and | Tom Lane | 2008-03-24 | 1 | -5/+5 |
| * | Reduce memory consumption during VACUUM of large relations, by using | Tom Lane | 2008-03-10 | 1 | -27/+29 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -39/+39 |
| * | Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage | Alvaro Herrera | 2007-09-26 | 1 | -2/+2 |
| * | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera | 2007-09-24 | 1 | -5/+18 |
| * | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 1 | -5/+5 |
| * | Revert ill-fated patch to release exclusive lock early after vacuum | Tom Lane | 2007-09-20 | 1 | -3/+8 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -28/+81 |
| * | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane | 2007-09-16 | 1 | -45/+14 |
| * | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 | 1 | -2/+2 |
| * | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera | 2007-09-12 | 1 | -2/+4 |
| * | Release the exclusive lock on the table early after truncating it in lazy | Alvaro Herrera | 2007-09-10 | 1 | -5/+4 |
| * | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera | 2007-09-10 | 1 | -2/+6 |
| * | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -6/+1 |
| * | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 1 | -5/+13 |
| * | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera | 2007-05-17 | 1 | -2/+2 |
| * | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 | 1 | -18/+4 |
| * | Silence compiler warnings, per Bruce. | Alvaro Herrera | 2007-04-19 | 1 | -2/+2 |
| * | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera | 2007-04-18 | 1 | -1/+50 |
| * | Update new optional VACUUM FULL hint for translations, per Alvaro. | Bruce Momjian | 2007-02-21 | 1 | -5/+5 |
| * | Move increase FSM warning to after lazy_truncate_heap() because the | Bruce Momjian | 2007-02-21 | 1 | -8/+11 |
| * | Change vacuum lazy "compacting" warning message to: | Bruce Momjian | 2007-02-04 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -75/+48 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -15/+16 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 1 | -2/+25 |
| * | Code review for patch to avoid second scan when vacuuming index-less | Tom Lane | 2006-09-13 | 1 | -32/+53 |
| * | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 | 1 | -12/+33 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -36/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -4/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -16/+49 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -3/+1 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+3 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 1 | -104/+43 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 1 | -18/+13 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane | 2006-03-04 | 1 | -1/+4 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 1 | -1/+5 |
| * | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 | 1 | -7/+4 |
| * | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 | 1 | -4/+7 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -15/+15 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 1 | -3/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -97/+93 |
| * | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane | 2005-10-03 | 1 | -21/+22 |
| * | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane | 2005-09-22 | 1 | -2/+2 |
| * | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 | 1 | -7/+4 |