summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap
Commit message (Expand)AuthorAgeFilesLines
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-8/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-64/+65
* uninstall script for pg_freespacemapTom Lane2006-09-302-1/+9
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-213-47/+47
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-043-211/+181
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-263-64/+337
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-263-50/+71
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane2006-02-141-1/+3
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-124-0/+365