| Commit message (Expand) | Author | Age |
* | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera | 2007-09-24 |
* | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane | 2007-09-16 |
* | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera | 2007-09-12 |
* | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera | 2007-09-10 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 |
* | Code review for patch to avoid second scan when vacuuming index-less | Tom Lane | 2006-09-13 |
* | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane | 2006-03-04 |
* | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 |
* | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 |
* | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane | 2005-10-03 |
* | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane | 2005-09-22 |
* | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 |
* | Remove lazy_update_relstats; go back to having VACUUM just record the | Tom Lane | 2005-03-25 |
* | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | In the new dispensation where REINDEX doesn't take exclusive lock on | Tom Lane | 2004-10-25 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 |
* | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 |
* | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 |
* | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 |
* | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane | 2004-02-12 |
* | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |