Commits

DateSubjectAuthorReleases
2010-02-09 Fix up rickety handling of relation-truncation interlocks. Tom Lane 9.0.0
2010-02-09 Allow free space map vacuuming to be interrupted. Tom Lane 9.0.0
2008-10-01 Suppress an uninitialized-variable warning (not all versions of gcc Tom Lane 8.4.0
2008-09-30 Fix compiler warning (unportable sprintf usage) Tom Lane 8.4.0
2008-03-10 Reduce memory consumption during VACUUM of large relations, by using Tom Lane 8.4.0
2006-09-21 Fix free space map to correctly track the total amount of FSM space needed Tom Lane 8.2.0
2006-07-14 Fix a passel of recently-committed violations of the rule 'thou shalt Tom Lane 8.2.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-07-04 Arrange for the postmaster (and standalone backends, initdb, etc) to Tom Lane 8.1.0
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2004-09-29 Minor adjustments to improve the accuracy of our computation of required Tom Lane 8.0.0
2004-09-28 Arrange to preallocate all required space for the buffer and FSM hash Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-06-05 Tweak palloc/repalloc to allow zero bytes to be requested, as per recent Tom Lane 8.0.0
2004-01-26 Ensure that close() and fclose() are checked for errors, at least in Tom Lane 8.0.0
2003-11-26 Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. Tom Lane 7.4.1
2003-11-26 Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. Tom Lane 8.0.0
2003-10-29 compact_fsm_storage() does need to handle the case where a relation's Tom Lane 7.4.1
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2003-03-06 Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache Tom Lane 7.4.1
2003-03-04 Reimplement free-space-map management as per recent discussions. Tom Lane 7.4.1
2003-02-23 First cut at recycling space in btree indexes. Still some rough edges Tom Lane 7.4.1
2002-09-20 Performance improvement for MultiRecordFreeSpace on large relations --- Tom Lane 7.3.1
2002-01-24 Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list Tom Lane 7.2.1
2001-10-05 Further cleanup of dynahash.c API, in pursuit of portability and Tom Lane 7.2.1