summaryrefslogtreecommitdiff
path: root/src/backend/storage/freespace
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-121-96/+12
* Message correctionsPeter Eisentraut2005-10-291-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-92/+87
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-14/+11
* Fix FSM warning to mention increasing max_fsm_pages. Was incorrectlyBruce Momjian2005-08-171-3/+3
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-22/+14
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* Update VACUUM VERBOSE FSM message, per Tom.Bruce Momjian2005-04-241-9/+8
* Update VACUUM VERBOSE update, per Alvaro.Bruce Momjian2005-04-231-2/+3
* Update working of VACUUM VERBOSE.Bruce Momjian2005-04-231-2/+2
* Make VACUUM VERBOSE FSM output all output in a single INFO outputBruce Momjian2005-04-231-14/+8
* Modify output of VACUUM VERBOSE to be clearer.Bruce Momjian2005-04-231-6/+16
* Issue free space notices to both the user and the server log file.Bruce Momjian2005-03-141-5/+15
* Add warning about the need to increase "max_fsm_relations" andBruce Momjian2005-03-121-3/+17
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-291-2/+2
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-281-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-29/+33
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-7/+5
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-2/+2
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-2/+7
* Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian2004-01-111-2/+2
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-8/+14
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-292-2/+2
* Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage.Tom Lane2003-11-261-17/+47
* compact_fsm_storage() does need to handle the case where a relation'sTom Lane2003-10-291-9/+19
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-12/+12
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-104/+111
* Error message editing in backend/storage.Tom Lane2003-07-241-31/+44
* Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cacheTom Lane2003-03-061-79/+358
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-041-604/+998
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-231-2/+10
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-201-71/+95
* pgindent run.Bruce Momjian2002-09-041-9/+13
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Fix logic error in insert_fsm_page_entry: because compact_fsm_page_listTom Lane2002-01-241-51/+46
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-73/+83
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-10/+5
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-12/+7
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-17/+15
* Minor performance improvement in MultiRecordFreeSpace.Tom Lane2001-07-191-2/+16
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-021-29/+920