summaryrefslogtreecommitdiff
path: root/src/backend/storage/freespace
AgeCommit message (Expand)Author
2002-01-24Fix logic error in insert_fsm_page_entry: because compact_fsm_page_listTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-07-19Minor performance improvement in MultiRecordFreeSpace.Tom Lane
2001-07-02First non-stub implementation of shared free space map. It's not superTom Lane
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane