| Commit message (Expand) | Author | Age |
* | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane | 2007-09-16 |
* | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 |
* | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane | 2001-09-21 |
* | Fix comment, add Assert. | Tom Lane | 2001-09-04 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | New-style vacuum neglected to update pg_class statistics about indexes | Tom Lane | 2001-07-18 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, | Tom Lane | 2001-07-13 |