OSDN Git Service

Tablespaces. Alternate database locations are dead, long live tablespaces.
[pg-rex/syncrep.git] / src / backend / storage / freespace / freespace.c
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-26 Tom LaneSecond try at fixing no-room-to-move-down PANIC in...
2003-10-29 Tom Lanecompact_fsm_storage() does need to handle the case...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2002-09-20 Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-01-24 Tom LaneFix logic error in insert_fsm_page_entry: because compa...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-07-19 Tom LaneMinor performance improvement in MultiRecordFreeSpace.
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...