| Age | Commit message (Expand) | Author |
| 2006-03-31 | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-11 | 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-01-18 | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane |
| 2006-01-04 | Fix another case in which autovacuum would fail while analyzing | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-20 | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-03 | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane |
| 2005-09-22 | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane |
| 2005-09-02 | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane |
| 2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-06-14 | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-03-20 | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane |
| 2005-03-16 | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane |
| 2005-03-04 | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane |
| 2005-02-26 | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-15 | Update comment on VACUUM FULL. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-23 | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane |
| 2004-12-02 | Disallow the combination VACUUM FULL FREEZE for safety's sake, for the | Tom Lane |
| 2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |
| 2004-10-15 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-10-07 | Back out unindented modification to file. | Bruce Momjian |
| 2004-10-07 | Indent comment pushed to new line by else so it is indented by BSD | Bruce Momjian |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-23 | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane |
| 2004-08-06 | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian |
| 2004-07-31 | Restructure error handling as recently discussed. It is now really | Tom Lane |
| 2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
| 2004-07-20 | Fix unused variable when Assert() not used. | Bruce Momjian |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-08 | vacuum.c refactoring | Bruce Momjian |
| 2004-06-05 | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane |
| 2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-22 | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane |