OSDN Git Service

Standard pgindent run for 8.1.
[pg-rex/syncrep.git] / src / backend / storage / freespace / freespace.c
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-17 Bruce MomjianFix FSM warning to mention increasing max_fsm_pages...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-04-24 Bruce MomjianUpdate VACUUM VERBOSE FSM message, per Tom.
2005-04-23 Bruce MomjianUpdate VACUUM VERBOSE update, per Alvaro.
2005-04-23 Bruce MomjianUpdate working of VACUUM VERBOSE.
2005-04-23 Bruce MomjianMake VACUUM VERBOSE FSM output all output in a single...
2005-04-23 Bruce MomjianModify output of VACUUM VERBOSE to be clearer.
2005-03-14 Bruce MomjianIssue free space notices to both the user and the serve...
2005-03-12 Bruce MomjianAdd warning about the need to increase "max_fsm_relatio...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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...