summaryrefslogtreecommitdiff
path: root/src/include/storage/freespace.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory consumption during VACUUM of large relations, by usingTom Lane2008-03-101-12/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-7/+9
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* 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-1/+98
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-8/+8
* Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cacheTom Lane2003-03-061-1/+4
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-041-7/+15
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-201-4/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* 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-11/+10
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-4/+1
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-021-1/+2
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-0/+53